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 abfb9cb4ffb9e221de1608a034b69cddad592ff6
parent a909373aad6d699cb1fd1ec07e02b6cbeef8353e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 13 Aug 2024 21:09:12 +0200

add default skin json to VC project

Diffstat:
Msource/xtJucePlugin/CMakeLists.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/xtJucePlugin/CMakeLists.txt b/source/xtJucePlugin/CMakeLists.txt @@ -3,6 +3,8 @@ project(xtJucePlugin VERSION ${CMAKE_PROJECT_VERSION}) set(SOURCES parameterDescriptions_xt.json + skins/xtDefault/xtDefault.json + PluginEditorState.cpp PluginEditorState.h PluginProcessor.cpp PluginProcessor.h weControlTree.cpp weControlTree.h