AbletonOSC icon indicating copy to clipboard operation
AbletonOSC copied to clipboard

Device parameters data within a range?

Open betov75 opened this issue 2 years ago • 1 comments

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!

betov75 avatar Jun 19 '23 14:06 betov75

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.

ideoforms avatar Jun 23 '23 15:06 ideoforms