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 d6b382f36d Fix bug in resolving paths in system::unarchiveFolder(). 4 years ago
..
app Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
core Add light names to AudioInterface. Fix output light indexing bug in AudioInterface. 4 years ago
dsp Fix weird uninitialized memory error from Valgrind. 4 years ago
engine Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
plugin Add system::join(). Add asset::module(). 4 years ago
ui Add `ScrollWidget::hideScrollbars`. Use it for RackScrollWidget when fullscreen. 4 years ago
widget Add `FramebufferWidget::dirtyOnSubpixelChange` setting. Disable it for the FramebufferWidget that contains the RackRail. 4 years ago
Quantity.cpp Add Module::configButton() for configuring momentary switches (which I'll now call buttons). 4 years ago
asset.cpp Add system::join(). Add asset::module(). 4 years ago
audio.cpp Change `audio::Device::getSampleRates()` and `getBlockSizes()` to return a set instead of a vector. 4 years ago
color.cpp Use <> instead of "" for include directive. 5 years ago
common.cpp Move string::absolute, directory, filename, filenameBase, and filenameExtension to system::getAbsolute, getDirectory, getFilename, getStem, and getExtension. Reimplement most system:: functions using std::experimental::filesystem. Add system::doesExist, getFileSize, and getTempDir. 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 Replace event::Zoom with event::Dirty. 4 years ago
gamepad.cpp Generate 14-bit MIDI CC with gamepad driver. (Untested) 4 years ago
history.cpp Rename bypassed to bypass everywhere. 4 years ago
keyboard.cpp Add Mouse device to Computer keyboard/mouse MIDI driver. 4 years ago
library.cpp Add "Library > Check for plugin updates" and "Help > Check for VCV Rack update" menu items. 4 years ago
logger.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
midi.cpp Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp. 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 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
plugin.cpp Change file extension of plugin packages to .vcvplugin. 4 years ago
random.cpp Use more precise conversion from uint64_t -> float on [0,1) for `random::uniform()`. 4 years ago
rtaudio.cpp Revert "Fix rtaudio include path" 4 years ago
rtmidi.cpp Refactor plugin syncing in `library::`. 4 years ago
settings.cpp Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
string.cpp Fix correctness error in CaseInsensitiveCompare::operator() by rolling my own implementation. 4 years ago
svg.cpp Auto-format code with astyle. 5 years ago
system.cpp Fix bug in resolving paths in system::unarchiveFolder(). 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
window.cpp Take screenshot when patch is saved (Currently disabled). 4 years ago