| .. |
|
app
|
Use one big menu in app::appendAudioMenu() instead of sub-menus.
|
5 years ago |
|
core
|
Support 14-bit MIDI CC via MSB/LSB. (Untested)
|
5 years ago |
|
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
|
engine
|
Don't randomize ParamQuantity if unbounded.
|
5 years ago |
|
plugin
|
Move app::APP_*, ABI_*, and API_* variables to rack:: namespace.
|
5 years ago |
|
ui
|
Make TextField consume all select-key actions.
|
5 years ago |
|
widget
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
Quantity.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
asset.cpp
|
No longer use short paths for assets on Windows.
|
5 years ago |
|
audio.cpp
|
Make global context a thread_local variable. Add contextSet().
|
5 years ago |
|
color.cpp
|
Use <> instead of "" for include directive.
|
6 years ago |
|
common.cpp
|
Move app::APP_*, ABI_*, and API_* variables to rack:: namespace.
|
5 years ago |
|
context.cpp
|
Remove Context::init(). Instead, initialize application manually in the standalone launcher.
|
5 years ago |
|
dep.cpp
|
Don't use GLU in dep.cpp either.
|
6 years ago |
|
event.cpp
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
5 years ago |
|
gamepad.cpp
|
Generate 14-bit MIDI CC with gamepad driver. (Untested)
|
5 years ago |
|
history.cpp
|
Rename App to Context and app.hpp to context.hpp. The APP macro is still valid.
|
5 years ago |
|
keyboard.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
logger.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
midi.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
network.cpp
|
Add cookie support to network::requestJson() and network::requestDownload().
|
5 years ago |
|
patch.cpp
|
Fix compile issue on Windows by simplifying how recent patches are
|
5 years ago |
|
plugin.cpp
|
Add cookie support to network::requestJson() and network::requestDownload().
|
5 years ago |
|
random.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
rtaudio.cpp
|
Switch RtAudio to my own fork. Tweak StreamOptions in RtAudio driver.
|
5 years ago |
|
rtmidi.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
settings.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
string.cpp
|
Add SwitchQuantity. Add return value to config*() methods in Module.
|
5 years ago |
|
svg.cpp
|
Auto-format code with astyle.
|
6 years ago |
|
system.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
tag.cpp
|
Move tag documentation to Rack manual.
|
5 years ago |
|
tinyexpr.c
|
Add tinyexpr library. Use tinyexpr for Quantity parsing.
|
5 years ago |
|
ui.cpp
|
Auto-format code with astyle.
|
6 years ago |
|
updater.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |
|
window.cpp
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
5 years ago |