[ANSWERED] Get Current Que Number of a Scene
-
Hi
Is there a way to get the current que number of a scene? I want to build some user actors, which are capable of jumping to the right scene after a potential Isadora crash. For that, it would be good to get the que number of the actual scene since i use my lighting board for activating the scenes and i also have subcues within a scene.
Thanks for your help
Marco
-
No you can get the Scene number, but not the Cue at this time.
I will add this as a feature request, right now.
-
You could use the Data Array actor to write one line that is just the current cue number from your lighting board. As each new cue number comes in, it'd replace the current line in the Data Array actor, then you could have a button in your Control Panel to read the text file created by Data Array and jump to that Cue. You'll have to devise your own way to deal with making sure it ends up on the right internal cue
Example file --> DOWNLOAD
Things this file does not handle on launch:
- Logic and programming to jump to the right scene state if the last recorded cue was an internal cue
- (You'd really have to build your entire file very in a specific way that accommodates this if you want this function to work at all.)
- Logic and programming to jump to the right scene if the current cue is an internal cue
- E.g. If Isadora has scenes with Q#'s 7 and 10 and the Scene that's Q7 has internal Q#'s 7.3, 7.5, and 7.7, if Isadora re-opens and the last Q fired by the lighting board was 7.5, then Isadora should jump to the Scene that is Q7.
- Logic and programming to jump to the right scene if the current cue number is between scenes for which Isadora has Q#'s
- E.g. If Isadora has scenes with Q#'s 7 and 10, if Isadora re-opens and the last Q fired by the lighting board was 8, then Isadora should jump to Q7.
You can also accomplish the exact same thing I did with my example file just by changing your Isadora Preferences to match these settings:
Best wishes,
Woland
- Logic and programming to jump to the right scene state if the last recorded cue was an internal cue
-
Update to my feature request:
It would be great if i can also get the cue number of the previous or next scene or a scene with specific index, so if the actor has a mode and scene input like the Activate Scene Actor and a CueNumber as an output, would be great. With that actor, one can easily generate a list with cue numbers with a java script actor or so and for me, i can imagine to react on back jumps of my lightning desk in isadora since i can easily search for the isadora scene, which is correct for the specific cue number of my lightning desk even if my lighning desk has more cues programmed then there are scenes in isadora, which is often the case for me.
Thanks and best wishesMarco
-
I've already got a feature request logged about actors that interact with Q#'s, so I'll add this to it.