.. |
app
|
Add radial halo around mouse cursor in RackWidget.
|
3 years ago |
core
|
Master audio module (the module that clocks Engine) makes more sense.
|
3 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
4 years ago |
engine
|
Allow SwitchQuantity first index to start at value other than 0.
|
3 years ago |
plugin
|
Add key command label to Favorite menu of Model.
|
3 years ago |
ui
|
Revert "Deselect TextField with escape key."
|
3 years ago |
widget
|
Add Widget::drawLayer().
|
3 years ago |
window
|
Use fallback monitor refresh rate if not detected.
|
3 years ago |
Quantity.cpp
|
Use "inf" instead of "∞" for quantity display value, since users can't easily type it in the ParamField.
|
3 years ago |
asset.cpp
|
Change user dir to Rack2. Remove "-v2" from user subdirs.
|
3 years ago |
audio.cpp
|
Use clamp in Port::getNumInputs/Outputs().
|
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
|
Pass VERSION macro to src/common.cpp only.
|
3 years ago |
context.cpp
|
Move Svg to window:: namespace.
|
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
|
Build Discord IPC path with snprintf instead of std::string.
|
3 years ago |
gamepad.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
history.cpp
|
Make history::ModuleMove use RackWidget::requestModulePos() so it updates expanders.
|
3 years ago |
keyboard.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
library.cpp
|
Disable app update checking until 2.0.
|
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
|
Add patch:: namespace.
|
3 years ago |
plugin.cpp
|
Use RTLD_DEEPBIND for loading plugins with dlopen() on Linux.
|
3 years ago |
random.cpp
|
Add random::get() instead of extern global, which crashes Rack when
|
3 years ago |
rtaudio.cpp
|
Build and link PulseAudio on Linux.
|
3 years ago |
rtmidi.cpp
|
Set names of RtMidi threads.
|
3 years ago |
settings.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
string.cpp
|
Add string::formatTime/formatTimeISO().
|
3 years ago |
system.cpp
|
Set thread locale to en_US.UTF-8 for system::unarchiveToDirectory() on Mac, which fixes libarchive error when a non-ASCII filename is extracted.
|
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 |