Device parameters data within a range?
Hello! When dealing with a plugin that has a large number of parameters, is there a method to retrieve only a specific range of names and values? For instance, can I fetch data in groups of 8 parameters at a time? It can be challenging to receive the entire set of parameters each time I need it for such extensive plugins. Does the Live Object Model support this functionality?
Thank you!
Hello! Not implemented yet, but this seems like a rational feature to have, and there's no reason why not to implement. Wouldn't require any specific LOM support, as the pagination would be done within the Python code (similar to the work that @StrongBearCeo has been doing on note pagination: https://github.com/ideoforms/AbletonOSC/pull/87).
I'll implement this the next chance I get.