Thread: GPI on SC48
View Single Post
  #4  
Old 03-18-2012, 12:11 PM
Sheldon Radford's Avatar
Sheldon Radford Sheldon Radford is offline
Avid
 
Join Date: Feb 2005
Location: Mountain View, CA
Posts: 1,293
Default Re: GPI on SC48

Cool, thanks for the update. Here's a trick that should work to provide single-press functionality, even with a latching (non-momentary) switch.

Basically, you set the event up with two triggers - switch opened and switch closed - so that the event fires every time the switch changes state:
  • Trigger = Input 1 (GPI Input 1), Closed
  • Trigger = Input 1 (GPI Input 1), Open
  • Here's the trick: set the Trigger logic (top right corner of Trigger box) to "OR" - this way, the event is triggered when the switch is opened, or closed
  • Action = Recall Snapshot 001 <snapshot name>
This should work, and save you having to wire another switch.

Sheldon
Reply With Quote