I've been exploring configuring Minim via the MIDI specification referenced at http://wiki.lividinstruments.com/wiki/Minim#MIDI_Specification.
I am successfully able to change the LED state of the buttons/pads. For example, sending the following CC message on channel 15 will change the pad color of the far right pad in the top row:
[190, 17, 77]
However, I'm unable to get the piano settings to work. For example, sending the following message to increase the pad octave does nothing.
[191, 69, 127]
I've confirmed the settings channels as 15 and 16 in the Minim editor. Am I sending the octave change message incorrectly? I've spent quite a bit of time reviewing the spec doc though I may be missing something obvious.
Any feedback/suggestions appreciated. Thanks.
Comments
Great. Thanks for clarifying that!
Actually, I do have a followup question.
Thanks for the additional info!