Stop overriding Rack's Core modelMIDI_CV, we have our own now
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
82740df4eb
commit
5d39ab42cb
3 changed files with 2 additions and 154 deletions
|
@ -105,7 +105,6 @@ RACK_FILES += override/context.cpp
|
|||
RACK_FILES += override/Engine.cpp
|
||||
RACK_FILES += override/MenuBar.cpp
|
||||
RACK_FILES += override/Model.cpp
|
||||
RACK_FILES += override/MIDI_CV.cpp
|
||||
RACK_FILES += override/Scene.cpp
|
||||
|
||||
RACK_FILES += Rack/dep/pffft/pffft.c
|
||||
|
@ -126,7 +125,6 @@ IGNORED_FILES += Rack/src/rtmidi.cpp
|
|||
IGNORED_FILES += Rack/src/app/MenuBar.cpp
|
||||
IGNORED_FILES += Rack/src/app/Scene.cpp
|
||||
IGNORED_FILES += Rack/src/app/TipWindow.cpp
|
||||
IGNORED_FILES += Rack/src/core/MIDI_CV.cpp
|
||||
IGNORED_FILES += Rack/src/engine/Engine.cpp
|
||||
IGNORED_FILES += Rack/src/plugin/Model.cpp
|
||||
IGNORED_FILES += Rack/src/window/Window.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue