Control icon indicating copy to clipboard operation
Control copied to clipboard

output command should always output, regardless of isLocal value

Open charlieroberts opened this issue 14 years ago • 0 comments

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.

charlieroberts avatar Jun 07 '11 21:06 charlieroberts