I have some questions for handling OSC, I'm writing an Arduino library and there are some lacks of information.
Which TCP format is recommended?
- length (OSC1.0) or
- SLIP (OSC1.1)
Executor EncoderKnobs, which values must send?
I'm new to MA3, working with onPC and I see that there are some different possibilities to give the EncoderKnobs different functions.
- what must send for Encoder as a fader? 0 ... 100 int or float ? (for fader I can also send floats)
- what must send for leftCmd or rightCmd? -1 / 1 ?