You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt 16a1b875e0 Allow disabling smoothing for MIDI-CV (pitch and mod wheel), MIDI-CC, and MIDI-Map. 4 years ago
..
app Don't serialize module ID in module presets. 4 years ago
core Allow disabling smoothing for MIDI-CV (pitch and mod wheel), MIDI-CC, and MIDI-Map. 4 years ago
dsp Fix weird uninitialized memory error from Valgrind. 4 years ago
engine Don't allow setting the Engine's primary module if it is not added to the Engine. 4 years ago
plugin Move app::APP_*, ABI_*, and API_* variables to rack:: namespace. 4 years ago
ui Add event::KeyBase::keyName, which fixes key commands on AZERTY and Dvorak. Add lots of documentation to event::KeyBase. 4 years ago
widget Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
Quantity.cpp Use "NaN" for nan display values in Quantity. 4 years ago
asset.cpp No longer use short paths for assets on Windows. 4 years ago
audio.cpp Make global context a thread_local variable. Add contextSet(). 4 years ago
color.cpp Use <> instead of "" for include directive. 5 years ago
common.cpp Move app::APP_*, ABI_*, and API_* variables to rack:: namespace. 4 years ago
context.cpp Remove Context::init(). Instead, initialize application manually in the standalone launcher. 4 years ago
dep.cpp Don't use GLU in dep.cpp either. 5 years ago
event.cpp Add event::KeyBase::keyName, which fixes key commands on AZERTY and Dvorak. Add lots of documentation to event::KeyBase. 4 years ago
gamepad.cpp Generate 14-bit MIDI CC with gamepad driver. (Untested) 4 years ago
history.cpp Overhaul threading model for Engine using a shared mutex based design. 4 years ago
keyboard.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
logger.cpp Add function name to logger. 4 years ago
midi.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
network.cpp Add cookie support to network::requestJson() and network::requestDownload(). 4 years ago
patch.cpp Fix compile issue on Windows by simplifying how recent patches are 4 years ago
plugin.cpp Overhaul threading model for Engine using a shared mutex based design. 4 years ago
random.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
rtaudio.cpp Add 16 to list of allowed RtAudio block sizes. 4 years ago
rtmidi.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
settings.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
string.cpp Add SwitchQuantity. Add return value to config*() methods in Module. 4 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
tag.cpp Move tag documentation to Rack manual. 4 years ago
tinyexpr.c Add tinyexpr library. Use tinyexpr for Quantity parsing. 4 years ago
ui.cpp Auto-format code with astyle. 5 years ago
updater.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
window.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago