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 26ef3b574e When dragging cable back to its original port, don't push history which does nothing. 11 months ago
..
app When dragging cable back to its original port, don't push history which does nothing. 11 months ago
core Tweak doc comments and changelog. 1 year ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Set EngineWorker thread priority on Windows. 1 year ago
plugin Add wiget::getKeyCommandName() and getKeyName(). Use it instead of hard-coding key command strings. 1 year ago
ui Add wiget::getKeyCommandName() and getKeyName(). Use it instead of hard-coding key command strings. 1 year ago
widget Add wiget::getKeyCommandName() and getKeyName(). Use it instead of hard-coding key command strings. 1 year ago
window In Window::getMods() on Linux, get mod keys directly from X11 display instead of GLFW, to handle X11 key remapping. 1 year ago
Quantity.cpp Add vtobpm() and bpmtov() parameter functions. 1 year ago
asset.cpp Define ARCH_* macros in arch.hpp instead of on the command line. 1 year ago
asset.mm Change user dir on Mac to ~/Library/Application Support/Rack2. 1 year ago
audio.cpp Clear audio output in Device before Ports process buffers. 2 years ago
color.cpp Improve color:: doc comments. 1 year ago
common.cpp Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu. 2 years ago
context.cpp Don't assert that context exists in contextGet(). 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. 4 years ago
history.cpp When dragging cable back to its original port, don't push history which does nothing. 11 months ago
keyboard.cpp Move Svg to window:: namespace. 4 years ago
library.cpp Add "minRackVersion" plugin manifest property. Don't download plugin update if Rack version is lower than the plugin's minRackVersion. 2 years ago
logger.cpp Stop writing to log if file exceeds 10 MB. 1 year ago
midi.cpp Revert midi::InputQueue to use a priority queue again. Add sequence number to queue to preserve insertion order. 2 years ago
midiloopback.cpp Use 16 MIDI loopback devices instead of 1. 3 years ago
network.cpp Add verifyHttpsCerts setting to disable verifying HTTPS certificates. 1 year ago
patch.cpp Use default patch dir in open/save dialogs if current patch dir doesn't exist. 1 year ago
plugin.cpp Remove system::glob(). Use regex to find Fundamental package path in plugin::init(). 1 year ago
random.cpp Make simple random state global instead of thread-local. 3 years ago
rtaudio.cpp Add space to "Core Audio" audio driver name. 2 years ago
rtaudio.mm Fix rtaudioIsMicrophoneBlocked() on Mac <10.14. 1 year ago
rtmidi.cpp Warn when RtMidiDriver throws an exception. 3 years ago
settings.cpp Add "View > Mouse wheel" setting to make mouse wheel zoom instead of scroll. 1 year ago
string.cpp Define ARCH_* macros in arch.hpp instead of on the command line. 1 year ago
system.cpp Remove system::glob(). Use regex to find Fundamental package path in plugin::init(). 1 year ago
tag.cpp Move tag documentation to Rack manual. 5 years ago