diff options
Diffstat (limited to 'monster.cfg')
-rw-r--r-- | monster.cfg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/monster.cfg b/monster.cfg index 3ff2e3f..1da33c6 100644 --- a/monster.cfg +++ b/monster.cfg @@ -9,9 +9,11 @@ net = 0 [midi bcf] read = BCF +write = BCF [midi lc1] read = Launch Control +write = Launch Control [midi xlate] @@ -24,9 +26,11 @@ output = true net = 0 [map] -net1.255 = lc1.cc0.1 -net1.256 = lc1.note0.9 -net1.257 = bcf.cc0.81 +bcf.cc0.81 = lc1.cc0.1 +lc1.cc0.1 = bcf.cc0.81 +bcf.cc0.82 = lc1.note0.9 +;net1.256 = lc1.note0.9 +;net1.257 = bcf.cc0.81 ;net1.231 = foo.1 ;net1.255 = lc1.cc0.1 ;net1.231 = osc.f/channel5/ toggle=127 |