P indexing 32 knobs BCR2000
I want to make my own version of the SoftTube Console 1 in Maxforlive using my BCR2000 as a control surface. I know just barely enough to get it done Im not sure about how to approach indexing the parameters on the BCR. For instance what preset on the BCR would I use? if I use Lives BCR control surface thing will it automap 32 parameters or do I need to custom set it up? Any help would be great thanks.
I don't have that particular hardware, and I'd have to look at the script to see what type of things it does with the MIDI CCs that the BCR sends.
Once you know what CCs the BCR sends, its pretty simple to index those, or to create some data structure that ties the CCs to an index or something similar.
If you want to build it from scratch there are a few different approaches as well. You could do a custom script with Python, if that's your jam. You could do it with standard MIDI in M4L. My approach would probably be a combination of both. Make a really simple script that exposes all the knobs to M4L via the API, and then write the interaction in M4L with objects, or JS.