• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    [ANSWERED/EXAMPLE PATCH] Is there a way in Isadora to go straight to black in case of an emergency.

    How To... ?
    7
    11
    421
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thatmattrogers
      last edited by mark

      this may sound like a stupid question, but is there a key to stop all running scenes?

      I've not been able to find it in the keyboard shortcuts.

      I know that I can pause the engine, but that doesn't help if there's been a problem where I've accidentally activated a secondary scene that I don't want to.


      Is there a panic button that deactivates everything, if not; is there a way that I can easily set one up in my own patch?


      I'm running Isadora 3 on Win10
      Machine 1- AMD 1700x 8 core CPU, 32GB RAM, and an AMD Radeon RX580 GPU
      Machine 2 -AMD 5900HX , 8 Core APU, 16GB Ram and an integrated GPU

      NotdocN MichelM 2 Replies Last reply Reply Quote 0
      • K
        knowtheatre
        last edited by

        shift-command-p on Mac will pause the engine.  Not exactly a panic button, but might work for what you need.

        M1 Mac Mini, 16 GB, MacOS Monterey 12.2.1

        1 Reply Last reply Reply Quote 0
        • NotdocN
          Notdoc @thatmattrogers
          last edited by

          @thatmattrogers

          touch the cursor firmly on the scene bar, but NOT on a scene. screen goes straight to black. pow.

          Ventura 13.0 on Macbook Pro 14-in M1 Max 2022

          1 Reply Last reply Reply Quote 2
          • MichelM
            Michel Izzy Guru @thatmattrogers
            last edited by

            @thatmattrogers

            Well you can do that yourself with the deactivate scene actor and a few others. See attached patch. The first scene has to be active all the time for it to work.

            Best Michel

            deactivate-all-scenes.izz

            Michel Weber | www.filmprojekt.ch | rMBP (2019) i9, 16gig, AMD 5500M 8 GB, OS X 10.15 | located in Winterthur Switzerland.

            JuriaanJ 1 Reply Last reply Reply Quote 2
            • JuriaanJ
              Juriaan Tech Staff @Michel
              last edited by

              Hi there @thatmattrogers, 

              As @Michel and @Notdoc already explained you can either click between two scenes to go straight to black or use something called a Background scene that host your logic for a jump to a 'Panic' scene.

              More information about Background Scenes and the Scene actors can be found in our KB article. https://support.troikatronix.c...

              If you have any further questions feel free to reply 🙂

              - Juriaan

              Isadora 3.1.1, Dell XPS 17 9710, Windows 10
              Interactive Performance Designer, Freelance Artist, Scenographer, Lighting Designer, TroikaTronix Community moderator
              Always in for chatting about interaction in space / performance design. Drop me an email at hello@juriaan.me

              T 1 Reply Last reply Reply Quote 0
              • T
                thatmattrogers @Juriaan
                last edited by

                @juriaan

                I'm aware that I can pause the engine or click between scenes, but the specific problem I'm trying to solve is where I'm using a secondary scene running in the background for a music track for example. Neither of those solutions actually solve the problem ie. once the engine restarts all active secondary scenes will resume, and despite having no active primary scene secondary scenes will still play. 

                I know that I could place a "deactivate scene" actor for every one of these that I build in and place them all in a user actor that is featured in every single scene so that I can shut them down in case... but that does feel a little clunky from a setup perspective. So I was hoping for something as intuitive as QLab's press Esc to stop everything approach. Then again I use Isadora for flexibility and customisability so little things like this may be the trade off.

                (note: I don't want to get lost in the weeds comparing different software. I'm aware that QLab is a very different beast with different strengths and weaknesses to Isadora but it's a useful example from another piece of show control software that a lot of people will have used at some point)


                I'm running Isadora 3 on Win10
                Machine 1- AMD 1700x 8 core CPU, 32GB RAM, and an AMD Radeon RX580 GPU
                Machine 2 -AMD 5900HX , 8 Core APU, 16GB Ram and an integrated GPU

                markM 1 Reply Last reply Reply Quote 0
                • markM
                  mark @thatmattrogers
                  last edited by

                  @thatmattrogers said:

                  I'm aware that I can pause the engine or click between scenes, but the specific problem I'm trying to solve is where I'm using a secondary scene running in the background for a music track for example. Neither of those solutions actually solve the problem ie. once the engine restarts all active secondary scenes will resume, and despite having no active primary scene secondary scenes will still play.

                  I know that I could place a "deactivate scene" actor for every one of these that I build in and place them all in a user actor that is featured in every single scene so that I can shut them down in case... but that does feel a little clunky from a setup perspective. So I was hoping for something as intuitive as QLab's press Esc to stop everything approach. Then again I use Isadora for flexibility and customisability so little things like this may be the trade off.

                  What you're asking for isn't built in to Isadora, but It's a totally reasonable feature request -- especially since it's quite easy to implement from my (i..e, the programmer) point of view.

                  I am, however, a bit surprised that QLab would use the ESC key for this -- seems a bit risky since you could accidentally hit that during a show. I would think something with a the command key would be better so you don't hit it by mistake. But that's just me.

                  In any case, the immediate workaround I would suggest is as follows: in addition to your other secondary scenes, add one near the beginning that has all the Deactivate Scene actors you need.  (Take note that you can use Deactivate Scene on the Primary Scene too!) That way you don't need a User Actor in every Scene.

                  Take a look at the example below, created in 3.0.8f12 (which can obviously be loaded in 3.1.1)

                  To start the show, hit letter 'a' to go to the first "Blackout" Scene. Note that the "Panic" scene was activated as a secondary scene by pressing letter 'a'.

                  Now, use the space bar as normal to go through the Scenes, which includes fading in and out the "Secondary Scene" at the end. At any point, if you press letter 'p' you will execute all of the Deactivate Scene actors in the Panic Scene, and jump immediately to the Blackout scene at the beginning.

                  Is that something like what you were hoping for?

                  Best Wishes,
                  Mark

                  panic-example.izz

                  Media Artist & Creator of Isadora
                  Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

                  T MichelM 2 Replies Last reply Reply Quote 0
                  • T
                    thatmattrogers @mark
                    last edited by

                    @mark thanks mark that makes a lot of sense.


                    I'm running Isadora 3 on Win10
                    Machine 1- AMD 1700x 8 core CPU, 32GB RAM, and an AMD Radeon RX580 GPU
                    Machine 2 -AMD 5900HX , 8 Core APU, 16GB Ram and an integrated GPU

                    WolandW 1 Reply Last reply Reply Quote 0
                    • WolandW
                      Woland Tech Staff @thatmattrogers
                      last edited by Woland

                      @thatmattrogers

                      Cmd+G (Hide Stages) & Cmd+Option+M (Mute Audio)

                      -or-

                      Cmd+G (Hide Stages) & Cmd+Shift+P (Pause Engine)


                      I also entered feature requests for:

                      1. An actor/control that can mute/unmute audio output
                      2. An actor/control that acts as a grandmaster fader for audio
                      3. An actor/control/keyboard shortcut that can deactivate all scenes
                      4. An actor/control/keyboard shortcut that can hide/show stages and mute/unmute audio (simultaneously)
                      5. An actor/control/keyboard shortcut that can mute/unmute audio & hide/show stages & pause/unpause engine (simultaneously)

                      TroikaTronix Technical Support
                      New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                      TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
                      TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

                      | Isadora 3.2.6 | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

                      1 Reply Last reply Reply Quote 2
                      • MichelM
                        Michel Izzy Guru @mark
                        last edited by

                        @mark @thatmattrogers 

                        Well that's similar to the patch I have added, only the first scene has to be active for it to work.

                        Best Michel

                        Michel Weber | www.filmprojekt.ch | rMBP (2019) i9, 16gig, AMD 5500M 8 GB, OS X 10.15 | located in Winterthur Switzerland.

                        markM 1 Reply Last reply Reply Quote 0
                        • markM
                          mark @Michel
                          last edited by

                          Dear @michel,

                          Well that's similar to the patch I have added, only the first scene has to be active for it to work.

                          Oh my! I didn't see you'd already done it! Sorry to duplicate the work and for not reading more carefully.

                          Can we just say "great minds think alike"? 😉

                          Best Wishes,
                          Mark

                          Media Artist & Creator of Isadora
                          Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post