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 6e35afb053 Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
..
app Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
dsp Use generic type for literals in ODE algorithms. 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
simd Move some vector.hpp functions to functions.hpp. 4 years ago
ui Rename ui::ScrollBar to Scrollbar. (Wikipedia says "scrollbar" rather than "scroll bar".) 4 years ago
widget Add WeakPtr. Use WeakPtr in ModuleWidget context menu. Fix crash when displaying preset menu when the preset folder does not exist. 4 years ago
Quantity.hpp Fix randomization of snapped params. 4 years ago
asset.hpp Add system::join(). Add asset::module(). 4 years ago
audio.hpp Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp. 4 years ago
color.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
common.hpp Make `Exception` subclass `std::exception` instead of `std::runtime_error`. 4 years ago
componentlibrary.hpp Add AudioButton and MidiButton and Component Library subclasses with graphics. 4 years ago
context.hpp Remove Context::init(). Instead, initialize application manually in the standalone launcher. 4 years ago
event.hpp Add event::Event::unconsume(). 4 years ago
gamepad.hpp Use <> instead of "" for include directive. 5 years ago
helpers.hpp 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
history.hpp Rename bypassed to bypass everywhere. 4 years ago
keyboard.hpp Add Mouse device to Computer keyboard/mouse MIDI driver. 4 years ago
library.hpp Add "Library > Check for plugin updates" and "Help > Check for VCV Rack update" menu items. 4 years ago
logger.hpp Add function name to logger. 4 years ago
math.hpp Add operator overloads for math::Vec. 4 years ago
midi.hpp Add `rack::Exception` catching to midi. Add exception throwing to RtMidi driver. Add `rack::getWithDefault()` to common.hpp. 4 years ago
network.hpp Refactor plugin syncing in `library::`. 4 years ago
patch.hpp 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
plugin.hpp Rename `updater::` to `library::`. Move VCV Library synchronization code from `plugin::` to `library::`. 4 years ago
rack.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
rack0.hpp Auto-format code with astyle. 5 years ago
random.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
rtaudio.hpp Restructure audio namespace to mirror midi class structure. (untested) 4 years ago
rtmidi.hpp Use <> instead of "" for include directive. 5 years ago
settings.hpp Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
string.hpp Fix correctness error in CaseInsensitiveCompare::operator() by rolling my own implementation. 4 years ago
svg.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
system.hpp Add `compressionLevel` argument to `system::archiveFolder()`. 4 years ago
tag.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
tinyexpr.h Add tinyexpr library. Use tinyexpr for Quantity parsing. 4 years ago
ui.hpp Use <> instead of "" for include directive. 5 years ago
weakptr.hpp Don't use atomic for WeakPtr reference count. 4 years ago
window.hpp Take screenshot when patch is saved (Currently disabled). 4 years ago