Figure53 / QLabKit.objc

An Objective C library for controlling QLab using the OSC API introduced in QLab 3.
MIT License
26 stars 7 forks source link

Variable name error #14

Closed gwsounddsg closed 8 years ago

gwsounddsg commented 8 years ago

QLKClient.m Line 104

NSLog( @"QLKClient sending raw OSC message to (%@:%d): %@", self.OSCClient.host, self.OSCClient.port, messages );

"messages" should be "message" which is an argument for the method this line resides in. You can only see it if DEBUG_OSC is set to 1.