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 bfa402c6c5 Change Ctrl and Shift+ctrl knob adjustment speeds to 1/10 and 1/100. 4 years ago
..
app Change Ctrl and Shift+ctrl knob adjustment speeds to 1/10 and 1/100. 4 years ago
core Split AudioInterface into AudioInterfacePort, avoiding multiple inheritance. 4 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Change `bypass` variable name to `bypassed` when appropriate. 4 years ago
plugin Fix a few Exception strings 4 years ago
ui Make Vec::equals, Rect::equals, Rect::containing, and Rect::intersecting non-deprecated. 4 years ago
widget Make Vec::equals, Rect::equals, Rect::containing, and Rect::intersecting non-deprecated. 4 years ago
Quantity.cpp Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips. 4 years ago
asset.cpp Add system::join(). Add asset::module(). 4 years ago
audio.cpp Split `audio::Port::offset` to inputOffset and outputOffset, and `audio::Port::maxChannels` to maxInputs and maxOutputs. 4 years ago
color.cpp Use <> instead of "" for include directive. 6 years ago
common.cpp Add user-defined literal suffixes for integer and float types. 4 years ago
context.cpp Clean up autosave directory of removed modules when saving a patch and closing. Check for magic number of Zstandard format to find out whether a patch is legacy pre-v2. 4 years ago
dep.cpp Don't use GLU in dep.cpp either. 5 years ago
event.cpp Use a ~15px dragging threshold when dragging a Module from the Module Browser, so that clicking it makes it stay in the last right-clicked position. Make event framework trigger DragHover before DragMove. 4 years ago
gamepad.cpp Generate 14-bit MIDI CC with gamepad driver. (Untested) 5 years ago
history.cpp Change `bypass` variable name to `bypassed` when appropriate. 4 years ago
keyboard.cpp Add Mouse device to Computer keyboard/mouse MIDI driver. 5 years ago
library.cpp Rearrange Library menu items. Change library plugin update period to 15 seconds. 4 years ago
logger.cpp Don't flush log file, just console output, when logging. 4 years ago
midi.cpp Rename system::getRuntime() to getTime(). 4 years ago
network.cpp Make Module always deserialize "id", "leftModuleId", and "rightModuleId". Due to this, make pasting and cloning modules delete these properties from the JSON before `fromJson()` is called. 4 years ago
patch.cpp Remove useless line in PatchManager::saveDialog(). 4 years ago
plugin.cpp Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 4 years ago
random.cpp Use more precise conversion from uint64_t -> float on [0,1) for `random::uniform()`. 4 years ago
rtaudio.cpp Make AudioInterface handle devices with 0 inputs or 0 outputs better. Clear engine buffers more aggressively, especially for the primary module. 4 years ago
rtmidi.cpp Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 4 years ago
settings.cpp Add scroll wheel knob control setting. 4 years ago
string.cpp Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 4 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Fix crash when saving/loading module presets. Add "Clear template" menu item to module presets menu. Rename `system::doesExist()` to `exists()`. 4 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
window.cpp Add Window::step(). 4 years ago