Page 1 of 1

maxmsp LiveAPI observe for children property updates

Posted: Wed Mar 13, 2024 1:15 pm
by sefable
Hello,

I am using a js object in maxmsp

I am observing "cue_points" updates :

Code: Select all


        cuepointsobserver.path = "live_set"
        cuepointsobserver.property = "cue_points"
I receive the update correctly when adding and removing cue points.

But not when updating the position & name of a cue points.

Is there any way to configure the observer to be triggered when the children properties are updated too?

Or is it absolutely required to subscribe to individual cue points object?

Thanks

Re: maxmsp LiveAPI observe for children property updates

Posted: Wed Mar 13, 2024 2:47 pm
by chapelier fou
I might be wrong, but as far as I understand what's in the LOM, you'll have to observe name and time properties for each cue_point....