Search the web
Sign In
New User? Sign Up
SFX_Users · SFX-Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Get currently playing cue info   Message List  
Reply | Forward Message #7132 of 7369 |
re: [SFX_Users] Get currently playing cue info

Christopher,

>> Is there a way, via scripting, to get the currently playing cue's notes.
>> I need to prompt an operator to preform a task with a popup window but I
>> want to use a single script that pulls the cues notes as a variable and
>> displays.

Yep: You would create a script that has something similar to:

assign @variable = GET CUE "1" NOTES
display @variable


So line one would get the NOTES property of Cue 1, and line 2 will display
what's in that variable.

Regards,
Carlton
SR



Fri Jun 26, 2009 8:46 pm

carltonguc
Offline Offline
Send Email Send Email

Forward
Message #7132 of 7369 |
Expand Messages Author Sort by Date

Is there a way, via scripting, to get the currently playing cue's notes. I need to prompt an operator to preform a task with a popup window but I want to use...
christopher.kulesa
christopher....
Offline Send Email
Jun 25, 2009
5:08 pm

Christopher, ... Yep: You would create a script that has something similar to: assign @variable = GET CUE "1" NOTES display @variable So line one would get...
Carlton Guc
carltonguc
Offline Send Email
Jun 26, 2009
8:47 pm

Carlton What if I wanted the cue number to be a variable. Essentially I want to create a stock script that can find the currently playing track, get it's cue...
christopher.kulesa
christopher....
Offline Send Email
Jun 29, 2009
6:42 pm

In the following script it will look through the currently active cue list and display the notes of the last cue that it finds that is playing: ASSIGN @notes =...
bradrembielak
Offline Send Email
Jun 30, 2009
2:37 pm

... Christopher, Maybe I'm just totally missing on what you are trying to do with this scripting but why not just open the Notes window in SFX, and dock it in...
Richard B. Ingraham
rbi71
Offline Send Email
Jul 1, 2009
3:43 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help