.. |
app
|
Clean up menu bar text.
|
3 years ago |
core
|
Clean up RackWidget and ModuleWidget members.
|
3 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
engine
|
Silently fail is user enters a NAN expression in parameter field.
|
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.
|
4 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
|
Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces.
|
4 years ago |
midi.cpp
|
Internalize implementation of midi::InputQueue. Add tryPop() method.
|
3 years ago |
network.cpp
|
Add 15 second timeout to network:: requests.
|
3 years ago |
patch.cpp
|
Add actions to ModuleWidget::createSelectionContextMenu(). Refactor RackWidget and ModuleWidget as necessary.
|
3 years ago |
plugin.cpp
|
Log plugin loading before attempting to load plugin, in case it crashes Rack.
|
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
|
Remove "unsupported" from JACK driver name. It's still not really supported, but we could at some point.
|
3 years ago |
rtmidi.cpp
|
Use Engine frame instead of seconds timestamp for midi::Message.
|
4 years ago |
settings.cpp
|
Add pixelRatio to settings.
|
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
|
Fix return value of system::removeRecursively().
|
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 |