From 90759c9ff4fc4380eec03962656ae4b9ca09bf5a Mon Sep 17 00:00:00 2001
From: Spacelord09 <spacelord09@outlook.de>
Date: Thu, 22 Aug 2019 20:35:34 +0200
Subject: Added Dot2 B-wing to example config.

---
 configs/maweb-flying-faders.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/maweb-flying-faders.cfg b/configs/maweb-flying-faders.cfg
index 85aeada..e2fe6c6 100644
--- a/configs/maweb-flying-faders.cfg
+++ b/configs/maweb-flying-faders.cfg
@@ -10,4 +10,5 @@ script = configs/flying-faders.lua
 
 
 [map]
-generator.wave{1..6} > ma.page1.fader{1..6} 
+generator.wave{1..6} > ma.page1.fader{1..6} ; Fader 1 to 6
+;generator.wave{7..14} > ma.page1.fader{7..14]}  ; Fader 7 to 14 (F-wing1 on Dot2)
-- 
cgit v1.2.3


From 88f59354ef22c815ca2731a13ac87677c3571343 Mon Sep 17 00:00:00 2001
From: cbdev <cb@cbcdn.com>
Date: Thu, 22 Aug 2019 21:21:59 +0200
Subject: Fix spelling, fix comments

Inline-comments are not currently supported
---
 configs/maweb-flying-faders.cfg | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/configs/maweb-flying-faders.cfg b/configs/maweb-flying-faders.cfg
index e2fe6c6..03b0939 100644
--- a/configs/maweb-flying-faders.cfg
+++ b/configs/maweb-flying-faders.cfg
@@ -1,14 +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
-;generator.wave{7..14} > ma.page1.fader{7..14]}  ; Fader 7 to 14 (F-wing1 on Dot2)
+; 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]}
-- 
cgit v1.2.3