.. |
app
|
Revise tip window messages.
|
1 year ago |
core
|
Align VCV Audio-2 VU meter light thresholds with meter labels.
|
2 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
4 years ago |
engine
|
Remove "v" from all version messages.
|
2 years ago |
plugin
|
Add author email to Model context menu.
|
2 years ago |
ui
|
Don't consume key in TextField is Ctrl is held.
|
2 years ago |
widget
|
Tweak FramebufferWidget render skip limits.
|
2 years ago |
window
|
Increase minimum window size.
|
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 PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual().
|
3 years ago |
common.cpp
|
Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu.
|
1 year ago |
context.cpp
|
Add MIDI "Loopback" driver.
|
2 years 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
|
Split APP_ARCH to APP_OS and APP_CPU.
|
1 year ago |
logger.cpp
|
Flush logger even if using a file.
|
2 years ago |
midi.cpp
|
Make midi::InputQueue thread-safe, fixing probabalistic crash when MIDI-to-CV module processes MIDI messages.
|
2 years 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 plugin-CPU.EXT filename for plugin binary on non-x64 CPUs, so multiple binaries can coexist.
|
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
|
Replace "frameSwapInterval" setting with "frameRateLimit".
|
2 years ago |
string.cpp
|
Add string::Version class for comparing versions.
|
2 years ago |
system.cpp
|
Add system::sleep().
|
2 years ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
4 years ago |