-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some more example mec-app configs
- Loading branch information
1 parent
6d7c1eb
commit 456de70
Showing
6 changed files
with
284 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"mec" : { | ||
"eigenharp" : { | ||
"steal voices" : true, | ||
"voices" : 4, | ||
"velocity count" : 5, | ||
"pitchbend range" : 2.0, | ||
"firmware dir" : "./resources/", | ||
"throttle" : 1, | ||
"mapping" : { | ||
"pico" : { | ||
"_notes" : [ 2 , 5, 12], | ||
"calculated" : { | ||
"keys in col" : 9, | ||
"row multiplier" : 1, | ||
"col multipler" : 9, | ||
"note offset" : 60 | ||
} | ||
}, | ||
"tau" : { | ||
"calculated-wrong" : { | ||
"keys in col" : 16, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
}, | ||
"alpha" : { | ||
"calculated" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 4, | ||
"col multipler" : -1, | ||
"note offset" : 20 | ||
}, | ||
"calculated-factory" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"mec-app" : { | ||
"outputs" : { | ||
"midi" : { | ||
"virtual" : 0, | ||
"voices" : 4, | ||
"pitchbend range" : 48.0, | ||
"device" : "Axoloti Core:Axoloti Core MIDI 1 32:0" | ||
}, | ||
"_console" : { | ||
"throttle" : 0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"mec" : { | ||
"eigenharp" : { | ||
"steal voices" : true, | ||
"voices" : 4, | ||
"velocity count" : 5, | ||
"pitchbend range" : 2.0, | ||
"firmware dir" : "./resources/", | ||
"throttle" : 1, | ||
"mapping" : { | ||
"pico" : { | ||
"_notes" : [ 2 , 5, 12], | ||
"calculated" : { | ||
"keys in col" : 9, | ||
"row multiplier" : 1, | ||
"col multipler" : 9, | ||
"note offset" : 60 | ||
} | ||
}, | ||
"tau" : { | ||
"calculated-wrong" : { | ||
"keys in col" : 16, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
}, | ||
"alpha" : { | ||
"calculated" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 4, | ||
"col multipler" : -1, | ||
"note offset" : 20 | ||
}, | ||
"calculated-factory" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"mec-app" : { | ||
"outputs" : { | ||
"midi" : { | ||
"virtual" : 1, | ||
"voices" : 4, | ||
"pitchbend range" : 48.0, | ||
"device" : "MEC" | ||
}, | ||
"_console" : { | ||
"throttle" : 0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"mec" : { | ||
"eigenharp" : { | ||
"steal voices" : true, | ||
"voices" : 4, | ||
"velocity count" : 5, | ||
"pitchbend range" : 2.0, | ||
"firmware dir" : "./resources/", | ||
"throttle" : 1, | ||
"mapping" : { | ||
"pico" : { | ||
"_notes" : [ 2 , 5, 12], | ||
"calculated" : { | ||
"keys in col" : 9, | ||
"row multiplier" : 1, | ||
"col multipler" : 5, | ||
"note offset" : 48 | ||
} | ||
}, | ||
"tau" : { | ||
"calculated-wrong" : { | ||
"keys in col" : 16, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
}, | ||
"alpha" : { | ||
"calculated" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 4, | ||
"col multipler" : -1, | ||
"note offset" : 20 | ||
}, | ||
"calculated-factory" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"mec-app" : { | ||
"outputs" : { | ||
"osc" : { | ||
"host" : "127.0.0.1", | ||
"port" : 9002 | ||
}, | ||
"_console" : { | ||
"throttle" : 0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"mec" : { | ||
"eigenharp" : { | ||
"steal voices" : true, | ||
"voices" : 4, | ||
"velocity count" : 5, | ||
"pitchbend range" : 2.0, | ||
"firmware dir" : "./resources/", | ||
"throttle" : 1, | ||
"mapping" : { | ||
"pico" : { | ||
"_notes" : [ 2 , 5, 12], | ||
"calculated" : { | ||
"keys in col" : 9, | ||
"row multiplier" : 1, | ||
"col multipler" : 9, | ||
"note offset" : 60 | ||
} | ||
}, | ||
"tau" : { | ||
"calculated-wrong" : { | ||
"keys in col" : 16, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
}, | ||
"alpha" : { | ||
"calculated" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 4, | ||
"col multipler" : -1, | ||
"note offset" : 20 | ||
}, | ||
"calculated-factory" : { | ||
"keys in col" : 24, | ||
"row multiplier" : 1, | ||
"col multipler" : 4, | ||
"note offset" : 20 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"mec-app" : { | ||
"outputs" : { | ||
"midi" : { | ||
"virtual" : 0, | ||
"voices" : 4, | ||
"pitchbend range" : 48.0, | ||
"device" : "Pure Data:Pure Data Midi-In 1 128:0" | ||
}, | ||
"_console" : { | ||
"throttle" : 0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"mec" : { | ||
"push2" : { | ||
"input device" : "Ableton Push 2:Ableton Push 2 MIDI 1 28:0", | ||
"output device" : "Ableton Push 2:Ableton Push 2 MIDI 1 28:0", | ||
"pitchbend range" : 2.0 | ||
}, | ||
|
||
"kontrol" : { | ||
"listen port" : 8000 | ||
} | ||
}, | ||
|
||
"mec-app" : { | ||
"outputs" : { | ||
"midi" : { | ||
"virtual" : 0, | ||
"voices" : 15, | ||
"mpe":false, | ||
"pitchbend range" : 48.0, | ||
"device" : "Pure Data:Pure Data Midi-In 1 128:0" | ||
}, | ||
"_console" : { | ||
"throttle" : 0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"mec" : { | ||
"soundplane" : { | ||
"app state dir" : ".", | ||
"steal voices" : true, | ||
"voices " : 4 | ||
} | ||
}, | ||
|
||
"mec-app" : { | ||
"outputs" : { | ||
"osc" : { | ||
"host" : "127.0.0.1", | ||
"port" : 9002 | ||
}, | ||
|
||
"_console" : { | ||
"throttle" : 0 | ||
} | ||
} | ||
} | ||
} |