live.remote~: parameter already controlled by another live.remote


    Jul 19 2011 | 5:37 pm
    Hi all, i'm new using M4l, i made a simple patch just to make auto fade in and out in Live tracks, used live.path object with "live_set view selected_track mixer_device volume". when i open more instances of this patch on a same set in more tracks it get's weird and this warning shows up "ive.remote~: parameter already controlled by another live.remote "
    Can someone help me please?
    best regards,
    Sergio Martins

    • Jul 19 2011 | 6:39 pm
      Yes thats the desired behaviour of live.remote... you can't control the same parameter with multiple live.remotes...
      Look into live.object instead, it's considerably improved in speed since earlier versions and multiple live.objects can be pointed at the same parameter...
      Cheers D
    • Jul 19 2011 | 7:13 pm
      Thank you for answer. But it's a little bit strange....its the same parameter of different tracks, it's the volume slider of them...
    • Jul 19 2011 | 8:16 pm
      It's not strange really: all instances refer to the same parameter, namely volume slider of the selected_track.
    • Jul 19 2011 | 11:06 pm
      That means that if i change "selected_track" for "tracks n" it would work normally?
    • Jul 19 2011 | 11:37 pm
      Yes, if each instance uses a different number n, for example the track number where it's on.
    • Jul 20 2011 | 11:56 am
      Thanks for the help, i switched for live.object anyway, but it was helpfull.
      cheers
      Sergio