Control Analog Out with Analog In


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.