A SpatDifPlayer is capable of reading and reproducting an OSC-SpatDIF document version 0.3, as documented in http://redmine.spatdif.org/attachments/download/106/SpatDIF-exampleScenes-V0.3.pdf
Despite it can be used stand-alone, we recommend to use it through the provided SpatialRender methods, which handle message redundandy, visualization, etc.
netAddr |
The instance of NetAddr where to send the SpatDIF messages. If |
Open a OSC-SpatDIF compilant file and load it into a Task
pathToFile |
The path describing the SpatDIF file |
Plays the task from the beggining.
Pauses the task. It can be further resumed with SpatDifPlayer: -play
Resumes the task from where it was paused.
Set the task starting point at time 0.
Answers if the playing task is currently playing. This method will respond true
until one second after the task reachs the end, for compatibility reasons.
If verbose is set to true, outcoming messages will be printed