Home | News | Products | Support | Download | Sales | library | Guests | Contact | WebCam | Links
CDS Logo LanBox-Talk mail archive
 

By date: Prev | Next | Index By thread: Prev | Next | Index

SubjectRe: [LCtalk] LCX/Vidvox Grid
FromMatthijs van Duin
DateWed, 07 Jun 2006 17:28:28 +0300


On Tue, Jun 06, 2006 at 02:48:30PM +0200, Peter Quasters wrote:
1. Note Triggering - Choose a port and channel to listen to for using MIDI notes to trigger movies. By default, note 0 will trigger the first movie in the grid.

2. Controllers - You can use MIDI to control four different parameters in GRID2: speed, scrub, fade amount, and volume level. For each of these parameters you can set GRID2 to listen to controllers, velocity, or pitch-bend on a specific channel.

3. MIDI Clock Source - Set a port to listen to for MIDI clock messages.

How can i setup the LCX so that it triggers the movies and controllers? Is it possible go give an example.

The LanBox has a "write to MIDI" command that allows you to send any type of MIDI message to the MIDI Out port of the LanBox (which you'd connect to your grid). So you can control your grid any way you like, the LanBox can produce everything.


For example:

write 91 00 7F to MIDI   - channel 1, note 0, maximum velocity
write 92 3C 01 to MIDI   - channel 2, note 60, minimum velocity
write 92 3C 00 to MIDI   - channel 2, note 60, note off

in general:

write 9x yy zz to MIDI   - channel x, note yy, velocity zz
write Bx yy zz to MIDI   - channel x, controller yy, value zz
write Ex yy yy to MIDI   - channel x, pitch-bend yyyy

--
Matthijs van Duin  --  May the Forth be with you!


By date: Prev | Next | Index By thread: Prev | Next | Index