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 a1dff4f5ae86cffa383617cc8ed46bd6d3583ae0
parent e62b15c4fdb2654c972690aec134a3bd0cefbd78
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 17 Aug 2024 22:49:45 +0200

remove unimplemented func from header

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

diff --git a/source/xtJucePlugin/xtController.h b/source/xtJucePlugin/xtController.h @@ -82,7 +82,6 @@ namespace xtJucePlugin std::string getString(const pluginLib::MidiPacket::AnyPartParamValues& _values, const std::string& _prefix, size_t _len) const; bool setSingleName(pluginLib::MidiPacket::AnyPartParamValues& _values, const std::string& _value) const; - bool setCategory(pluginLib::MidiPacket::AnyPartParamValues& _values, const std::string& _value) const; bool setString(pluginLib::MidiPacket::AnyPartParamValues& _values, const std::string& _prefix, size_t _len, const std::string& _value) const; void setFrontPanel(xtJucePlugin::FrontPanel* _frontPanel);