frobate Posted June 23, 2010 Share Posted June 23, 2010 I have a system setup that has an anlog input and I want to make that input control an output. Can I make out1 track in1? Link to comment Share on other sites More sharing options...
AzeoTech Posted June 24, 2010 Share Posted June 24, 2010 Certainly. Just use a channel Event: click on the name of the input channel under CHANNELS: in the workspace, then select the Event tab. This is script that executes every time a new value comes in (so it has to be kind of fast). Then just do: out = in[0] to set the out to the input. You can put additional math on the right side of the = if you want to scale it. Link to comment Share on other sites More sharing options...
frobate Posted June 24, 2010 Author Share Posted June 24, 2010 Thank you problem solved Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.