flmidi-kompletekontrol icon indicating copy to clipboard operation
flmidi-kompletekontrol copied to clipboard

AUTO button doesn't work as expected

Open hobyst opened this issue 5 years ago • 1 comments

Quantize and toggling automation recording on/off isn't supported yet on the actual MIDI API scope. There's a workaround to get to the quantize buttons by getting into the menus and emulating key pressings but it's slow and buggy. Instead, they switch between windows (browser isn't included on this) and trigger full-screen plugin browser respectively.

hobyst avatar Jul 06 '20 20:07 hobyst

Quantization seemed to be implemented back in API version 9 using channels.quickQuantize(), but not documented until recently in the official MIDI scripting API reference. Implemented in the script on c5cf3287d09ea2b547548f49bfa7ccfeaec608b8.

hobyst avatar Jan 04 '22 20:01 hobyst