maxmsp LiveAPI observe for children property updates

Learn about building and using Max for Live devices.
Post Reply
sefable
Posts: 126
Joined: Thu Aug 29, 2019 8:19 pm

maxmsp LiveAPI observe for children property updates

Post by sefable » Wed Mar 13, 2024 1:15 pm

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

chapelier fou
Posts: 6025
Joined: Mon May 15, 2006 12:15 pm

Re: maxmsp LiveAPI observe for children property updates

Post by chapelier fou » Wed Mar 13, 2024 2:47 pm

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....
MacBook Pro 13" Retina i7 2.8 GHz OS 10.13, L10.0.1, M4L.
MacStudio M1Max 32Go OS 12.3.1

Post Reply