Figure53/QLabKit.objc

Variable name error

Closed this issue · 0 comments

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.