looper bug

tada's icon

hello there.. before few days i updated live 8.1.4 to 8.2 (windows 7) (and max/msp 5.1.4 to 5.1.5)

i had build a max for live device looper(the looper device of ableton) where i have the possibility to change the loop time by pressing a key...

in version 8.1.4 the command

"path live_set tracks 1 devices 0 parameters 1 "

if i have as first device the looper in the second track

controls the play,record,stop button (parameter 1)

but in version 8.2 parameter 1 does not control anything!

Max Patch
Copy patch and select New From Clipboard in Max.

i have checked the other parameters and nowhere exists a possibility to control
play,record,stop button through max for live (who made looper useless within max for live)

can you please test if this is happen also to you?

chris.bartho's icon

I haven't checked your patch but it is always worth making patches that rely on ids dynamic, that is, that finding a parameter's id is part of the patch. This is because id numbers are not fixed, they change depending on what else in the set you've got ids for.