Very crude and dirty first host midi implementation

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-23 19:52:46 +00:00
parent 810928190c
commit b863d0e54c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 758 additions and 450 deletions

View file

@ -24,9 +24,9 @@
},
{
"id": 2,
"plugin": "Core",
"version": "2.0.0",
"model": "MIDIToCVInterface",
"plugin": "Cardinal",
"model": "HostMIDI",
"version": "2.0",
"params": [],
"leftModuleId": 1,
"rightModuleId": 3,
@ -35,12 +35,7 @@
"polyMode": 0,
"clockDivision": 24,
"lastPitch": 8192,
"lastMod": 0,
"midi": {
"driver": 0,
"deviceName": "Cardinal",
"channel": -1
}
"lastMod": 0
},
"pos": [
5,
@ -49,47 +44,26 @@
},
{
"id": 3,
"plugin": "Core",
"version": "2.0.0",
"model": "CV-MIDI",
"plugin": "Cardinal",
"model": "HostParameters",
"version": "2.0",
"params": [],
"leftModuleId": 2,
"rightModuleId": 4,
"data": {
"midi": {
"driver": 0,
"deviceName": "Cardinal",
"channel": 0
}
},
"pos": [
13,
18,
0
]
},
{
"id": 4,
"plugin": "Cardinal",
"model": "HostParameters",
"version": "2.0",
"params": [],
"leftModuleId": 3,
"rightModuleId": 5,
"pos": [
21,
0
]
},
{
"id": 5,
"plugin": "Cardinal",
"model": "HostTime",
"version": "2.0",
"params": [],
"leftModuleId": 4,
"rightModuleId": 6,
"leftModuleId": 3,
"pos": [
30,
27,
0
]
}