Used a Dictionary instead of an Environment to store the controls
parent
5d3dd866eb
commit
e272a34dfe
|
@ -10,7 +10,7 @@ TouchOSC {
|
||||||
|
|
||||||
init { | ip, port |
|
init { | ip, port |
|
||||||
net = NetAddr(ip, port);
|
net = NetAddr(ip, port);
|
||||||
controls = ();
|
controls = Dictionary();
|
||||||
}
|
}
|
||||||
|
|
||||||
send { | url ... oargs |
|
send { | url ... oargs |
|
||||||
|
|
Loading…
Reference in New Issue