MIDI Volume - Cntrl #7 question
Posted: Wed Jun 19, 2013 1:17 am
ok ... this should be simple, but I've not found definitive answer related to FS code.
I'm making a simple VCA that I need to control level output. This will be a small VST audio plugin that I need to send MIDI data to.
I'm using the stock 'MIDI Event' prim as the foundation.
I would prefer to follow proper MIDI spec format of the data ... and that is where the question is.
I'm testing with:
STATUS = 7
Channel = assignable 1-16
D1 = ????
D2 = variable 0 - 127
I'm not sure what value for D1. Also want to be correct with Status ... well, everything actually
I've been all over the web, and found plenty of spec sheets ... but still not sure
Thanks for any help for this!
I'm making a simple VCA that I need to control level output. This will be a small VST audio plugin that I need to send MIDI data to.
I'm using the stock 'MIDI Event' prim as the foundation.
I would prefer to follow proper MIDI spec format of the data ... and that is where the question is.
I'm testing with:
STATUS = 7
Channel = assignable 1-16
D1 = ????
D2 = variable 0 - 127
I'm not sure what value for D1. Also want to be correct with Status ... well, everything actually
I've been all over the web, and found plenty of spec sheets ... but still not sure
Thanks for any help for this!