generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0e947c
commit 1385ba5
Showing
2 changed files
with
91 additions
and
7 deletions.
There are no files selected for viewing
84 changes: 84 additions & 0 deletions
84
...etup_plugdata/03_custom_json_board/simpletouch_mpr121_knobs_sliders_CV-gate-reversed.json
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,84 @@ | ||
{ | ||
"name": "SimpleTouch", | ||
"som": "seed", | ||
"audio": { | ||
"channels": 2 | ||
}, | ||
|
||
"parents": { | ||
"mpr121_driver": { | ||
"component": "Mpr121" | ||
} | ||
}, | ||
|
||
"components": { | ||
"faderleft": { | ||
"component": "AnalogControl", | ||
"pin": 21 | ||
}, | ||
"faderright": { | ||
"component": "AnalogControl", | ||
"pin": 22 | ||
}, | ||
"knob0": { | ||
"component": "AnalogControl", | ||
"pin": 15 | ||
}, | ||
"knob1": { | ||
"component": "AnalogControl", | ||
"pin": 16 | ||
}, | ||
"knob2": { | ||
"component": "AnalogControl", | ||
"pin": 17 | ||
}, | ||
"knob3": { | ||
"component": "AnalogControl", | ||
"pin": 18 | ||
}, | ||
"knob4": { | ||
"component": "AnalogControl", | ||
"pin": 19 | ||
}, | ||
"knob5": { | ||
"component": "AnalogControl", | ||
"pin": 20 | ||
}, | ||
"toggle1left": { | ||
"component": "Switch", | ||
"pin": 8 | ||
}, | ||
"toggle1right": { | ||
"component": "Switch", | ||
"pin": 9 | ||
}, | ||
"toggle2up": { | ||
"component": "Switch", | ||
"pin": 7 | ||
}, | ||
"toggle2down": { | ||
"component": "Switch", | ||
"pin": 6 | ||
}, | ||
"cv_1": { | ||
"component": "AnalogControl", | ||
"pin": 28 | ||
}, | ||
"cv_2": { | ||
"component": "AnalogControl", | ||
"pin": 25 | ||
}, | ||
"gate_in_1": { | ||
"component": "GateIn", | ||
"pin": 24 | ||
}, | ||
"gate_in_2": { | ||
"component": "GateIn", | ||
"pin": 23 | ||
} | ||
|
||
} | ||
|
||
} | ||
|
||
|
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