Henryk Wollik
Henryk Wollik
The `requestAnimationFrame` is just for demonstration purposes (continuous external update within the example). `controlkit.update` is currently only applied to plotters and outputs, so external update is not possible with the...
It depends on your scenario, having a dynamically updated range from obj settings is not possible with your current suggestion. Mixing step with range is not a good idea imho....
The initial idea was to only reference objects in controlkit. You introduce a new usecase, which obviously makes it necessary to access the object itself from the callback. This will...
relevant #15
relevant #15
Currently adding it to v `0.2`, which will enable syncing to external object values as well as directly reassigning eg. preset and select options to the component
@2bbb moved 2nd suggestion to #16, can you you provide an example for your first one, you want to be able to set values via controlkit in js (versus setting...
On the way, slowly: https://github.com/automat/controlkit.js/tree/rewrite/src/renderer
relevant: #15