Optionally use NTK instead of FLTK.
commit0d2c04775fc5abecf675a3e20f471291244e8c44
authorJonathan Moore Liles <j.liles@unix.net>
Tue, 23 Oct 2012 00:29:51 +0000 (22 17:29 -0700)
committerJonathan Moore Liles <j.liles@unix.net>
Tue, 30 Oct 2012 23:44:02 +0000 (30 16:44 -0700)
tree508ab9949f3ffecd7ccfae564577527f032fba2b
parent18d356c743ff65dced01241f2f6779cac6b56f89
Optionally use NTK instead of FLTK.
29 files changed:
cmake/FindMYFLTK.cmake [deleted file]
cmake/FindNTK.cmake [new file with mode: 0644]
pixmaps/black_key.png [new file with mode: 0644]
pixmaps/black_key_pressed.png [new file with mode: 0644]
pixmaps/knob.png [new file with mode: 0644]
pixmaps/module_backdrop.png [new file with mode: 0644]
pixmaps/white_key.png [new file with mode: 0644]
pixmaps/white_key_pressed.png [new file with mode: 0644]
pixmaps/window_backdrop.png [new file with mode: 0644]
src/CMakeLists.txt
src/UI/ADnoteUI.fl
src/UI/BankUI.fl
src/UI/CMakeLists.txt
src/UI/EffUI.fl
src/UI/EnvelopeUI.fl
src/UI/FilterUI.fl
src/UI/LFOUI.fl
src/UI/MasterUI.fl
src/UI/MicrotonalUI.fl
src/UI/OscilGenUI.fl
src/UI/PADnoteUI.fl
src/UI/PartUI.fl
src/UI/PresetsUI.fl
src/UI/ResonanceUI.fl
src/UI/SUBnoteUI.fl
src/UI/VirKeyboard.fl
src/UI/WidgetPDial.cpp
src/UI/common.H [new file with mode: 0644]
src/main.cpp