Used a Dictionary instead of an Environment to store the controls

main
Mike Lynch 2022-04-02 15:09:03 +11:00
parent 5d3dd866eb
commit e272a34dfe
1 changed files with 1 additions and 1 deletions

View File

@ -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 |