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 515e8dd9d0734c545d1054573759afa23f5c68b4
parent 83b07d2ad8f4821e38c84cc8cb9d5b827dcd790d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 29 Sep 2024 03:04:06 +0200

fix linux compile error

Diffstat:
Msource/xtLib/xtId.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/xtLib/xtId.h b/source/xtLib/xtId.h @@ -17,7 +17,7 @@ namespace xt { public: using RawType = TId; - static constexpr IdType IdType = Type; + static constexpr IdType MyIdType = Type; constexpr Id() : m_id(Invalid) {