ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
426 stars 70 forks source link

Removing listeners? #93

Closed Singer5870 closed 1 year ago

Singer5870 commented 1 year ago

Hi, does someone know how to remove listeners, or under which circumstances they are removed automatically? I have a 16-channel virtual controller that 'moves' through the Ableton session and creates new listeners every time it changes the tracks it focuses on. Is there a way to disable listeners again so AbletonOSC stops sending me information about tracks I'm not accessing anymore?

everydaymilk commented 1 year ago

I found out this is already implemented by replacing '/start_listen' with '/stop_listen'.

ideoforms commented 1 year ago

Spot on, any start_listen can be removed later with the corresponding stop_listen.