Hey to all,
I have a problem concerning the Midicontrol of the iLive R72.
I have a band where we have Logic Sessions which control different kinds of midi instruments (e.g.TCHelicon) on a click track andsend CC commands to these instruments. We also want use the intern Octaver of the iLive R72 and want to control with the Logicsession -> Mute/Unmute FX8 or DCA 3 with a Midi command. We use a Soundcard to send the Midicommand to the iLive, but as iLive is using NoteOn commands I don't know what I have to write to Logic so the R72 mutes or unmutes the channel.
I have the Midisheet of the R72 which says:
Mute on
Note On with velocity > 40 followed by Note off
9N, CH, 7F 9N, CH, 00
Mute off
Note on with veloctiy < 40 followed by Note off
9n, CH, 3F 9N, CH, 00
So my question is, what do I have to do specifically in Logic and on the R72 so it works, is it a sysex comand and if yes what do I have to put inside the sysex command ?
Thank you in advance
Contorl iLive with LogicMidi
Re: Contorl iLive with LogicMidi
Hi flabous,
a NoteOn followed by a NoteOff, is plain and simple a note.
So what you need to enter is a note with a length of eg. 10 ticks, where the note index/height is the channel you want to mute/unmute and the velocity beeing higher than 64 (40hex) for muting or lower than 64 for unmuting the channel.
Victor
a NoteOn followed by a NoteOff, is plain and simple a note.
So what you need to enter is a note with a length of eg. 10 ticks, where the note index/height is the channel you want to mute/unmute and the velocity beeing higher than 64 (40hex) for muting or lower than 64 for unmuting the channel.
Victor