Go Back   ControlBooth > CB Discussions > Lighting
 
    Advanced Search

Notices

Lighting For any discussions related to lighting


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old April 8th, 2009, 03:03 PM
kittyn3's Avatar

 
Join Date: Mar 2007
Location: Cleveland OH
Posts: 7
Thanks: 3
Thanked 0 Times in 0 Posts
Angry Problems linking Strand 520i and SFX through MIDI

I have a Strand 520i lighting console and I am trying to link it through MIDI to a SFX program. Ideal, I would like to try to control the SFX from the Strand but can't figure out how to do it. I have tried several different things even trying to get the SFX to control the light board, but can't get it to work. The Strand manual is very vague as to what needs to be done. This is the first time I am working with MIDI, so any instruction needs to be step by step and detailed. Any information will help. Thanks.
Reply With Quote
Old April 8th, 2009, 03:59 PM
icewolf08's Avatar
CBmod
 Premium Member 
 
Join Date: Jan 2007
Location: Salt Lake City, UT
Posts: 3,103
Thanks: 21
Thanked 150 Times in 134 Posts
Send a message via AIM to icewolf08 Send a message via MSN to icewolf08 Send a message via Yahoo to icewolf08 Send a message via Skype™ to icewolf08
Default Re: Problems linking Strand 520i and SFX through MIDI

Are you actually using "SFX" or are you using some other sound effects program? SFX comes in many different versions, and not all of them support MIDI control. If you don't have one of the versions of SFX that support MSC you will never get it to work.

For information on MIDI, it is on page 314 of the Stand 500 series manual. The console only listens for MSC commands to trigger cues or fire macros. So if you want to trigger cues on the console, you need to make sure that you are sending MSC commands and not just MIDI commands. You also need to makes sure that you set the console's MIDI device ID and that you are sending MSC commands to the correct device ID from your software. The Strand 500 Series manual gives the MIDI hex data in a table so that you can tell your control software what commands to send (check page 319).

Frankly, you might find that investing in a Rosco Keystroke as you can use it to control any computer based software.
__________________
Alex Weisman
Master Electrician - Pioneer Theatre Company
IceWolf Photography
[email address]

Soup or art?

"Crap happens, it is our job as technicians to fix the problem and see if it can be avoided. That does not mean yelling at actors or other crew people. We make mistakes, that is life. Welcome to live theatre, if it were the same every night it would be TV." ~Me

Love CB? Upgrade to premium today!
Reply With Quote
Old April 8th, 2009, 03:19 PM
kittyn3's Avatar

 
Join Date: Mar 2007
Location: Cleveland OH
Posts: 7
Thanks: 3
Thanked 0 Times in 0 Posts
Default Re: Problems linking Strand 520i and SFX through MIDI

I have SFX 5.6. What is the difference between MSC command and MIDI command? How do I send the command to the SFX? Is it through a cue? Is there anyway to tell if they are connecting with each other?
Reply With Quote
Old April 8th, 2009, 03:41 PM
icewolf08's Avatar
CBmod
 Premium Member 
 
Join Date: Jan 2007
Location: Salt Lake City, UT
Posts: 3,103
Thanks: 21
Thanked 150 Times in 134 Posts
Send a message via AIM to icewolf08 Send a message via MSN to icewolf08 Send a message via Yahoo to icewolf08 Send a message via Skype™ to icewolf08
Default Re: Problems linking Strand 520i and SFX through MIDI

Quote:
Originally Posted by kittyn3 View Post
I have SFX 5.6. What is the difference between MSC command and MIDI command? How do I send the command to the SFX? Is it through a cue? Is there anyway to tell if they are connecting with each other?
MSC is a subset of standard MIDI commands that are designed to talk to specific types of controllers. There are command sets that talk to lighting, sound, motion control, pyro, etc.

There are different versions of SFX. I believe that there are three releases of version 5.6. I believe they all support basic MIDI commands, but I think only the two higher end versions support MSC. I know in the new v6 of SFX only the top end version supports MSC.

It has been a while since I did any serious programming on SFX so I can't remember off the top of my head how to do it. I do know that there is a way that you can edit the actual hex data that is sent so you can send device specific data. And yes, I believe you can just put the commands into a cue in SFX.

MIDI isn't a bi-directional protocol, one device sends data to another. So you can't really test the connection other than making sure that it works. The devices don't talk to eachother to say "hi we are here." In this sense it is much like DMX, the devices just listen for data that is directed at them.
__________________
Alex Weisman
Master Electrician - Pioneer Theatre Company
IceWolf Photography
[email address]

