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 b0a1f4db49 Don't throw Exception in many system:: functions. 3 years ago
..
app Fix math::normalizeZero() which had no effect due to float optimization. Normalize zero in PortTooltip. 3 years ago
core Add AudioButton and MidiButton example. Make SvgButton trigger Action event when right-clicking. 3 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Rename *Dir() functions to *Directory(), backtracking on a previous commit. 3 years ago
plugin Rename *Dir() functions to *Directory(), backtracking on a previous commit. 3 years ago
ui Add mod mask when checking for Alt-click dragging in ScrollWidget. 3 years ago
widget Add FramebufferWidget::deleteFramebuffer(). 3 years ago
Quantity.cpp Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips. 4 years ago
Window.cpp Rename *Dir() functions to *Directory(), backtracking on a previous commit. 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 Use <> instead of "" for include directive. 6 years ago
common.cpp Add major version checking to library plugin update check. 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. 4 years ago
gamepad.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
history.cpp Add hard-coded plugin/model slug fallbacks/aliases. Catch Exceptions from Module::fromJson(). 4 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 Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 4 years ago
midi.cpp Add default ID getter to audio/MIDI devices. 3 years ago
network.cpp Add logging when network::requestDownload() fails. 3 years ago
patch.cpp Rename *Dir() functions to *Directory(), backtracking on a previous commit. 3 years ago
plugin.cpp Clean up dist filenames. 3 years ago
random.cpp Make random number generator an inline class which increases performance and supports `std::random` distributions. 3 years ago
rtaudio.cpp Make AudioInterface handle devices with 0 inputs or 0 outputs better. Clear engine buffers more aggressively, especially for the primary module. 4 years ago
rtmidi.cpp Use Engine frame instead of seconds timestamp for midi::Message. 4 years ago
settings.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
string.cpp Rename string::U8toU16 to UTF8toUTF16 and U16toU8 to UTF16toUTF8. 4 years ago
svg.cpp Add Svg::getSize(). 3 years ago
system.cpp Don't throw Exception in many system:: functions. 3 years ago
tag.cpp Move tag documentation to Rack manual. 5 years ago
tinyexpr.c Add tinyexpr library. Use tinyexpr for Quantity parsing. 5 years ago