ideoforms / AbletonOSC

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

Strange behaviour with device parameters listeners. #118

Closed betov75 closed 8 months ago

betov75 commented 8 months ago

First, thanks again for that amazing script. And for adding listeners for device parameters. Extremely useful.

I'm having a very strange bug. No matter what I do, all listeners are working, on any track, on any device or parameter. Except for track 2 (index 1). I receive values and value strings for all the other tracks, except the second one. Example, /live/device/start_listen/parameter/value',(1,0,x), x meaning 0 to 7, I don't receive any data. If I go to other groups of 8 parameters, some work, some don't. But only on track 2 (index 1). Track 1 or any other track after track 2, everything works flawlessly.

I've tried everything. Since I'm blind, I may be missing something, of course.

I only listen to groups of 8 parameters and stop listen to the previous ones before asking for new device parameters listeners.

I speak french so I hope it's clear enough.

Thanks!

Daretreble commented 8 months ago

I'm very sorry, my fault! :)

betov75 commented 8 months ago

I'm closing the issue, the problem was on my side, sorry!

ideoforms commented 8 months ago

Thanks for the update! I did try to reproduce this but couldn't, so I'm glad you got to the bottom of it. @Daretreble Was the underlying cause anything that other users could learn from?