Event Extension

Version 2 (Jan Schacher, 08/03/2009 11:49 am)

1 1
h1. Event Extension
2 1
3 1
We need to think about how to deal with discrete vs. continuous parameter changes (event vs. state) what are the definitions?
4 1
5 1
h3. events 
6 1
7 1
    * starting a media file 
8 1
9 2 Jan Schacher
<pre>
10 2 Jan Schacher
    /spatdif/event/source/*/start 
11 2 Jan Schacher
</pre> 
12 1
13 1
h3. state change
14 1
15 1
    * muting a source
16 1
17 2 Jan Schacher
<pre>
18 2 Jan Schacher
    /spatdif/event/source/1/active 0
19 2 Jan Schacher
</pre>