duplex-nexus-osc
duplex-nexus-osc copied to clipboard
Build multi-user control surfaces via OSC
For example ``` ( c = NxComment(Rect(50, 50, 50, 50)); c.text = "hello"; ) c.bounds = Rect(50, 50, 50, 50) ``` I realise bounds_ is undocumented, but moving a widget...
Sorry - noob question - how can use properties like 'interaction': 'radial', // "radial", "vertical", or "horizontal"; 'mode': 'relative', // "absolute" or "relative"; 'min': 0; 'max': 1,;'step': 0,;'value': 0 for...
attempting to send Osc Messages to veejay, requiring a two/three level path for example i am trying to send the osc msg: /console/bezerk but can not seem to figure out...