Friends, I am not a programmer so I would appreciate your help. I want to send Syx messages of program change with the change of value of Widget for what I wrote this code, but it does not work, in what failure?
Var
MOUT : MidiOutBlock
KNOB_PC : Widget
PC : ProgramChangeMessage
on WidgetValueChanged (newValue : double) from KNOB_PC
PC = MakeProgramChangeMessageEx(ParamToMidi(newValue), 1) //PC-Number, Channel-Number
SendNowExternal(MOUT, PC)
end
Hello keyman,
I read the information that you quote and so I got to the mentioned code, but as I commented at the beginning, I am not a programmer for what I get lost, thanks anyway for your help