- Edited
ooh, thats interesting giuliomoro
yeah. Im currently using ranged values only, but I plan to support enumerated values....
the meta data is interesting, as I could use it for 'hints' to the user interface, e.g. digital values that could be used buttons.
I also need to see if I can get to the @comment meta data on the in~/out~ so I can label my cv io.
as you say, there is going to be a bit of a trade-off here, of users creating rnbo patches for 'any target' vs targeting specific that might use (optional) meta data.
in my case, Im not going too far with the UI... basically its generating a 'useful' generic UI, but you can always overload my UI, and create your own UI in C++.
theres a few other areas I need to dig into a little with RNBO... but a bit undecided on.
MIDI support.. really my focus is on CV, but I could add support for midi.
related (as cv is mono ) - Im not currently implementing polyphony.. but if I add midi , could make sense to add polyphony as well.
another area is param~ which I think is sample accurate parameters... Im not quite sure where/if thats relevant for me... like you, I'm doing parameters at block level, which is the max 'norm' anyway.