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 19bf21aa4b Redirect stdout and stderr to the log file so crashing libraries will log 5 years ago
..
app Don't display "1_", "42_", "001_", etc at the beginning of preset filenames. 5 years ago
core Remove rate limiting from CV-MIDI, WIP. 5 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Remove rate limiting from CV-MIDI, WIP. 5 years ago
plugin Move app::APP_*, ABI_*, and API_* variables to rack:: namespace. 5 years ago
ui Add event::KeyBase::keyName, which fixes key commands on AZERTY and Dvorak. Add lots of documentation to event::KeyBase. 5 years ago
widget Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
Quantity.cpp Add Module::configButton() for configuring momentary switches (which I'll now call buttons). 5 years ago
asset.cpp Redirect stdout and stderr to the log file so crashing libraries will log 5 years ago
audio.cpp Cache modules and cables in engine by ID. Add lock to Engine::reset/randomize/bypassModule(). Remove lock from Engine::get/setParam and get/setSmoothParam. 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. 5 years ago
event.cpp Add event::KeyBase::keyName, which fixes key commands on AZERTY and Dvorak. Add lots of documentation to event::KeyBase. 5 years ago
gamepad.cpp Generate 14-bit MIDI CC with gamepad driver. (Untested) 5 years ago
history.cpp Overhaul threading model for Engine using a shared mutex based design. 5 years ago
keyboard.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
logger.cpp Redirect stdout and stderr to the log file so crashing libraries will log 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 system::get/setWorkingDirectory() which fixes the Windows build. 5 years ago
random.cpp Change order of includes to C++ standard headers, library headers, and local project headers. 5 years ago
rtaudio.cpp Fix include path for RtAudio 5 years ago
rtmidi.cpp Add delay queue to RtMidi output device that waits until the timestamp before sending message to device. 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. 5 years ago
system.cpp Add system::get/setWorkingDirectory() which fixes the Windows build. 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. 5 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