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 b17f6ee3fe Add fallback thread to Engine to step blocks if no primary module is set. 3 years ago
..
app Set JSON real precision to double (17 digits). 3 years ago
core Delay output MIDI message by an Engine block in the MIDI driver, instead of in CV-MIDI etc. 3 years ago
dsp Fix weird uninitialized memory error from Valgrind. 4 years ago
engine Add fallback thread to Engine to step blocks if no primary module is set. 3 years ago
plugin Deprecate "disabled" module manifest property. Add "hidden" property which hides module from Module Browser but allows it to be loaded from patches. 3 years ago
ui Don't close menu when Ctrl-clicking items. Add argument to MenuItem helpers to disable this behavior. 3 years ago
widget Add pixelRatio to settings. 3 years ago
Quantity.cpp Silently fail is user enters a NAN expression in parameter field. 3 years ago
Window.cpp Add pixelRatio to settings. 3 years ago
asset.cpp Rename *Dir() functions to *Directory(), backtracking on a previous commit. 3 years ago
audio.cpp Add default ID getter to audio/MIDI devices. 3 years ago
color.cpp Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual(). 3 years ago
common.cpp Add edition name to TipWindow. 3 years ago
context.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
dep.cpp Change all deprecated APP->window->loadSvg() calls to Svg::load(). Fix FramebufferWidget::onContextDestroy() not unsetting framebuffer handle. 3 years ago
discord.cpp Fail silently if Discord socket cannot be opened on Windows. 3 years ago
gamepad.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
history.cpp Clean up RackWidget and ModuleWidget members. 3 years ago
keyboard.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
library.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
logger.cpp Refactor logger. Require setting logger::logPath before initializing logger. 3 years ago
midi.cpp Refactor InputDevice::onMessage() for performance. 3 years ago
network.cpp Add 15 second timeout to network:: requests. 3 years ago
patch.cpp Set JSON real precision to double (17 digits). 3 years ago
plugin.cpp Log plugin loading before attempting to load plugin, in case it crashes Rack. 3 years ago
random.cpp Don't reset random state in random::init() if already seeded. 3 years ago
rtaudio.cpp Set RtAudio thread name. Limit thread on Linux to 15 characters. 3 years ago
rtmidi.cpp Delay output MIDI message by an Engine block in the MIDI driver, instead of in CV-MIDI etc. 3 years ago
settings.cpp Communicate with Discord IPC to update activity status. 3 years ago
string.cpp Add string::formatTime/formatTimeISO(). 3 years ago
svg.cpp Set relative alpha/tint instead of global in Svg::draw(), and ModuleWidget when bypassed. 3 years ago
system.cpp Set RtAudio thread name. Limit thread on Linux to 15 characters. 3 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