Control
Control copied to clipboard
output command should always output, regardless of isLocal value
Currently output() checks the value of isLocal before it sends out OSC or MIDI messages. Instead of doing this, output should ALWAYS send out messages and any method that calls output should check the value of isLocal before it does so.
This will allow output() to still be used in scripts assigned to widget event handlers where the widget has a isLocal value of true.