Closed markmarijnissen closed 1 year ago
Turns out the limitation was not OSC, but the network itself. On a local machine, OSC is sufficiently fast for smooth transitions.
Decompiled ableton surface controller python scripts show smart ways of creating smooth transitions, but these were too hard to implement
I don't own a push anymore, but i miss a few of its buttons so I've set out to create my own 'pocket push'. A webapp that used the webrtc2osc bridge to send osc messages to Ableton.
I created a volume mixer, but using it creates a stutter because the update frequency is too low. (i suspect the internal tick is the bottlenecks at around 100ms?)
I am looking for a way to tween/animate/automate to the new value in a 100ms timeframe so changes are smooth.
Does anybody know if the python API offers a built in function, or how I could achieve such thing?
Workaround could also be a webrtc to midi bridge, and perhaps use/mimic existing controller scripts like the Akai APC mini, which has faders.