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

    Set auto detect as default in stream setup

    How To... ?
    5
    14
    1.1k
    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.
    • rayR
      ray
      last edited by

      Is there another way to do this that I'm missing?

      http://vimeo.com/raylevy/videos

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

        Automator + AppleScript + WatchMeDo = Startup task that opens Isadora, opens stream setup, then clicks the box

        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 |

        rayR 1 Reply Last reply Reply Quote 0
        • rayR
          ray @Woland
          last edited by

          @woland

          Can you give more info on how to do this? I originally thought that a simple timed start in the terminal would be enough.

          http://vimeo.com/raylevy/videos

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

            Basic principles are outlined in this thread. Your process would be much the same, but with a different script, or using Automator + watch me do instead.

            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 |

            rayR 2 Replies Last reply Reply Quote 0
            • rayR
              ray @Woland
              last edited by

              @woland

              Thanks

              http://vimeo.com/raylevy/videos

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

                Huh hold on. If the OSC address is always the same and you attach that to an OSC channel, save the path and re-open it you should still have it ? So I personally don't understand what the problem is that you are facing, or is the OSC path changing every single time that you use your phone ?

                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

                rayR 1 Reply Last reply Reply Quote 1
                • rayR
                  ray @Woland
                  last edited by ray

                  @woland 

                  Have checked it out and it doesn't address my problem. What I need is a way to start and stop my computers at different times on different days. Starting and stopping Izzy is not a problem. My problem is that I have no experience working with the Terminal. Also there aren't a lot of tutorials on this.                                                           

                  http://vimeo.com/raylevy/videos

                  WolandW 1 Reply Last reply Reply Quote 0
                  • rayR
                    ray @Juriaan
                    last edited by

                    @juriaan

                    I have used this website: https://lucaswilsonspiro.wordp... to set everything up

                    http://vimeo.com/raylevy/videos

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

                      @ray said:

                      I have used this website: https://lucaswilsonspiro.wordp... to set everything up

                       I have to say that I completely forgot that I made that. I should probably go back and finish it some day...

                      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 @ray
                        last edited by

                        @ray said:

                        My problem is that I have no experience working with the Terminal. Also there aren't a lot of tutorials on this.           

                         You may have more luck with applescript and automator, especially since you can do things based on time of day.

                        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
                        • markM
                          mark @ray
                          last edited by mark

                          @ray said:

                          Mac Minis only detect the osc signal from the Mac Pro (master) after I've checked the auto detect in stream setup and because the computers will be mounted on the ceiling this will be a little awkward to do on a daily basis

                          Unless you're doing something really unexpected with those OSC messages, you definitely don't need to open the Stream Setup every day.

                          You need to do the following:

                          1) On slave computer, open Stream Setup, turn on auto detect input
                          2) send each OSC mesage from MacPro to slave computer, e.g., /Slave/On and /Slave/Off, etc. 
                          3) Each OSC message you send appears in Stream Setup dialog. This serves as proof that the slave is receiveing the messages.
                          4) Set the channel number for each message (e..g, 1 and 2)
                          5) Close Stream Setup
                          6) Save patch
                          7) Use OSC Listener with 'channel' set to 1 to receive the /Slave/On message and OSC Listener with 'channel' set to 2 to receive the /Slave/Off message

                          Once /Slave/On and /Slave/Off are recognized by the Stream Setup on the slave computer, the setup saved is saved with the slave computer's .izz file. There is no need to reprogram this each day, unless the /Slave/On and /Slave/Off messages were to somehow change every day to /Slave/On2394934 or something weird like that. (If that's the case I don't understand what you're doing.)

                          If the slave computers are not detecting these messages after you've performed this setup, then there is a problem with their internet communications or else the IP Address of the slave computer has changed.

                          Try rebooting the entire setup, and then check the IP addresses of the slave computers. Did they change? Iyou would want to start using Fixed IP Addresses for the slave computers. When you use DHCP, it's possible that the IP address of the slave computer could change. (Though often, in practice, it doesn't.)

                          Best Wishes,
                          Mark

                          Media Artist & Creator of Isadora
                          Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

                          rayR 1 Reply Last reply Reply Quote 0
                          • rayR
                            ray @mark
                            last edited by ray

                            @mark

                            Thanks Mark and everyone else. I didn't save the patch maybe that was it, will try again....
                            am using a demo version on both slaves.

                            http://vimeo.com/raylevy/videos

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