gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 05eed0b418ae4ba1d995abf65079f8d0525b8a3f
parent ba252eacf4846da1c0a3f2cae5fef3a5cae5a3d9
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat,  8 Feb 2025 03:32:23 +0100

add .component for AU too

Diffstat:
Msource/pluginTester/pluginTester.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/pluginTester/pluginTester.cpp b/source/pluginTester/pluginTester.cpp @@ -52,6 +52,8 @@ int main(const int _argc, char* _argv[]) auto start = lowercase.find(".vst3"); if (start == std::string::npos) start = lowercase.find(".lv2"); + if (start == std::string::npos) + start = lowercase.find(".component"); if (start != std::string::npos) {