diff --git a/classes/TouchOSC.sc b/classes/TouchOSC.sc index 1daedfa..9b3f899 100644 --- a/classes/TouchOSC.sc +++ b/classes/TouchOSC.sc @@ -1,19 +1,107 @@ // Class for binding to a TouchOSC interface -// -// I don't feel well enough to actually code this today so here are some notes. -// - bind a /url to a function -// - provide builtins for linear and exponential controls -// - provide builtins for X-Y and modal/radio buttons -// -// TouchOSC { - var <>ip, <>port; + var value +// apply.value(value) +// } +// } +// +// +// OSCdef.new( +// 'osc' ++ name, +// { | msg | +// settings.at(name).ctrlset(msg); +// settings.at(name).apply() }, +// url +// ); +// +// +// +// } \ No newline at end of file