RESOLVED: CHOP Execute functions 099

099 has new function names for chopExecute?

This first one makes no sense: It works like an “offToOn” but it clearly says onSwitchOn…

def onSwitchOn(channel, sampleIndex, val, prev):

ok I think I understand the naming convention now.

on: SwitchOn
on: SwitchOff
on: ValueChange

Maybe you can change the parameter names to match with this change.

Thanks Harvey. We’re trying to implement a consistent naming scheme for all our DAT callback functions, and decided onSwitchOff, was more clear than onOnToOff for example, but all feedback is appreciated.
Cheers
Rob.