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 7c6afcda4b Add doc comment to settings::autosaveInterval. 1 year ago
..
app Add light and dark rack rails from Pyer. 1 year ago
dsp Add BooleanTrigger::processEvent() and SchmittTrigger::processEvent() which can detect when the input value changes from high to low. 1 year ago
engine Rename ParamQuantity::set/getDirectValue() to set/getImmediateValue(). 1 year ago
plugin Load plugin manifest before loading plugin library. 2 years ago
simd Use x64 intrinsic header on x64, instead of simde since conflicts with plugins including x64 intrinsic headers. 1 year ago
ui Add UI theme to settings and menu bar. 1 year 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 Fix SCHEME_YELLOW color. 3 years 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 Check pointers in menu item helpers. 3 years 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 Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years 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 Fix swapping of read/write mutex in implementation of SharedMutex. 2 years ago
network.hpp Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use. 3 years ago
patch.hpp Add `patch::Manager::clearAutosave()`. Clear autosave in safe mode. 2 years 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 Move ReadWriteMutex from Engine.cpp to new mutex.hpp header. 2 years 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 doc comment to settings::autosaveInterval. 1 year ago
string.hpp Add string::Version comparator specification to documentation. 2 years ago
system.hpp In unarchiveToDirectory(), make zero-byte files in the archive delete existing files instead of overwrite them. 1 year ago
tag.hpp Adjust formatting of namespace docs. 3 years ago
weakptr.hpp Adjust formatting of namespace docs. 3 years ago