• 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

    Duplicate with input connections

    Feature Requests
    feature request
    4
    9
    2529
    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.
    • J
      jtsteph last edited by

      It would be great if you could duplicate an actor with its input connections. In my work, I find myself reconnecting dozens of actors with the same inputs. I change one parameter (for example, an index), but the connections are all the same.

      Isadora 4.0.2, W11 PRO 13700K (in a 4U case), 128GB RAM, 4 Lane M.2 Storage, RTX 3090, Ultraleap Motion 2, Behringer UMC404HD audio interface, Streamdeck XL, Streamdeck+, KorgNano Kontrol2.
      Website: http://justinstephenson.com

      Woland 2 Replies Last reply Reply Quote 0
      • Woland
        Woland Tech Staff @jtsteph last edited by

        @jtsteph

        Could you provide a screenshot or a little more detail to help me visualize this better?

        Also, I'm not sure if my thread necromancy on this post from three years ago might interest you and save you some patching time on this project.

        Best wishes,

        Woland

        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
        • J
          jtsteph last edited by jtsteph

          Oh, wow. This has the potential to save me a bunch of time. I have a massive user actor with all the values from my BCR2000 on it and am going to organize it into discrete, indexed, global value segments. Using your input, @Woland, from another thread, I am separating the controller values into global value groups indexed by controller rail, channel (track), and scene. At the moment I am working on using your technique to produce the indexes for the global values with the the format text actor. There will be 8 groups of 13 and 1 group of 4 values for each track. Then I have to build patches for a launchpad and MM-1 to receive values from as well.

          In this current example, I will need to duplicate the text formatting actor 9 times to creates my groups. Each time, I have to reconnect its inputs.

          I suspect that your Java Script method would be the better way to do this. The goal is to have all the controller values on the top level so that I can snapshot them to store a setup.

          The BCR MIDI out Actor has 108 values on it.

          Thanks again for your input.

          Isadora 4.0.2, W11 PRO 13700K (in a 4U case), 128GB RAM, 4 Lane M.2 Storage, RTX 3090, Ultraleap Motion 2, Behringer UMC404HD audio interface, Streamdeck XL, Streamdeck+, KorgNano Kontrol2.
          Website: http://justinstephenson.com

          1 Reply Last reply Reply Quote 0
          • Juriaan
            Juriaan Tech Staff last edited by Juriaan

            Hi there,

            What I personally do with my Presonus Faderport 8 (Bit the same as a BCR) is use JavaScript to encode the values into JSON with a 'Formatter' and then use a 'Parser' to select the 'Fader' that I wish to receive.

            What is great about this setup is that I get all the data that I need in a single User Output called 'out data' that I then can connect all over the place with a Broadcaster / Listener or even record it as you wish with a 'Trigger Value' actor (Raw data output) and then just 'trigger' the text value to a 'Parser' and continue like that :)

            EXAMPLE FILE

            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

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

              @jtsteph

              I made an example Patch just now while I was thinking about this particular idea. I wonder if it will be useful to you.

              Check out this new forum post for screenshots and the files

              Best wishes,

              Woland

              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
              • J
                jtsteph last edited by

                On first perusal, this looks amazing, @Woland, I will certainly dig into this.

                I am just starting to play with the Group/Ungroup actors and think that this will be the key to everything here. I was intrigued by @Juriaan 's method of using a "parser" to select the fader(s) that he wanted. I imagine it is a question of defining the index or range of indexes for the array value(s) for the Javascript Parser. I will have a hack at it - I'm not super familiar with JS but I'll see what I can come up with. I will spend some time with your outline tomorrow.

                Thanks for all of your input.

                - J

                Isadora 4.0.2, W11 PRO 13700K (in a 4U case), 128GB RAM, 4 Lane M.2 Storage, RTX 3090, Ultraleap Motion 2, Behringer UMC404HD audio interface, Streamdeck XL, Streamdeck+, KorgNano Kontrol2.
                Website: http://justinstephenson.com

                1 Reply Last reply Reply Quote 1
                • J
                  jtsteph last edited by jtsteph

                  Well I couldn't stay away and have run through your explanation. I'll pick up any questions about this system in your new thread. I will say that this rings of efficiency, which I love. Also, I figured out how to parse out a single controller value in your JS "Ungroup Node". It's a stone's throw for me to modify this if I want any number of values instead of just one.

                  The JS node will need two inputs: one for the JSON string and one for the index.

                  function main()
                  {
                      var parsed = JSON.parse(arguments[0]);
                      var array = [];
                      var arrayindex = arguments[1];
                      array.push(parsed [arrayindex]);
                      return array;
                      }

                  UPDATE

                  Here's the JS for selecting a range. Input 1 is the JSON, Input 2 is the start index, Input 3 is the end Index.

                  function main()
                  {
                      var parsed = JSON.parse(arguments[0]);
                      var array = [];
                      var indexstart = arguments[1];
                      var indexend = arguments[2];
                      var i;
                      for (i = indexstart; i<= indexend; i++) {
                      array.push(parsed [i]);}
                      return array;
                      }
                      
                     

                  Thanks again,

                  - J 

                  Isadora 4.0.2, W11 PRO 13700K (in a 4U case), 128GB RAM, 4 Lane M.2 Storage, RTX 3090, Ultraleap Motion 2, Behringer UMC404HD audio interface, Streamdeck XL, Streamdeck+, KorgNano Kontrol2.
                  Website: http://justinstephenson.com

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

                    @jtsteph said:

                    Well I couldn't stay away and have run through your explanation. I'll pick up any questions about this system in your new thread. I will say that this rings of efficiency, which I love. Also, I figured out how to parse out a single controller value in your JS "Ungroup Node". It's a stone's throw for me to modify this if I want any number of values instead of just one. The JS node will need two inputs: one for the JSON string and one for the index.

                     Exciting! I look forward to hearing about the results (if you're comfortable sharing them).

                    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
                    • DusX
                      DusX Tech Staff last edited by

                      Just adding the link to the official Troikatronix tutorial on JavaScript Grouping and Ungrouping.

                      https://support.troikatronix.c...

                      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
                      • First post
                        Last post