Initial integration of updated ZynAddSubFX

This commit is contained in:
Tobias Doerffel
2014-02-18 19:56:12 +01:00
parent f969bd4650
commit 9209ef59e3
198 changed files with 128 additions and 66605 deletions

View File

@@ -128,7 +128,7 @@ const int MidiControllerCount = 128;
const int MidiProgramCount = 128;
const int MidiMaxVelocity = 127;
const int MidiMaxControllerValue = 127;
const int MidiMaxNote = 127;
const int MidiMaxKey = 127;
const int MidiMaxPanning = 127;
const int MidiMinPanning = -128;