.. |
app
|
Fix RackWidget::squeezeModulePos() setting incorrect positions of right shoved modules.
|
2 years ago |
core
|
Align VCV Audio-2 VU meter light thresholds with meter labels.
|
2 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
engine
|
Log all calls to Model::createModule() and createModuleWidget().
|
3 years ago |
plugin
|
Add author email to Model context menu.
|
3 years ago |
ui
|
Don't consume key in TextField is Ctrl is held.
|
3 years ago |
widget
|
Tweak FramebufferWidget render skip limits.
|
3 years ago |
window
|
Tweak framebuffer render-skipping algorithm to be slightly more aggressive to render after frame deadlines.
|
3 years ago |
Quantity.cpp
|
Use `std::log2` with correct cast in teVarsInit().
|
3 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
|
Move processMutex from RtAudioDevice to audio::Device.
|
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
|
Rename "Community Edition" to "Free". Remove edition name from TipWindow and Window title.
|
3 years ago |
context.cpp
|
Log initializing, creating, deleting, and destroying subsystems.
|
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
|
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
|
Use different temporary autosave dir in safe mode. Don't check for library updates in safe mode.
|
2 years ago |
logger.cpp
|
Flush logger even if using a file.
|
3 years ago |
midi.cpp
|
Make midi::InputQueue thread-safe, fixing probabalistic crash when MIDI-to-CV module processes MIDI messages.
|
3 years ago |
network.cpp
|
Make cURL use a connection timeout rather than total timeout.
|
3 years ago |
patch.cpp
|
Use different temporary autosave dir in safe mode. Don't check for library updates in safe mode.
|
2 years ago |
plugin.cpp
|
Destroy plugins in reverse order from initialization.
|
3 years ago |
random.cpp
|
Add random::get<T>() functions.
|
3 years ago |
rtaudio.cpp
|
Update RtAudio to 5.2.0. Rewrite error handling in RtAudioDevice.
|
3 years ago |
rtmidi.cpp
|
Warn when RtMidiDriver throws an exception.
|
3 years ago |
settings.cpp
|
Add squeezeModules setting and menu bar item to toggle new squeeze or old nearest/force behavior.
|
2 years ago |
string.cpp
|
Add string::Version class for comparing versions.
|
3 years ago |
system.cpp
|
Demangle system::getStackTrace() on Mac.
|
3 years ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
5 years ago |
tinyexpr.c
|
Add all note names from c0 to b9 and accidentals like c# and cb to expression parser.
|
3 years ago |