-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I've been using LGPT for a couple of weeks now and it's awesome! Thank you for maintaining and bringing it into the 2020s!
I'm experimenting with sequencing synths and drum machines via MIDI and am experiencing some bugs/quirks/missing features:
-
Channel mutes do not work on MIDI channels
-
it would be nice to have a MCHD command for sending chords to MIDI instruments.
Usage would be identical to the ARPG command: Select rootnote, add up to four notes to make a chord -
VOLM command sends CC7 (channel volume) to the respective MIDI track instead of note on velocity.
While it is nice to have access to CC7 from the phrase screen, it would be great to be able to play with MIDI velocity (maybe with a MVEL command?) For example FM synths respond nicely to velocity!
Now this is probably not super trivial, as it would require to have the velocity be baked into the NOTE ON byte for each note.
I'm aware that MIDI is not the primary focus of LGPT, but I would be very happy to see these features implemented. I took a look at the code and was able to identify some areas of interest. My programming knowledge unfortunately is not up to the task ...