Soup or art?

"Crap happens, it is our job as technicians to fix the problem and see if it can be avoided. That does not mean yelling at actors or other crew people. We make mistakes, that is life. Welcome to live theatre, if it were the same every night it would be TV." ~Me

Love CB? Upgrade to premium today!
Reply With Quote
Old April 8th, 2009, 04:02 PM
kittyn3's Avatar

 
Join Date: Mar 2007
Location: Cleveland OH
Posts: 7
Thanks: 3
Thanked 0 Times in 0 Posts
Default Re: Problems linking Strand 520i and SFX through MIDI

I think we have found the menu that sends the MSC commands but SFX still won't talk to the Strand board. We checked the ID numbers they match. What I don't know is what should the other settings be in the MIDI menu on the Strand console. There is channel and mode (backup or slave), faders and key controller, notes and velocity, trigger macro, trigger bytes and the MSC ID rx and tx which is the ID.
Reply With Quote
Old April 8th, 2009, 04:27 PM
icewolf08's Avatar
CBmod
 Premium Member 
 
Join Date: Jan 2007
Location: Salt Lake City, UT
Posts: 3,103
Thanks: 21
Thanked 150 Times in 134 Posts
Send a message via AIM to icewolf08 Send a message via MSN to icewolf08 Send a message via Yahoo to icewolf08 Send a message via Skype™ to icewolf08
Default Re: Problems linking Strand 520i and SFX through MIDI

Like DMX and like SCSI, each device connected to MIDI needs a unique address. The MSC ID in the console for RX is the ID to which you should be sending MSC commands if you want to trigger the console. The tx ID would be the device you want the console to control, which you may or may not need. The ID number of SFX should not be the same as your console. Also check your connections such that the MIDI out from your computer is connected to the MIDI IN on the console. You don't need to go the other way unless you want to be able to trigger sound cues from the console.

If you want to send an MSC GO to your console you would need to send the following hex command from SFX:
F0 7F id 02 cf 01 F7 where "id" = the device id of the console and "cf" is the command format which should be set to 01 for lighting.
__________________
Alex Weisman
Master Electrician - Pioneer Theatre Company
IceWolf Photography
[email address]

Soup or art?

"Crap happens, it is our job as technicians to fix the problem and see if it can be avoided. That does not mean yelling at actors or other crew people. We make mistakes, that is life. Welcome to live theatre, if it were the same every night it would be TV." ~Me

Love CB? Upgrade to premium today!
Reply With Quote
Old April 9th, 2009, 12:00 PM
kittyn3's Avatar

 
Join Date: Mar 2007
Location: Cleveland OH
Posts: 7
Thanks: 3
Thanked 0 Times in 0 Posts
Default Re: Problems linking Strand 520i and SFX through MIDI

Thank you. Do you know how to set the TX Id on the SFX?
Reply With Quote
Old April 9th, 2009, 12:05 PM
icewolf08's Avatar
CBmod
 Premium Member 
 
Join Date: Jan 2007
Location: Salt Lake City, UT
Posts: 3,103
Thanks: 21
Thanked 150 Times in 134 Posts
Send a message via AIM to icewolf08 Send a message via MSN to icewolf08 Send a message via Yahoo to icewolf08 Send a message via Skype™ to icewolf08
Default Re: Problems linking Strand 520i and SFX through MIDI

Quote:
Originally Posted by kittyn3 View Post
Thank you. Do you know how to set the TX Id on the SFX?
I don't off the top of my head as we don't have the MIDI version here and it has been a while since I used the MIDI version. However i am sure that someone else here might be able to help you with that, or you might check the manual for SFX.
__________________
Alex Weisman
Master Electrician - Pioneer Theatre Company
IceWolf Photography
[email address]

Soup or art?

"Crap happens, it is our job as technicians to fix the problem and see if it can be avoided. That does not mean yelling at actors or other crew people. We make mistakes, that is life. Welcome to live theatre, if it were the same every night it would be TV." ~Me

Love CB? Upgrade to premium today!
Reply With Quote
Reply

Tags
520i, linking, midi, problems, sfx, strand

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MIDI - Signal Generation for Cueing Herr_Sprecker Sound 1 September 19th, 2008 09:25 AM
Hello, and a MIDI question pyroman New Member Board 8 April 13th, 2007 12:39 AM


All times are UTC -4. The time now is 02:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1 
Advertisement System V2.6 By   Branden

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80