-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOSC-webgate.conf
More file actions
41 lines (33 loc) · 1.05 KB
/
OSC-webgate.conf
File metadata and controls
41 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;
; OSC-webgate configuration
;
[config]
; Root folder of the web-server.
root = "/var/www"
; Port number of the web-server.
port = 80
; Allocate variables in the data-pool on the fly.
; If 0 only system, user variables and variables defined in the
; [data-pool] section can be read and written to.
; If 1 any variable can be read and written to. They are added to the data-pool
; when requested (on the fly).
on_the_fly_allocation = 1
; Prefix of user variables.
; Only the variables starting with this prefix are routed to the user data-pool.
; If the prefix is empty, all variables will be routed, expect the system variables.
user_prefix = "DPU."
; OSC host name or IP.
osc_host = "localhost"
; Port number of the OSC host.
osc_port = "3001"
; Prefix of variables routed to the OSC host.
; Only the variables starting with this prefix are routed to the OSC host.
; If the prefix is empty, all variables will be routed.
osc_prefix = "/osc/"
;
; Variable initialization
;
[data-pool]
/osc/master/switch = 1
/osc/master/volume = 75
/osc/osc/pitch = 500