Hello, I'm kinda ignorant about both MIDI and Reaper. Hoping someone here can show me the ways.
Using the Teensy example code "Buttons," I can send a note via button press to a Reaper track and get it to play using the ReaSynth VSTi.
I'm now trying to use the Teensy example code "Analog Control Change" to control Reaper. This doesn't seem to work in that I can never control anything in Reaper that I can tell. So this could in fact be a Reaper question.
In the Reaper prefs, I see the Teensy MIDI device on the input side. All 3 "Enable Inputs" are selected (track record, all midi inputs, control messages). I've set control messages to channel 2.
I'm attaching the sketch, which is a merge of the Buttons and Analog Control Change examples sketches. I have 2 pots wired in. The sketch sends the two analogRead values to the serial port to confirm there's an actual signal. Those same pot values (0–127) are being sent using sendControlChange( ) to Reaper's midi channel 2. But I don't know how to check in Reaper if/when/where it's getting those values for control. I'm using the control values found in the sketch: 10 for pan and 11 for volume.
So what should I look for in Reaper?
Thnx in advance for putting ups with the newbies.
Using the Teensy example code "Buttons," I can send a note via button press to a Reaper track and get it to play using the ReaSynth VSTi.
I'm now trying to use the Teensy example code "Analog Control Change" to control Reaper. This doesn't seem to work in that I can never control anything in Reaper that I can tell. So this could in fact be a Reaper question.
In the Reaper prefs, I see the Teensy MIDI device on the input side. All 3 "Enable Inputs" are selected (track record, all midi inputs, control messages). I've set control messages to channel 2.
I'm attaching the sketch, which is a merge of the Buttons and Analog Control Change examples sketches. I have 2 pots wired in. The sketch sends the two analogRead values to the serial port to confirm there's an actual signal. Those same pot values (0–127) are being sent using sendControlChange( ) to Reaper's midi channel 2. But I don't know how to check in Reaper if/when/where it's getting those values for control. I'm using the control values found in the sketch: 10 for pan and 11 for volume.
So what should I look for in Reaper?
Thnx in advance for putting ups with the newbies.