Midi Piano with all midi note + chords

Post any examples or modules that you want to share here
Post Reply
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Midi Piano with all midi note + chords

Post by Tepeix »

Hi

Maybe done before but here's a midi piano keyboard.

I wanted one small but with all the 127 midi note.
And also the possibility to drag from one note to another with or without sharp♯.

Principal inconvenience : It send some note off that are not needed.
I'm sure it's possible to fix this.

Also there's a possibility to add 3 notes for chords.
And a recorder. Record max 8 notes then send them with one button.

I'm sure there's better way to do this with ruby but i was lazy to learn it.
This is more for testing than to use in a vst but do what you want with it.
(Not optimized and no preset names)
(push button modified but stay some ruby code that are probably no more needed..)

Image

I have also questions : if i use green and midi (like the Midi Mono to green)
could it do latency when a note is played ? And how much max latency ?
How to add bigger image to the forum ?
Attachments
Keyboard for all midi note v1.fsm
(157.97 KiB) Downloaded 870 times
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: Midi Piano with all midi note + chords

Post by Spogg »

Wow! :o
I had a look around inside and that’s a real achievement. Well done and thanks for sharing it.

Green and MIDI: It will work in a plugin for sure and in my experience latency hasn’t been an issue. If you do experience latency in the FS edit environment, try it in a plugin export because the overheads in the editor GUI etc won’t be present. BUT if you use any green processing for MIDI you should be aware that the VST will have to render the audio in real time, not fast offline mode, and “bouncing” a track won’t work correctly.

Images to the forum: There’s a limit to the file size (which I can’t remember right now) so always use PNG files to upload a larger image. I don’t know the technical reason but this seems to be the best compression method, so you get more image size for a given file size.
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Re: Midi Piano with all midi note + chords

Post by Tepeix »

Thanks !!

I was struggling with undesirable note on or off.
The mouse drag give mouse position only when clicking.
And the first value is the last one before the last click. But mouse move work better for this.
Then fail to record the last note played in int, without a midi splitter..

I never hear latency with midi green, but imagine they could be if the cpu is very high with other thing.
But i suppose that those midi could only give latency a little before blue give it also in this case.

Was thinking of a synth that could have a different blue process for each note..
Post Reply