1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3: Add channel mapping tests

This commit is contained in:
reuk 2022-03-17 20:55:17 +00:00
parent bb2b36a253
commit fe3d42025b
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
4 changed files with 550 additions and 0 deletions

View file

@ -28,6 +28,7 @@ namespace UnitTestCategories
static const String analytics { "Analytics" };
static const String audio { "Audio" };
static const String audioProcessorParameters { "AudioProcessorParameters" };
static const String audioProcessors { "AudioProcessors" };
static const String blocks { "Blocks" };
static const String compression { "Compression" };
static const String containers { "Containers" };