sleiner / pizmidi

A collection of helpful tools when working with MIDI
GNU General Public License v3.0
23 stars 4 forks source link

In testing midiChords and midiLooper, none of the exposed parameters are responding to MIDI #31

Open VirtualVirgin opened 1 year ago

VirtualVirgin commented 1 year ago

There are a number of exposed parameters in midiChords which can be seen by the host. "Channel", "Learn", "Follow Input" and "Transpose" are a few. None of them respond when I connect MIDI to them or use a MIDI learn feature on them in my host. I have tried on Mac, Windows as well as the VST2 version. I can't get the parameters connected to MIDI on any of these. If there is some method to revise the VST3 to actually connect those parameters to MIDI that would we wildly helpful. I would do this myself if possible but it would take me quite a long time to learn exactly how that is done.

There are a lot of parameters that would be very useful to control from hardware.

If it is a simple fix for you, that would be amazing (I do not know how to calculate the difficulty for an experienced programmer)! If it is a difficult thing, I would appreciate suggestions on what I should do to fix them.