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 e2a4a6209d Add system::initCpuFlags(). Call it by all new threads. 9 months ago
..
app Add ThemedSvgPort and ThemedPJ301MPort classes. 1 year ago
dsp Fix dsp::dbToAmplitude() for simd:: types. 1 year ago
engine Add Engine::addModule_NoLock() and addCable_NoLock(). 1 year ago
plugin Load plugin manifest before loading plugin library. 2 years ago
simd Define _MM_FROUND_NO_EXC on ARM64. 1 year ago
ui Add ui::ColorDotMenuItem. 9 months ago
widget When cloning, pasting, or importing module selection, place modules nearest to center of rack viewport. 1 year ago
window Remove Window::activateContext(). 1 year ago
Quantity.hpp Move Svg to window:: namespace. 3 years ago
asset.hpp PRIVATE is ignored on global variables so remove it. 3 years ago
audio.hpp Revise doc comments for audio::Device methods. 1 year ago
color.hpp Add color::lerp(). 1 year ago
common.hpp Add get() helper function for std::vector. 1 year ago
componentlibrary.hpp Add LightButton to component library. 1 year ago
context.hpp Add MIDI "Loopback" driver. 2 years ago
gamepad.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
helpers.hpp Return templated type for menu helpers. 9 months ago
history.hpp Add menu item to port menu to set color of cables. 2 years ago
keyboard.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
library.hpp Add "minRackVersion" plugin manifest property. Don't download plugin update if Rack version is lower than the plugin's minRackVersion. 1 year ago
logger.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
math.hpp Add Rect::getWidth() and getHeight(). 2 years ago
midi.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
midiloopback.hpp Use 16 MIDI loopback devices instead of 1. 2 years ago
mutex.hpp Use assert() instead of throwing Exception in SharedMutex. 1 year ago
network.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
patch.hpp When loading a patch or autosave, if modules are unavailable, prompt user to close Rack and view them on the VCV Library. 1 year ago
plugin.hpp Add settingsToJson() and settingsFromJson() to root namespace plugin API, allowing plugins to store plugin-wide user settings. 2 years ago
rack.hpp Include plugin.hpp in rack.hpp. 1 year ago
rack0.hpp Auto-format code with astyle. 5 years ago
random.hpp Make simple random state global instead of thread-local. 2 years ago
rtaudio.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
rtmidi.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
settings.hpp Add settings::cableAutoRotate and cableColorsReset(). 9 months ago
string.hpp Add string::Version::getMajor(), getMinor(), and getRevision(). 1 year ago
system.hpp Add system::initCpuFlags(). Call it by all new threads. 9 months ago
tag.hpp Adjust formatting of namespace docs. 3 years ago
weakptr.hpp Adjust formatting of namespace docs. 3 years ago