.. |
app
|
Improve browser search results by tweaking FuzzySearchDatabase weights.
|
1 year ago |
core
|
Use ThemedPJ301MPort for all VCV Core modules. Fix PJ301M-dark graphic.
|
1 year ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
4 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.
|
1 year ago |
ui
|
When drawing Tooltip, use tooltipTheme.textColor instead of menuTheme. Set tooltipTheme to fg color for all UI themes.
|
1 year ago |
widget
|
Tweak FramebufferWidget render skip limits.
|
2 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.
|
2 years ago |
audio.cpp
|
Clear audio output in Device before Ports process buffers.
|
1 year ago |
color.cpp
|
Add color::lerp().
|
1 year ago |
common.cpp
|
Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu.
|
1 year 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.
|
3 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.
|
2 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.
|
2 years ago |
midi.cpp
|
Revert midi::InputQueue to use a priority queue again. Add sequence number to queue to preserve insertion order.
|
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
|
Use "plugins-OS-CPU" plugins dir on all arches. On x64, rename old "plugins" dir to new dir.
|
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.
|
1 year ago |
rtmidi.cpp
|
Warn when RtMidiDriver throws an exception.
|
2 years ago |
settings.cpp
|
Add settings::preferDarkPanels, ThemedSvgPanel, ThemedSvgScrew, and "Prefer dark panels" menu item to View menu.
|
1 year ago |
string.cpp
|
Use va_end() in string::fV().
|
1 year ago |
system.cpp
|
Add default return value for system::getTime() and getThreadTime().
|
1 year ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
4 years ago |