aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-22 21:22:17 +0200
committerGitHub <noreply@github.com>2019-08-22 21:22:17 +0200
commitd402b94d107c817ed6613e03d34fef0f37fdb90c (patch)
tree4859d17cef84933f62b6eaa28cf003535de9ede6
parent8b016f61a4b3d3be0c7b1e311209ab991276af0c (diff)
parent88f59354ef22c815ca2731a13ac87677c3571343 (diff)
downloadmidimonster-d402b94d107c817ed6613e03d34fef0f37fdb90c.tar.gz
midimonster-d402b94d107c817ed6613e03d34fef0f37fdb90c.tar.bz2
midimonster-d402b94d107c817ed6613e03d34fef0f37fdb90c.zip
Merge pull request #27 from cbdevnet/spacelord
Added Dot2 B-wing to example config.
-rw-r--r--configs/maweb-flying-faders.cfg12
1 files changed, 8 insertions, 4 deletions
diff --git a/configs/maweb-flying-faders.cfg b/configs/maweb-flying-faders.cfg
index 85aeada..03b0939 100644
--- a/configs/maweb-flying-faders.cfg
+++ b/configs/maweb-flying-faders.cfg
@@ -1,13 +1,17 @@
; Create a 'flying faders' effect using lua and output it onto maweb faders 1..6
[maweb ma]
-host = 10.23.42.21 80 ; Thats the IP of your console or OnPC.
-user = midimonster ; If a Dot2 is used, the username is automatically set to "remote".
+; That's the IP of your console or OnPC.
+host = 10.23.42.21 80
+; If a Dot2 is used, the username is automatically set to "remote".
+user = midimonster
password = midimonster
[lua generator]
script = configs/flying-faders.lua
-
[map]
-generator.wave{1..6} > ma.page1.fader{1..6}
+; Fader 1 to 6 (Core Wing)
+generator.wave{1..6} > ma.page1.fader{1..6}
+; Fader 7 to 14 (F-wing1 on Dot2)
+;generator.wave{7..14} > ma.page1.fader{7..14]}