diff options
author | Spacelord09 <spacelord09@outlook.de> | 2019-08-22 20:02:54 +0200 |
---|---|---|
committer | Spacelord09 <spacelord09@outlook.de> | 2019-08-22 20:02:54 +0200 |
commit | 62eabb1c1d840cbab26b9ea747b102550199bad3 (patch) | |
tree | e9641647b1884290048c0b67b523d0bf90549790 /configs/maweb-flying faders.cfg | |
parent | 7b3129b46a1011458744bd70279367f47979aef0 (diff) | |
download | midimonster-62eabb1c1d840cbab26b9ea747b102550199bad3.tar.gz midimonster-62eabb1c1d840cbab26b9ea747b102550199bad3.tar.bz2 midimonster-62eabb1c1d840cbab26b9ea747b102550199bad3.zip |
Added a config to test the maweb backend.
Diffstat (limited to 'configs/maweb-flying faders.cfg')
-rw-r--r-- | configs/maweb-flying faders.cfg | 13 |
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 |