I'm making good progress on using OSC and TOUCHOSC to control my Elm show on 14,400 addressable LED's. I''m lookingg for help with any of the following questions:
I'm looking for an OSC equivalent to manually selecting several media clips in Live mode. It looks like the OSC command eg /elm/stages/*/live/media/ 1..255. only allows you to select a single media clip. Is there a way to select more than one ?
I'm not sure I understand how /elm/stages/*/live/remotelyControlled and /elm/stages/*/live/audioMixControlled are supposed to work together. I can turn audioMixControlled on and off when remotelyControlled is 0 , but when I turn remotelyControlled to 1, I seem to loose audio control of the selected media, even though I can see that I'm changing audioMixControlled on(1) and off(0) successfully by looking at the Live screen in ELM. Any idea how I can use remote mode to control things like intensity and speed while still retaining audio control ?
John Cohn
All,
I'm making good progress on using OSC and TOUCHOSC to control my Elm show on 14,400 addressable LED's. I''m lookingg for help with any of the following questions:
- I'm looking for an OSC equivalent to manually selecting several media clips in Live mode. It looks like the OSC command eg /elm/stages/*/live/media/ 1..255. only allows you to select a single media clip. Is there a way to select more than one ?
- I'm not sure I understand how /elm/stages/*/live/remotelyControlled and /elm/stages/*/live/audioMixControlled are supposed to work together. I can turn audioMixControlled on and off when remotelyControlled is 0 , but when I turn remotelyControlled to 1, I seem to loose audio control of the selected media, even though I can see that I'm changing audioMixControlled on(1) and off(0) successfully by looking at the Live screen in ELM. Any idea how I can use remote mode to control things like intensity and speed while still retaining audio control ?
-jcThanks !