• 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

    [SOLVED] Edit Trigger Text content from Controls

    How To... ?
    4
    11
    1211
    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.
    • jfg
      jfg last edited by jfg

      My solution is so simple that I think I haven't really understand what you are looking for. Anyway …

       

      • Izzy 3.2.6
      - MacBook Pro M1 Max 16" 64GB RAM, Mac OS 15.3.2 Sequoia
      - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ),
      Mac OS 10.14.6 (Mojave)
      - Mac mini Pro M4, Mac OS 15.3.2 Sequoia

      • A range of deployable older Macs
        Located in Bremen, Germany
      D 1 Reply Last reply Reply Quote 1
      • D
        DillTheKraut @jfg last edited by DillTheKraut

        @jfg

        Oh, the answer is simple. I was missing the 'TRIGGER text' actor after finding the 'TEXT' only actor, thinking there wouldn't be another one with nearly identical functionality. What is this one existing for anyway? Legacy?


        Thank you for pin pointing me!

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

          @dillthekraut said:

          Legacy?

           Exactly :)

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

            @dillthekraut

            It's also worth noting that if you:
            1. Stick a Gate actor in front of the Trigger Text actor
            2. Give the input of the Gate actor the Control ID of your Edit Text Control
            3. Connect the Gate actor to the 'input' input of the Trigger Text actor
            4. Connect the Gate actor to the 'trigger' input of the Trigger Text actor

            Then any time you type into the Edit Text Control, the Gate actor will push the text as you type each character, allowing for live typing to be pushed into any text actors from the Control Panel.

            File --> live-typing-with-gate-trigger-text-2024-01-05-3.2.6.izz

            Gif --> https://recordit.co/Kb7wKsUoHU

            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 |

            Armando 1 Reply Last reply Reply Quote 1
            • Armando
              Armando Beta Gold @Woland last edited by

              @woland : this is a good solution I would just a very short trigger delay between the gate out and the trigger input of the text trigger actor because I always fear the te trigger goes before the text input. And we might miss a character from time to time, what do you think woland? 

              Armando Menicacci
              www.studiosit.ca
              MacBook Pro 16-inch, 2021 Apple M1 Max, RAM 64 GB, 4TB SSD, Mac OS Sonoma 14.4.1 (23E224)

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

                @armando

                Everything in Isadora is executed from the top left to the bottom right, so the text input of the Trigger Text actor will always be updated before the trigger input because the trigger input is on the bottom (text populates the top input first, then triggers the bottom input).

                If you were doing the same thing with an OSC Multi Transmit actor (where the trigger input is *above* the value inputs) then I would put a little Trigger Delay actor like so:

                Execution order is kind of hard to understand and very rarely relevant though, so always putting a tiny Trigger Delay just to be safe is a pretty good habit to have because it won't cause a problem in cases where execution order doesn't matter and will save you in cases where execution order does matter.

                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 |

                Armando 1 Reply Last reply Reply Quote 0
                • Armando
                  Armando Beta Gold @Woland last edited by

                  @woland You saved the day once again woland !!! It is the first time I understand data path priorities in izzy. In MAX/MSP priority is (or at least was in the past) right to left bottom to top (totally counter intuitive).

                  What about top-bottom in Isadora ? If I understand well, you say : left to right and top to bottom. Bud do you mean that also in relationship to a group of actors that is bottom right and of patch is executed after the rest has been ? I don't remember a manual page specifying all that...

                  Armando Menicacci
                  www.studiosit.ca
                  MacBook Pro 16-inch, 2021 Apple M1 Max, RAM 64 GB, 4TB SSD, Mac OS Sonoma 14.4.1 (23E224)

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

                    @armando

                    See my comment and screenshots here:

                    https://community.troikatronix.com/post/34556

                    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 |

                    Armando 1 Reply Last reply Reply Quote 0
                    • Armando
                      Armando Beta Gold @Woland last edited by

                      @woland Thanks a lot I missed that post. Very clear and very important.  Maybe it should be in the manual or in the knowledge base ?

                      Armando Menicacci
                      www.studiosit.ca
                      MacBook Pro 16-inch, 2021 Apple M1 Max, RAM 64 GB, 4TB SSD, Mac OS Sonoma 14.4.1 (23E224)

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

                        @armando said:

                        Maybe it should be in the manual or in the knowledge base ?

                        Certainly, there are just many more relevant things to create documentation about and, since the execution order rarely actually matters for the vast majority of use cases and is tricky to explain and understand, it's not been very high on the list in terms of topics that we've prioritized when it comes to creating documentation.

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