• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    Deactivate all other scenes while activating one ? (exclusive activation)

    How To... ?
    5
    26
    11135
    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.
    • Skulpture
      Skulpture Izzy Guru last edited by

      Put the scene in a separate patch, then minimise it so you can't click it by accident?

      You can have more than one window open but it can get messy. 

      Graham Thorne | www.grahamthorne.co.uk
      RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
      RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
      RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

      1 Reply Last reply Reply Quote 0
      • bennid
        bennid last edited by

        hi thanks skulpture, Scenes are triggered by keyboard ( that triggers ableton live timeline that sends midi note to izadora) So it s more about being able to activate just one scene at once... Thx for your help

        www.le-spang.fr www.lematrice.com

        1 Reply Last reply Reply Quote 0
        • bennid
          bennid last edited by

          I m not using mouse during the set...

          www.le-spang.fr www.lematrice.com

          1 Reply Last reply Reply Quote 0
          • N
            nick last edited by

            If you put logic in each scene to jump to the next one after the correct amount of time, or when the next trigger is received from Ableton then there will only ever be one scene active.

            MacBook Pro 11.5.2

            1 Reply Last reply Reply Quote 0
            • N
              nick last edited by

              this seems to work if i have understood what you are trying to do.

              Cant save the file as my dongle is at work, so have taken a picture
              These actors need to be in each scene. Jump needs to be set to absolute, and the short delay on the trigger ensures that the value has arrived at the jump actor before the jump is triggered (could probably use a shorter delay if necessary.
              Scene jumped to is the midi note number. If you send a value that is more than the number of scenes the current scene stays in focus (no jump occurs)
              HTH

              MacBook Pro 11.5.2

              1 Reply Last reply Reply Quote 0
              • N
                nick last edited by

                heres the image c147f0-jumpingscenes.png

                MacBook Pro 11.5.2

                1 Reply Last reply Reply Quote 0
                • vanakaru
                  vanakaru last edited by

                  I do not understand the problem maybe. d1b416-trigger-scene5.izz

                  MBP 4.1 & MBP (Retina, Mid 2012) MBP Retina 2017

                  1 Reply Last reply Reply Quote 0
                  • bennid
                    bennid last edited by

                    Hi Nick,
                    indeed your solution is great, i should have thought that...
                    but in case my midi notes number are modified (with trigger value) to match the correct scene,
                    and if i modify the relation note>scene, then i have to modify this part of patch in each scene ( maybe i could avoid it with a macro that modifies all if changed/saved)...

                    so i did that awfull patch, hope this would serve someone else than me,
                    thanks for your remarks or anything that could help me improv.

                    Thx

                    b3f4e1-solo-scene-macro-web.izz

                    www.le-spang.fr www.lematrice.com

                    1 Reply Last reply Reply Quote 0
                    • N
                      nick last edited by

                      you could use the data array actor with a text file and have the scene numbers on different lines - you can use the recall input to retrieve the contents of individual lines based on the midi note value

                      in the image contents of /demo.txt are 
                      5
                      4
                      3
                      2
                      1
                      it is at the root level of the drive
                      recalling value 1 gets 5 etc...
                      editing the individual file would be reflected in each data array actor

                      69db7b-dataarray.tiff

                      MacBook Pro 11.5.2

                      1 Reply Last reply Reply Quote 0
                      • N
                        nick last edited by

                        more forum friendly picture format ce04b9-dataarray.png

                        MacBook Pro 11.5.2

                        1 Reply Last reply Reply Quote 0
                        • N
                          nick last edited by

                          if you want to use the activate deactivate method with a scene that controls others (without needing so many wires) you could do it like this 323346-activate.png

                          MacBook Pro 11.5.2

                          1 Reply Last reply Reply Quote 0
                          • bennid
                            bennid last edited by

                            Hi 1000 thanks Nick, this really helps a lot !

                            (for screenshot was ok after save target as ;-)

                            CU

                            www.le-spang.fr www.lematrice.com

                            1 Reply Last reply Reply Quote 0
                            • bennid
                              bennid last edited by

                              Basically,
                              Value Delay line is THE solution to deactivate previews input, perfect !
                              Data Array helps me to route inputs to expected scenes so ... Marvellous !
                              THX A LOT !

                              www.le-spang.fr www.lematrice.com

                              1 Reply Last reply Reply Quote 0
                              • bennid
                                bennid last edited by

                                Hi, Nick,
                                now the only probem will be to reactivate the same scene several times in a row...
                                any idea?

                                www.le-spang.fr www.lematrice.com

                                1 Reply Last reply Reply Quote 0
                                • vanakaru
                                  vanakaru last edited by

                                  Add trigger delay to deactivate the scene first and tweak delay times to de- and activate. 73f56a-trigger-only-one-scene.izz

                                  MBP 4.1 & MBP (Retina, Mid 2012) MBP Retina 2017

                                  1 Reply Last reply Reply Quote 0
                                  • bennid
                                    bennid last edited by

                                    The problem is that i need a modul to compare "value delay line" to gate its output off in case scene is retriggered it seems to work... but if you got any better solution?
                                    Thx !

                                    76cd9f-capture-decran-2015-10-13-a-12.21.19.png e8b2d1-1-_-h-m-web.izz

                                    www.le-spang.fr www.lematrice.com

                                    1 Reply Last reply Reply Quote 0
                                    • bennid
                                      bennid last edited by

                                      Sorry Vanakaru (just read your post),
                                      your solution is great, cos it allows re-triggering the scene ( the movie will restart, and i'll choose that since I'm synced with ableton timeline (metronome start for musicians, keyb player enveloppes, midi drum set changes),
                                      BUT,
                                      if the guy triggering piano keyboard maybe a bit clumbsy i'll use my method that just don't deactivate the 2nd time activation...
                                      depends !
                                      Thx so much to help me learn ;-)

                                      www.le-spang.fr www.lematrice.com

                                      1 Reply Last reply Reply Quote 0
                                      • vanakaru
                                        vanakaru last edited by

                                        Without going into your patch too deep you may consider that there are other ways to trigger movies than activating scenes. Like entering movie nr into Player Actor, speed 0-1. That would allow you to restart the movie without a need to reactivate the scene.

                                        Also if your press keyboard a bit clumsy all that happens is the scene re-triggers in a fraction of a second.

                                        MBP 4.1 & MBP (Retina, Mid 2012) MBP Retina 2017

                                        1 Reply Last reply Reply Quote 0
                                        • bennid
                                          bennid last edited by

                                          Hi Vankaru,
                                          yes sure, I intend to trigger movie inside scenes with controllers for all "FX style" parts,
                                          and play with their numbers and position !
                                          That's why for this written liveset timeline part i want to be sure there's no interference and that the good movie is loaded. Also because there's a precise launching in the ableton live set, and sometimes click's automation come after movie start, ... there are tones of keyboard , waves , drumset triggered via timeline, lot's of thing are automatized,
                                          and then i can have my glitch zone were I want ;-)

                                          Hope I'm clear.
                                          ( the clumbsy saxophonist sends midi while playing ;-)

                                          www.le-spang.fr www.lematrice.com

                                          1 Reply Last reply Reply Quote 0
                                          • N
                                            nick last edited by

                                            I don't really understand what it is that you now want to do.

                                            If the same scene is triggered again (while in that scene) do you want that to be ignored, or something in the scene to be reset to a starting state.

                                            MacBook Pro 11.5.2

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