Results 1 to 7 of 7

Thread: QT autostart on catalyst macpro

Hybrid View

  1. #1
    Hey Peter,

    Rest assured. There is nothing wrong with this. Actually, I have a nightclub where the entire control system is running on Macs and the very same Macs are running Catalyst.

    Everything is run off of iCal which is always open on all machines. iTunes is also always open and so is Quicktime. There are assorted Applescripts and shell scripts which run all the time. Catalyst is always left online and a script is used to bring it to the front and load full screen when the time is right.

    The systems are run though a 16x16 matrix switcher which is also triggered from Catalyst. The SAMSC-Lite cuelist (which is part of Catalyst) works nicely for triggering all kinds of events beyond what is running through iCal. A simple MIDI device even runs presets for different kinds of music and different events.

    The systems sleep, and control the activation of dormancy all the other devices. The lighting, sound, projectors, computers, and media all run off the same Macs. Because there are three computers and a matrix switch, there is also redundancy in case of a failure.

    There are hiccups from time to time but they're taken into account. The systems are even hooked to an external disk for running Time Machine.

    Granted the team I worked with on this club as well as the manager and head DJ, know Macs. Even if they didn't though the system is set to work with little need for making changes to the architecture.

    The bottom line...
    The whole thing works and works fine. Yours can too. The only issue is going to be latency (possibly) or frame drops if QT is running a movie at the same time as Catalyst. Even still, they can all work at the same time if they need to.

    I would strongly suggest that you only use what you need to use. I also recommend you turn off anything you don't need to have on. Basic Applescript scripting is something easy to learn. It might take you about a day or so. Write a simple script that says open quicktime and play file. Write another that says quit quicktime. Write even another that launches Catalyst with Catalyst configured to go into full screen mode upon launch. Attach them all to iCal events.

    Poof! It's done.
    If you have more questions, let me know.
    SourceChild
    TODD SCRUTCHFIELD

    ...if it ain't broke...
    gimme 5 and then don't act surprised

  2. #2
    Quote Originally Posted by SourceChild View Post
    Write a simple script that says open quicktime and play file. Write another that says quit quicktime.
    Why is this necessary? I can time shedule (energy settings) in mac os and put QT to go to full screen in the startup proces (accounts).

  3. #3
    Perhaps you misunderstand what I am saying. You are correct in that you can schedule sleep and wake events. You can also set Qucicktime to launch as a login event. However, you can also write a series of applescripts which control your automation for you.

    For example:

    tell application "QuickTime Player"
    activate
    open [YOUR MOVIE]
    play
    end tell


    This script opens Quicktime, loads your file, and plays it.

    You could write another script which closes quicktime.
    Another which launches Catalyst.
    Another which begins a cuelist in SAMSC-Lite
    Another which ends Catalyst.

    (Please note that Catalyst doesn't have a script library (that I know of) so you will have to write scripts which record keyboard and mouse gestures to operate Catalyst.)

    Each one of these scripts can be linked to a calendar event in iCal. Therefore it would allow you to set different schedules on different days.
    SourceChild
    TODD SCRUTCHFIELD

    ...if it ain't broke...
    gimme 5 and then don't act surprised

Similar Threads

  1. Catalyst v3.32 and v4.01
    By samsc in forum Catalyst Downloads
    Replies: 8
    Last Post: 27-11-2017, 11:50 AM
  2. X1900XT and Tiger on July 2008 MacPro
    By Mr_P in forum Catalyst Technology questions
    Replies: 17
    Last Post: 26-09-2008, 06:08 PM
  3. Booting Catalyst on Start up
    By johnboylightboy in forum Catalyst Technical support
    Replies: 5
    Last Post: 05-04-2008, 05:32 AM
  4. XServe RAID and catalyst
    By samsc in forum Catalyst Technology questions
    Replies: 28
    Last Post: 21-01-2007, 09:08 PM
  5. the memory of MacPro
    By Hamayan in forum Catalyst Announcements
    Replies: 1
    Last Post: 09-10-2006, 06:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •