# This script will be executed every time the OSC data changes
def onValueChange(channel, sampleIndex, val, prev):
feedback = op('feedback1') # Replace 'feedback1' with the path to your feedback TOP
feedback.par.pulse.pulse()
def onOffToOn(channel, sampleIndex, val, prev):
def whileOn(channel, sampleIndex, val, prev):
def onOnToOff(channel, sampleIndex, val, prev):
def whileOff(channel, sampleIndex, val, prev):