From fdeb48dc0b546324585a7a8b02d60d6ec17f4d79 Mon Sep 17 00:00:00 2001 From: cesareiv Date: Sat, 24 Aug 2019 19:15:55 -0500 Subject: [PATCH] initial commit --- ext_clock_in.vcv | 102 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 ext_clock_in.vcv diff --git a/ext_clock_in.vcv b/ext_clock_in.vcv new file mode 100644 index 0000000..eaafb30 --- /dev/null +++ b/ext_clock_in.vcv @@ -0,0 +1,102 @@ +{ + "version": "1.1.4", + "modules": [ + { + "id": 4, + "plugin": "Core", + "version": "1.1.4", + "model": "MIDIToCVInterface", + "params": [], + "rightModuleId": 7, + "data": { + "channels": 1, + "polyMode": 0, + "clockDivision": 24, + "lastPitch": 8192, + "lastMod": 0, + "midi": { + "driver": 1, + "deviceName": "Micro Express USB Sync Port", + "channel": -1 + } + }, + "pos": [ + 0, + 0 + ] + }, + { + "id": 7, + "plugin": "Ohmer", + "version": "1.1.3.1", + "model": "KlokSpid", + "params": [ + { + "id": 1, + "value": 0.0 + } + ], + "leftModuleId": 4, + "rightModuleId": 18, + "data": { + "Theme": 0, + "bipolarCV": true, + "pulseDurationExt": 5, + "outVoltage": 5.0, + "defOutRatios": false, + "out1Ratio": 9, + "out2Ratio": 12, + "out3Ratio": 13, + "out4Ratio": 15, + "jack4LFO": 0, + "jack4LFObipolar": true, + "transportTrig": false, + "Ratio": 10, + "BPM": 120, + "runBPMOnInit": true + }, + "pos": [ + 8, + 0 + ] + }, + { + "id": 18, + "plugin": "AS", + "version": "1.0.3", + "model": "Merge2_5", + "params": [], + "leftModuleId": 7, + "pos": [ + 16, + 0 + ] + } + ], + "cables": [ + { + "id": 14, + "outputModuleId": 4, + "outputId": 7, + "inputModuleId": 7, + "inputId": 0, + "color": "#0c8e15" + }, + { + "id": 36, + "outputModuleId": 4, + "outputId": 9, + "inputModuleId": 18, + "inputId": 0, + "color": "#0986ad" + }, + { + "id": 37, + "outputModuleId": 4, + "outputId": 10, + "inputModuleId": 18, + "inputId": 1, + "color": "#c9b70e" + } + ] +} \ No newline at end of file