| Home | News | Products | Support | Download | Sales | library | Guests | Contact | WebCam | Links | |
| LanBox-Talk mail archive | |
| By date: Prev | Next | Index | By thread: Prev | Next | Index | ||||||
At 16:03 +0200 08-10-2003, Andreas Karlen wrote: i created a cuelist with 6 steps; all steps are stepdatatype 1. CommonGetDirectory answers with cuelist 1 with 6 steps. As this is highly advanced stuff, please contact me direct for further questions ;-) General tip: If you ever wonder how a LanBox command is working, do the following in LCedit+: 1. Turn off "Auto Update" 2. Turn on "Debug" mode 3. Open the "StreamWatcher" window Now issue e.g. the store command to store cuelist 3 in the script editor (assuming one scene is loaded), and you will see something like below in the streamwatcher:
Between {} is send, other data is received in LCedit The {*AA 0003 01 0103255C000000#} CuelistWrite (cuelist 3, 1 step, 7 bytes data) The {*AC 0003 01 00 006B 0002 FF.. CuesceneWrite cuelist 3, step 1, no flags, 107 channels, {*AC 0003 01 00 0000 006C 00.. CuesceneWrite cuelist 3, step 1, no flags, continuation Notes: 1. Channel numbers are 16 bit as LCedit+ is always in 16 bit mode for LCX and LCM. 2. LCedit+ always breaks up large writes to prevent buffer overflow. In this case it could have been a single command, but this shows how to use continuation. I hope this helps, -- Fokko van Duin, Creators of the LanBox-LC CDS advanced technology bv, DMX lighting controller. http://www.cds.nl/ http://www.lanbox.com/ We are member of MIDI Manufacturers Association, MMA
| |||||||
| By date: Prev | Next | Index | By thread: Prev | Next | Index | ||||||