Set auto detect as default in stream setup
-
Can you give more info on how to do this? I originally thought that a simple timed start in the terminal would be enough.
-
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.
-
Thanks
-
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 ?
-
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.
-
I have used this website: https://lucaswilsonspiro.wordp... to set everything up
-
@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...
-
@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.
-
@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 messageOnce /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 -
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.