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] Sustain pedal as Go
FromFokko van Duin
DateMon, 01 May 2006 12:48:15 +0300


At 00:21 -0400 01-05-2006, Bosco DiCervo wrote:
I'm triggering the LCX with midi but there are a few manual cues. Can I hook up a Yamaha sustain pedal (momentary switch) to the I/O panel at the back and use it as a Go "button"?

Yes, use the 8 switch LCX file as connection diagram (it's in downloads, section other files).



If so, how would I wire it up? And setup the Lanbox to recognize the footswitch as Go?

Create a control cue like below, and leave it running in e.g. layer D (any unused layer). When you press the foot switch cue 50.1 starts running in layer A.


// Cuelist 6 (4 steps), modified 01-05-2006 12:40
001:
  hold for 0.05s
  go 001 if input 1 within 512 - max
  go 50.1 in layer A
  go 001


Or if you want a Go next in layer A, you must also test that the pedal is released:
// Cuelist 6 (6 steps), modified 01-05-2006 12:45
001:
hold for 0.05s
go 001 if input 1 within 512 - max // loop if not pressed
go next in layer A
002:
hold for 0.05s
go 002 if input 1 within 0 - 512 // loop is still pressed
go 001



Fokko van Duin, CDS advanced technology bv, http://www.lanbox.com/


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