Im trying to route my incoming control values from my wireless control into a custom midi string that being output via [Midiout] but i am unsure how to write this is looks something like this.
[numerical data coming into PD]
|
(i will use "CV" to stand for the incoming data)
|
string that is being output as data comes in via message
[240, 67, 16, 62, 127, 1, 28, 0, 0, 0, 0, 0, "CV",247]
| 0
| |
[drip]
| 0
| |
[midiout]
i just not sure how to represent the incoming variable data inside my message
any help would be much appreciated.