MidiOutput.sendController(int channel, int cc, int value) - int


int channel: Channel on which to send the message

int cc: Controller Change number

int value: Controller Change value

Returns 1 on success, 0 on error

Send a Controller change message on this output.