latency message Live.path ?


    Jan 11 2017 | 8:19 pm
    hi, i'm looking for grabing the name of clip in live's tracks (selected or playing etc ...) a julien bayle's patch is a very good way to begin with little modification it's look like good, but some thing is strange i need to put a delay before a message to a live.path to trig again this message to have the name of the clip playing Thank you for your help !

    • Jan 11 2017 | 10:29 pm
      "i need this to call again the message, but why ? and so there is a latency to have the name of the clip playing"
      because at some point, when you have an observer triggering some requests to the LOM (aka LOM requesting things on itself by itself) you have to use [deferlow] in order to defer the request and to "cut" the control/feedback loop (short explanation as I don't have so much time at the moment)
      In the documentation, for live.observer reference: " Also, it is not possible to modify the live set from a notification, i.e. while you are receiving a value message spontaneously sent by a live.observer 's outlet. "
      Actually we can, but deferlow can help.
    • Jan 12 2017 | 8:08 am
      thank's a lot Julien ! DEFERLOW this object for me was a real question i have your explanation about deferlow in the page 47 of your book "le guide ultime et zen de max for live" when i've read this chapter i didn't really understand, BUT now it's clear ! have a nice day !
    • Jan 12 2017 | 9:46 am
      GOOD :-)