Does anybody know how to control the MIDI VOLUME by computer...Windows vista... 2007-07-24 by rance_wilson Need info on how to control volume {keypress} up and down...
Re: [akaiS1000S1100Samplers] Does anybody know how to control the MIDI VOLUME by computer...Windows vista... 2007-07-24 by Gordon JC Pearce On Tue, 2007-07-24 at 22:07 +0000, rance_wilson wrote: > Need info on how to control volume {keypress} up and down... MIDI Volume is CC number 7. You'd send 0xCa 0x07 0xbb where a is the channel number and b is the value from 0x00 to 0x7f. Gordon