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 dbe843447b Remove useless line in PatchManager::saveDialog(). 4 years ago
..
app Disable "Revert" menu item when the patch is not saved. 4 years ago
core Clean up comments and debugging in AudioInterface. 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 Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 4 years ago
ui Disable translucent MenuOverlay background. 4 years ago
widget Change `bypass` variable name to `bypassed` when appropriate. 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 Make AudioInterface handle devices with 0 inputs or 0 outputs better. Clear engine buffers more aggressively, especially for the primary module. 4 years ago
color.cpp Use <> instead of "" for include directive. 6 years ago
common.cpp Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 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 Remove "patchPath" from settings. Store path and unsaved status in patch itself. Fix bug where crash leaves old patch path in settings while new patch is loaded in autosave. Add more dialog messages to PatchManager. 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 Add `Exception::Exception(const char* format, ...)` so you can create Exception objects using C format strings. 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