An ObjectTable is used to associate an id with an object. This is useful for enabling references to objects on remote systems via Open Sound Control.
Put an object in the main ObjectTable and generate an Integer id.
obj |
the object to put in the table. |
Put an object in the main ObjectTable under a specific key.
key |
a Symbol. |
obj |
the object to put in the table. |
Get the ID of an object in the table.
obj |
an object in the table. |
Put an object in an ObjectTable and generate an Integer id.
obj |
the object to put in the table. |