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

    [SOLVED] Grid of Shifting Videos (both pre-cut and live)

    How To... ?
    logic actors movie player
    3
    12
    2.6k
    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.
    • WolandW
      Woland Tech Staff
      last edited by

      Here's an updated version of @DusX's video sequencer

      Also here's a link to his tutorial for it.

      Hope that helps.

      Best wishes,

      Woland

      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 |

      J 2 Replies Last reply Reply Quote 0
      • J
        jsegal99
        last edited by

        That sounds like it could work, thanks so much. Never realized I could access additional properties by clicking on the Eye. That's really useful. 

        If I understand correctly, that means I'll need 16 selectors (each with 16 inputs) and 16 projectors. Then each selector would receive a mix of 16 Movie Players/Video In Watchers/Syphons to choose from. 

        Let me know if I misunderstood. 

        Sounds complex but doable. Really appreciated. 

        1 Reply Last reply Reply Quote 0
        • J
          jsegal99 @Woland
          last edited by

          @woland Thanks for your reply. I noticed that the SELECTOR actor is not accepting Video input whenever it is contained within a User/Macro instance. Is this a bug? 

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

            @jsegal99 said:

            @woland Thanks for your reply. I noticed that the SELECTOR actor is not accepting Video input whenever it is contained within a User/Macro instance. Is this a bug? 

             It likely has to do with having to mutate the input. I'll look at it right now and get you a screen capture.

            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 |

            J 1 Reply Last reply Reply Quote 0
            • J
              jsegal99 @Woland
              last edited by jsegal99

              @woland Update: was able to get the selector to accept vid-gpu if I connected it to a movie player in the main-level patch and then copy-pasted it into a Macro. But it's still giving me trouble when I'm trying to route it through a User Output. It wants to convert it to a float. 

              1 Reply Last reply Reply Quote 0
              • J
                jsegal99 @Woland
                last edited by

                @woland  Ran into another issue.Hey sorry for all the posts. I'm nesting Macros to make everything cleaner and easier to manage, but it seems that the 'Gate' functionality of the 'Selector' doesn't work when the video inputs are coming in through a 'User Output' from a macro. When I go into the Video Input macro I made, all the videos are sending data 

                Any fix for this? Worried it's going to make playback super slow.

                You'll see below I'm sending the video through the VIDEO INPUTS macro through to the Selectors within the SELECTORS macro, and then routing it all to the projectors in the PROJECTS macro.


                Let me know if anything is unclear. Thanks again!


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

                  @jsegal99 said:

                  @woland Update: was able to get the selector to accept vid-gpu if I connected it to a movie player in the main-level patch and then copy-pasted it into a Macro. 

                  The Selector has inputs and an output that are "mutable" meaning they accept multiple data types. The first thing you connect to them will mutate them to that data type. For example, if you connect a Calculator to a Selector's output first it will mutate the Selector to accept only numbers in the inputs and outputs. If you leave the Calculator connected to the output and try to connect a Movie Player to the input of the Selector, it will not let you because the Calculator is preventing it from mutating to vid-gpu. 


                  Thus, you just have to mutate the Selector to use the vid-gpu data type by making the first thing it attaches to something that uses vid-gpu. You can also double-left-click a User Input or User Output actor inside a User Actor or Macro to select "vid-gpu" as the data type you want these actors to use (since they are also mutable). Here you can see I've mutated Selectors to accept vid-gpu, boolean (on/off), and color.

                  Best wishes,

                  Woland

                  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 0
                  • WolandW
                    Woland Tech Staff @jsegal99
                    last edited by Woland

                    @jsegal99 said:

                    Any fix for this? Worried it's going to make playback super slow.

                    Put your Selectors inside your "VIDEO SOURCES" Macros. The gated exec src function isn't working for you because the video sources are on a different "level" than the selectors (the sources are inside your "VIDEO SOURCES" Macros and the Selectors are on the outside of the Macros).

                    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 |

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      jsegal99 @Woland
                      last edited by

                      @woland Thanks for all the great support! 

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

                        @jsegal99

                        No problem. Is there anything else I can help you with?

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