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 8edf67b058 Add unused logger::isTruncated(). 4 years ago
..
app Add template preset for modules, which are loaded when created from the Module Browser. 4 years ago
dsp Make midi::Message a wrapper for std::vector<uint8_t> since MIDI messages have unbounded size (due to SysEx). 4 years ago
engine Use higher resolution clock for system::getNanoseconds() on Windows. 4 years ago
plugin Add template preset for modules, which are loaded when created from the Module Browser. 4 years ago
simd Add IIRFilter. 5 years ago
ui Add page up/down, home, and end key commands to ScrollWidget. 4 years ago
widget Auto-format code with astyle. 5 years ago
Quantity.hpp Refactor Quantity. Fix SvgKnob for parameters with 0 range. 4 years ago
app.hpp Include rack:: namespace in APP and logger macros (DEBUG, INFO, WARN, FATAL). 5 years ago
asset.hpp Add network::init(). Add asset::bundlePath. 5 years ago
audio.hpp Update midi API to behave similarly to audio API. 4 years ago
color.hpp Use <> instead of "" for include directive. 5 years ago
common.hpp Massive WIP v2 overhaul: 4 years ago
componentlibrary.hpp WIP: 4 years ago
event.hpp Auto-format code with astyle. 5 years ago
gamepad.hpp Use <> instead of "" for include directive. 5 years ago
helpers.hpp Remove Dark mode. 4 years ago
history.hpp Add limit to undo history (currently 500 actions). 4 years ago
keyboard.hpp Use <> instead of "" for include directive. 5 years ago
logger.hpp Add unused logger::isTruncated(). 4 years ago
math.hpp Add math::Rect::getLeft/Top(). 4 years ago
midi.hpp Use higher resolution clock for system::getNanoseconds() on Windows. 4 years ago
network.hpp Add network::init(). Add asset::bundlePath. 5 years ago
patch.hpp Massive WIP v2 overhaul: 4 years ago
plugin.hpp Move moduleFromJson from engine to plugin namespace. Move Engine mutex lock at the top of Engine::step(). 4 years ago
rack.hpp Add Dark mode to settings and menu bar. Change default cable colors. 4 years ago
rack0.hpp Auto-format code with astyle. 5 years ago
random.hpp Use <> instead of "" for include directive. 5 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 Remove Dark mode. 4 years ago
string.hpp Update documentation for string::. 5 years ago
svg.hpp Auto-format code with astyle. 5 years ago
system.hpp Add template preset for modules, which are loaded when created from the Module Browser. 4 years ago
tag.hpp Add tag::getTag(). 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
updater.hpp Add updater.hpp/cpp and more advanced app updating functionality. 5 years ago
window.hpp Move Window::mousePos to Scene::mousePos. 4 years ago