• 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

    [ANSWERED] input-output user actor triggers at entering scene

    Troubleshooting and Bug Reports
    4
    9
    199
    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.
    • G
      Gaspar last edited by Woland

      Hi.

      Using the "well known" user actor of just one input and one output I've noticed that it sends out a trigger whenever I enter the scene.
      I guess this is probably not meant to be this way.

      Windows 10 64bit version 2004, i7 9700, M.2 SSD for system and SSD 2xRaid for data, 32Gb Ram, nVidia RTX 2070 (mobile) | located in Majorca / Spain

      G Woland 2 Replies Last reply Reply Quote 0
      • G
        Gaspar @Gaspar last edited by

        additional info. It also triggers having just an "user output" inside the "user actor". So its the "user output" who triggers everytime you enter a scene.

        Windows 10 64bit version 2004, i7 9700, M.2 SSD for system and SSD 2xRaid for data, 32Gb Ram, nVidia RTX 2070 (mobile) | located in Majorca / Spain

        DusX Woland dbini 3 Replies Last reply Reply Quote 0
        • DusX
          DusX Tech Staff @Gaspar last edited by

          @gaspar said:

          t also triggers having just an "user output" inside the "user actor"

           What data type do you have the output set to?

          Troikatronix Technical Support

          • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
          • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
          • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

          Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

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

            @gaspar

            It'll definitely trigger if you set the User Output actor inside the User Actor to initialize as blank or at a certain value (depending on data type), but in that case it's just pushing the data that you told it to initialize with.

            TroikaTronix Technical Support
            New Support Ticket: https://support.troikatronix.com/support/tickets/new
            Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
            Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
            Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

            | Isadora Version: all of them | 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 0
            • dbini
              dbini @Gaspar last edited by

              @gaspar
              are any of the inputs initialised? Either inside the User Actor, or on the outside?

              John Collingswood
              taikabox.com
              2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
              plus an old iMac and assorted Mac Minis for installations

              G 1 Reply Last reply Reply Quote 0
              • G
                Gaspar @dbini last edited by

                @dbini @DusX @Woland 

                Thanks for coming back to me...

                The I/O user actor was basically meant to send triggers, but not necessarily when entering the scene.

                The input and outputs were not initialised, although I tried to initialise them to zero after seeing this weird behaviour.

                From your answers I assume it does not happen on your system.

                I even created a blank patch from scratch with a first blank scene and a second scene with only the I/O user actor and a trigger value to check if it is triggered when entering the scene... and YES IT IS.



                And this happens also on my second installation of ISADORA on the same computer but DUAL BOOT for just gigs... no internet, no antivirus, etc.

                Windows 10 64bit version 2004, i7 9700, M.2 SSD for system and SSD 2xRaid for data, 32Gb Ram, nVidia RTX 2070 (mobile) | located in Majorca / Spain

                dbini DusX 2 Replies Last reply Reply Quote 0
                • dbini
                  dbini @Gaspar last edited by

                  @gaspar

                  with this setup, i get the same results as you, even with nothing initialised, the trigger is sent when entering the scene

                  John Collingswood
                  taikabox.com
                  2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
                  plus an old iMac and assorted Mac Minis for installations

                  1 Reply Last reply Reply Quote 0
                  • DusX
                    DusX Tech Staff @Gaspar last edited by

                    @gaspar

                    OK, I have found the cause here. You are passing a value thru the user actor. It assumes there is some processing internally so the value is processed. 

                    If you instead turn the input and outputs to trigger types the trigger is not passed.

                    Troikatronix Technical Support

                    • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                    • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
                    • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

                    Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                    1 Reply Last reply Reply Quote 1
                    • Woland
                      Woland Tech Staff @Gaspar last edited by Woland

                      @gaspar

                      Another staple User Actor, especially for cases like this, is what I call a "Delay Gate"; a User Actor with a Gate that initializes off, then turns on shortly after. I use these all over the place to 'eat' unwanted triggers that generate upon entering a Scene because sometimes they're unavoidable (and sometimes it's just faster for me to throw one of these inline to eat a trigger that I don't want because it's faster than spending the time to examine everything upstream to determine where the trigger is coming from). For example, I use Delay Gates with Comparator actors and Text Comparator actors when I have their 'compare' mode set to 'Always' because you'll always get a true or false trigger out of those actors when you enter a Scene in that mode.

                      delay-gate-user-actors.zip

                      These are not entirely relevant, but here's a couple other groups of simple User Actor 'tools' that I find myself using quite often:

                      thru-user-actors.zip 

                      mutator-user-actors.zip

                      deadman-x27-s-user-actors.zip

                      TroikaTronix Technical Support
                      New Support Ticket: https://support.troikatronix.com/support/tickets/new
                      Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
                      Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
                      Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

                      | Isadora Version: all of them | 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 0
                      • First post
                        Last post