Search found 3 matches
- 09 Sep 2017 11:57
- Forum: General Discussion
- Topic: MIDI_ARGS, MIDI Thru, Note, CC, Pitch Bend
- Replies: 1
- Views: 820
Re: MIDI_ARGS, MIDI Thru, Note, CC, Pitch Bend
I found it, MIDI_ARGS[0] reports the full pitch bend value.. You have to nibblize the reported value to LSB (MIDI_ARGS[0] MOD%128) and MSB (floor(MIDI_ARGS[0] /128)) This command maps Pitch Bend thru: On MIDI, 0xE0 Pitch Bend, MIDI 0, 0-127, 1 to 1 midiout(0,{0xE0,MIDI_ARGS[0]%128,floor(MIDI_ARGS[0 ...
- 08 Sep 2017 11:25
- Forum: General Discussion
- Topic: MIDI_ARGS, MIDI Thru, Note, CC, Pitch Bend
- Replies: 1
- Views: 820
MIDI_ARGS, MIDI Thru, Note, CC, Pitch Bend
Hi group! This is my first post. Please help! I am trying to send Pitch Bend messages from my Nord Lead 2x through Lemur to my Use Audio Plugiator. My setup is Nord Out to Midisport Uno in connected to iPhone Midisport out connected to Plugiator MIDI in. Pluguiator USB connected to PC. The MIDI in ...
- 08 Sep 2017 10:15
- Forum: Introductions
- Topic: Hi Sam from NJ
- Replies: 0
- Views: 757
Hi Sam from NJ
Hi this is Sam in NJ USA! I have been using Lemur to program my synths: Korg MOSS, Yamaha An1x, Use Audio Plugiator, DMX program changes and even MKSensation... I posted two panels that allow the user to select programs on Roland's XV2020, and SRX07. I try to make tools that help me to quickly find ...