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 c34631f768b06f0953d185b7413a6f14338bea98
parent 22b02a8015a0ef5d620c6a3de92e6581f13b150a
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 12 Sep 2024 20:08:49 +0200

remove getDevice() from plugin class, no one should ever access the device directly

Diffstat:
Msource/synthLib/plugin.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/source/synthLib/plugin.h b/source/synthLib/plugin.h @@ -38,7 +38,6 @@ namespace synthLib bool isValid() const; - Device* getDevice() const { return m_device; } void setDevice(Device* _device); #if !SYNTHLIB_DEMO_MODE