Statistics: Posted by 23fx23 — 07 Jun 2010, 19:17
Statistics: Posted by bsork — 07 Jun 2010, 08:02
Statistics: Posted by 23fx23 — 06 Jun 2010, 05:42
any clues?MidiX.channel := 1
/////// MidiX.msg := round(getdataArrayValue(Midi_Msgs_In, (index*16)+1));
MidiX.msg := 3;
MidiX.data1 := round(getdataArrayValue(Midi_Msgs_In, (index*16)+2));
MidiX.data2 := round(getValue(Xout)*127);
SetMidiArrayValue(Midi_Out, 0, MidiX);
SetLength(Midi_Out, 1);
Statistics: Posted by 23fx23 — 06 Jun 2010, 05:23
Statistics: Posted by 23fx23 — 07 Jun 2010, 19:17
Statistics: Posted by bsork — 07 Jun 2010, 08:02
Statistics: Posted by 23fx23 — 06 Jun 2010, 05:42
any clues?MidiX.channel := 1
/////// MidiX.msg := round(getdataArrayValue(Midi_Msgs_In, (index*16)+1));
MidiX.msg := 3;
MidiX.data1 := round(getdataArrayValue(Midi_Msgs_In, (index*16)+2));
MidiX.data2 := round(getValue(Xout)*127);
SetMidiArrayValue(Midi_Out, 0, MidiX);
SetLength(Midi_Out, 1);
Statistics: Posted by 23fx23 — 06 Jun 2010, 05:23