bitwig / bitwig-extensions

Bitwig Studio Controller Extensions
MIT License
186 stars 37 forks source link

[Improvement, Feature request] Note FX Selector functionality in API #47

Closed drakh closed 2 years ago

drakh commented 2 years ago

createChainSelector() method in my opinon should work for Note FX selector as well.

const chainSeletor = device.createChainSelector();

//works fine for Instrument Selector, and Audio FX selector, when the chain is Note FX selector, nothing happens

chainSeletor.exists().addValueObserver((chain) => { // prints if chain is Instrument selector, Audio FX selector, does not print if it is Note FX selector println(JSON.stringify({ chain, c, d })); });

chainSeletor.activeChainIndex().addValueObserver((chainIdx) => { // prints if chain is Instrument selector, Audio FX selector, does not print if it is Note FX selector println(JSON.stringify({ chainIdx })); }, Constants.NO_NUMBER);

abique commented 2 years ago

Fixed in 4.4.2

drakh commented 2 years ago

Thank you very much <3

On Thu, Oct 27, 2022 at 12:11 PM Alexandre Bique @.***> wrote:

Closed #47 https://github.com/bitwig/bitwig-extensions/issues/47 as completed.

— Reply to this email directly, view it on GitHub https://github.com/bitwig/bitwig-extensions/issues/47#event-7680800264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPT645CA53URIBXCHRXZTDWFJIOTANCNFSM6AAAAAARMG4R6A . You are receiving this because you authored the thread.Message ID: @.***>