.. |
app
|
Don't dispatch ChangeEvent in app::Svg* setters, since setters can be called from constructors and events are virtual.
|
1 year ago |
core
|
Use dark panels in Core's Module constructors.
|
1 year ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
engine
|
Change `side` argument from bool to uint8_t in Module::getExpander() and Module::ExpanderChangeEvent.
|
1 year ago |
plugin
|
Make "deprecated" an alias of "hidden" in Model JSON object.
|
2 years ago |
ui
|
When drawing Tooltip, use tooltipTheme.textColor instead of menuTheme. Set tooltipTheme to fg color for all UI themes.
|
2 years ago |
widget
|
Tweak FramebufferWidget render skip limits.
|
3 years ago |
window
|
Disable preferDarkPanels when taking module screenshots.
|
1 year ago |
Quantity.cpp
|
Move tinyexpr to submodule.
|
2 years ago |
asset.cpp
|
Add RACK_SYSTEM_DIR and RACK_USER_DIR environment variables on all OS's to override asset paths.
|
3 years ago |
audio.cpp
|
Clear audio output in Device before Ports process buffers.
|
2 years ago |
color.cpp
|
Add color::lerp().
|
2 years ago |
common.cpp
|
Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu.
|
2 years ago |
context.cpp
|
Don't assert that context exists in contextGet().
|
1 year 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
|
Move Svg to window:: namespace.
|
3 years ago |
history.cpp
|
Add menu item to port menu to set color of cables.
|
3 years ago |
keyboard.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
library.cpp
|
Add "minRackVersion" plugin manifest property. Don't download plugin update if Rack version is lower than the plugin's minRackVersion.
|
1 year ago |
logger.cpp
|
Flush logger even if using a file.
|
3 years ago |
midi.cpp
|
Use queue instead of priority queue for midi::InputQueue. Don't sort by timestamp, assume it is monotonically increasing.
|
1 year ago |
midiloopback.cpp
|
Use 16 MIDI loopback devices instead of 1.
|
2 years ago |
network.cpp
|
Decrease network connection timeout to 30 seconds.
|
2 years ago |
patch.cpp
|
Remove "v" from all version messages.
|
2 years ago |
plugin.cpp
|
On non-x64, load plugins from `plugins-CPU` dir. Remove "-CPU" from plugin binary filename.
|
1 year ago |
random.cpp
|
Make simple random state global instead of thread-local.
|
2 years ago |
rtaudio.cpp
|
Add space to "Core Audio" audio driver name.
|
2 years ago |
rtmidi.cpp
|
Warn when RtMidiDriver throws an exception.
|
3 years ago |
settings.cpp
|
Add settings::preferDarkPanels, ThemedSvgPanel, ThemedSvgScrew, and "Prefer dark panels" menu item to View menu.
|
1 year ago |
string.cpp
|
Add string::Version class for comparing versions.
|
3 years ago |
system.cpp
|
In system::removeRecursively(), make all sub-entries writable before attempting to recursively remove.
|
2 years ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
5 years ago |