-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start filling in more of the AE-10 schema
At the moment there are some very odd fields - this is all very experimental at the moment.
- Loading branch information
Showing
11 changed files
with
773 additions
and
28 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
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
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
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
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
70 changes: 69 additions & 1 deletion
70
Drums/VDrumExplorer.Model/SchemaResources/AE10/Chorus/Chorus.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 |
---|---|---|
@@ -1,5 +1,73 @@ | ||
{ | ||
"description": "Off", | ||
"fields": [ | ||
{ | ||
"description": "Pre delay", | ||
"type": "fixme_range32", | ||
// FIXME: This has variable-sensitivity | ||
"min": 0, | ||
"max": 100 | ||
}, | ||
{ | ||
"description": "Rate", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 199, | ||
"valueOffset": 1, | ||
"divisor": 20 | ||
}, | ||
{ | ||
"description": "Depth", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127 | ||
}, | ||
{ | ||
"description": "Feedback", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127 | ||
}, | ||
{ | ||
"description": "Filter type", | ||
"type": "fixme_enum32", | ||
"valuesByNumber": [ | ||
[0, "Off"], | ||
[5, "LPF"], | ||
[10, "HPF"] | ||
] | ||
}, | ||
{ | ||
"description": "Filter cutoff", | ||
"type": "fixme_enum32", | ||
"values": [ | ||
"200Hz", | ||
"250Hz", | ||
"315Hz", | ||
"400Hz", | ||
"500Hz", | ||
"630Hz", | ||
"800Hz", | ||
"1000Hz", | ||
"1250Hz", | ||
"1600Hz", | ||
"2000Hz", | ||
"2500Hz", | ||
"3150Hz", | ||
"4000Hz", | ||
"5000Hz", | ||
"6300Hz", | ||
"8000Hz", | ||
"FIXME", | ||
"FIXME 2" | ||
] | ||
}, | ||
{ | ||
"description": "Phase", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 180, | ||
"suffix": "deg" | ||
} | ||
] | ||
} | ||
} |
37 changes: 35 additions & 2 deletions
37
Drums/VDrumExplorer.Model/SchemaResources/AE10/Reverb/Gm2Reverb.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 |
---|---|---|
@@ -1,5 +1,38 @@ | ||
{ | ||
"description": "Off", | ||
"description": "GM2 Reverb", | ||
"fields": [ | ||
{ | ||
"description": "Character", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 7 | ||
}, | ||
{ | ||
"description": "Pre-LPF", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 7 | ||
}, | ||
{ | ||
"description": "Time", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127, | ||
"default": 64 | ||
}, | ||
{ | ||
"description": "Delay Feedback", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127, | ||
"default": 64 | ||
}, | ||
{ | ||
"description": "Level", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127, | ||
"default": 64 | ||
} | ||
] | ||
} | ||
} |
52 changes: 51 additions & 1 deletion
52
Drums/VDrumExplorer.Model/SchemaResources/AE10/Reverb/Reverb.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 |
---|---|---|
@@ -1,5 +1,55 @@ | ||
{ | ||
"description": "Off", | ||
"description": "Reverb", | ||
"fields": [ | ||
{ | ||
"description": "Type", | ||
"type": "fixme_enum32", | ||
"values": [ | ||
"Room 1", | ||
"Room 2", | ||
"Stage 1", | ||
"Stage 2", | ||
"Hall 1", | ||
"Hall 2", | ||
"Delay", | ||
"Pan-Delay" | ||
] | ||
}, | ||
{ | ||
"description": "Time", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127 | ||
}, | ||
{ | ||
"description": "HF Damp", | ||
"type": "fixme_enum32", | ||
"values": [ | ||
"160Hz", | ||
"200Hz", | ||
"250Hz", | ||
"320Hz", | ||
"400Hz", | ||
"500Hz", | ||
"640Hz", | ||
"800Hz", | ||
"1000Hz", | ||
"1250Hz", | ||
"1600Hz", | ||
"2000Hz", | ||
"2500Hz", | ||
"3200Hz", | ||
"4000Hz", | ||
"5000Hz", | ||
"6400Hz", | ||
"8000Hz" | ||
] | ||
}, | ||
{ | ||
"description": "Delay Feedback", | ||
"type": "fixme_range32", | ||
"min": 0, | ||
"max": 127 | ||
} | ||
] | ||
} |
Oops, something went wrong.