You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt 9d8624d4b6 Add MIDI "Loopback" driver. 2 years ago
..
app Replace "frameSwapInterval" setting with "frameRateLimit". 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 Allow building on ARM64. Only Mac tested, and deps not tested. 2 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 Replace "frameSwapInterval" setting with "frameRateLimit". 2 years 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 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 Allow building on ARM64. Only Mac tested, and deps not tested. 2 years 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. 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
midiloopback.cpp Add MIDI "Loopback" driver. 2 years ago
network.cpp Decrease network connection timeout to 30 seconds. 2 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 Replace "frameSwapInterval" setting with "frameRateLimit". 2 years ago
string.cpp Add string::Version class for comparing versions. 3 years ago
system.cpp Add system::sleep(). 2 years ago
tag.cpp Move tag documentation to Rack manual. 5 years ago