aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSpacelord09 <spacelord09@outlook.de>2019-08-22 20:02:54 +0200
committerSpacelord09 <spacelord09@outlook.de>2019-08-22 20:02:54 +0200
commit62eabb1c1d840cbab26b9ea747b102550199bad3 (patch)
treee9641647b1884290048c0b67b523d0bf90549790
parent7b3129b46a1011458744bd70279367f47979aef0 (diff)
downloadmidimonster-62eabb1c1d840cbab26b9ea747b102550199bad3.tar.gz
midimonster-62eabb1c1d840cbab26b9ea747b102550199bad3.tar.bz2
midimonster-62eabb1c1d840cbab26b9ea747b102550199bad3.zip
Added a config to test the maweb backend.
-rw-r--r--configs/maweb-flying faders.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/maweb-flying faders.cfg b/configs/maweb-flying faders.cfg
new file mode 100644
index 0000000..0101f1e
--- /dev/null
+++ b/configs/maweb-flying faders.cfg
@@ -0,0 +1,13 @@
+; 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".
+password = midimonster
+
+[lua generator]
+script = configs/flying-faders.lua
+
+
+[map]
+generator.wave{1..6} > ma.page1.fader{1..6} \ No newline at end of file