- refactored

This commit is contained in:
2025-08-03 10:57:01 +02:00
parent d801ce21e8
commit c0e651bf68
77 changed files with 78326 additions and 88 deletions
+15
View File
@@ -0,0 +1,15 @@
NAME := plug
CXX_SRCS := ButtonLED.cpp
CXX_SRCS += graph_window.cpp
CXX_SRCS += JaySynth.cpp
CXX_SRCS += JaySynthAudioProcessorEditor.cpp
CXX_SRCS += JaySynthMidiCC.cpp
CXX_SRCS += JaySynthMonophonicMGR.cpp
CXX_SRCS += JaySynthSound.cpp
CXX_SRCS += JaySynthVoice.cpp
CXX_SRCS += MidiCC_PopUp.cpp
CXX_SRCS += PluginProcessor.cpp
CXX_SRCS += VelKey_PopUp.cpp
CXX_SRCS += JaySynth.cpp
CXX_SRCS += JK_MidiClock.cpp