.. |
app
|
Add cable color setting and menu items.
|
6 months 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
|
Clear engine before instantiating modules and before locking in Engine::fromJson(). Fixes ParamHandles from being removed immediately after instantiated modules add them.
|
6 months ago |
plugin
|
Make "deprecated" an alias of "hidden" in Model JSON object.
|
1 year ago |
ui
|
Add ui::ColorDotMenuItem.
|
9 months ago |
widget
|
Tweak FramebufferWidget render skip limits.
|
2 years ago |
window
|
Define ARCH_* macros in arch.hpp instead of on the command line.
|
6 months ago |
Quantity.cpp
|
Add Quantity evaluation functions gaintodb(), dbtogain(), vtof(), and ftov().
|
1 year ago |
asset.cpp
|
Define ARCH_* macros in arch.hpp instead of on the command line.
|
6 months ago |
asset.mm
|
Change user dir on Mac to ~/Library/Application Support/Rack2.
|
7 months 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
|
Stop writing to log if file exceeds 10 MB.
|
6 months 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
|
Add verifyHttpsCerts setting to disable verifying HTTPS certificates.
|
11 months ago |
patch.cpp
|
Use default patch dir in open/save dialogs if current patch dir doesn't exist.
|
6 months ago |
plugin.cpp
|
Use original SLUG-VERSION-OS-CPU.vcvplugin filename for bundled Fundamental package.
|
6 months 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 |
rtaudio.mm
|
Fix rtaudioIsMicrophoneBlocked() on Mac <10.14.
|
7 months ago |
rtmidi.cpp
|
Warn when RtMidiDriver throws an exception.
|
2 years ago |
settings.cpp
|
After moving user dir, update recent patches inside old user dir to new dir.
|
6 months ago |
string.cpp
|
Define ARCH_* macros in arch.hpp instead of on the command line.
|
6 months ago |
system.cpp
|
Add system::glob().
|
6 months ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
4 years ago |