Focusing on named device
Hello gurus,
I can’t figure out how to focus on a named device regardless his position in group/chain or not.
Any clue ?
Tutorial somewhere ?
Thx
Hi Glenn, thx a lot but it doesn’t work when the device is in group/chain except if you mention it previously.
Maybe I didn’t explain clearly what I want to achieve:
I already made a script to remote a named device whatever its position on the track. But if it is in a group, I loose the remote. The device is not viewed anymore.
I would like to keep in memory the directory of a device whether it is in the track or in a group or change position.
Btw, it will be my second problem to solve:
I already found a way to keep the position number (loop_number) in a list, but I can’t figure out how to keep the entire directory in memory in the form:
– self.song().visible_tracks[self.track_num(0)].devices[device_number] if the device is in the track
– self.song().visible_tracks[self.track_num(0)].devices[group_number].chain[chain_number].devices[device_number] if it is in a group
Do you think it is easier to achieve it in the CCS3 ?
Here’s in attachment what I did so far. I use the position number saved in list in other reactions to remote the device but it would be much better if I could save the entire directory…
Sign up
User registration is currently not allowed.