blob: 35b2111c44058b9376586f1565c58da2c8a6fba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
; This configuration maps the multifader page of the TouchOSC 'Mix 16' Layout
; to the first 48 ArtNet channels
[backend artnet]
bind = 0.0.0.0
[osc touch]
bind = 0.0.0.0 8000
dest = learn@8001
[artnet out]
destination = 255.255.255.255
[map]
touch./4/multifader1/{1..24} > out.{1..24}
touch./4/multifader2/{1..24} > out.{25..48}
|