Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cesareiv committed Aug 25, 2019
1 parent 81cccf0 commit fdeb48d
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions ext_clock_in.vcv
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit fdeb48d

Please sign in to comment.