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 4d8030a535 Clear library global state in library::destroy() in case init() is called again. 1 month ago
..
app Add "View > UI scale" menu for setting the pixel ratio. 1 month ago
core MIDICC_CV and CV_MIDICC: Use 1-16 instead of 0-15 for default MIDI CC numbers. 3 months ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine No need for engineBarrier to be a HybridBarrier since yield() is not called. 1 month ago
plugin Automatically set Core plugin version to Rack app version. 1 month ago
ui Remove all CR characters when inserting text in TextField. 2 months ago
widget Add Ctrl+Plus key command for keyboard layouts that have a "+" key. 3 months ago
window Automatically add Japanese, Chinese, and emoji fallback fonts in Window::loadFont(). Add Window::loadFontWithoutFallbacks(). 1 month ago
Quantity.cpp Add note voltage constants to Quantity expression parser such as "c4v = 0V" and "a#v". Refactor teVarsInit(). 1 month 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. 10 months 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(). 1 year 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 When dragging cable back to its original port, don't push history which does nothing. 5 months ago
keyboard.cpp Move Svg to window:: namespace. 3 years ago
library.cpp Clear library global state in library::destroy() in case init() is called again. 1 month ago
logger.cpp Stop writing to log if file exceeds 10 MB. 1 year ago
midi.cpp Move English strings to translation file. 5 months ago
midiloopback.cpp Use 16 MIDI loopback devices instead of 1. 2 years ago
network.cpp Fix deprecated PUT macro from cURL. 5 months ago
patch.cpp Add settings::lastPatchDirectory and lastSelectionDirectory. Remember these directories when saving/loading patches and selections. 2 months ago
plugin.cpp Specify Fundamental (VCV Free) plugin version and download it in dist target. Refactor getFundamentalPackagePath() to not use regex. 1 month ago
random.cpp Make simple random state global instead of thread-local. 2 years ago
rtaudio.cpp Refactor RtAudioDriver/Device. Hardcode old RtAudio driverIds to be compatible with Rack <2.6.1 patches. 1 month 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 settings::lastPatchDirectory and lastSelectionDirectory. Remember these directories when saving/loading patches and selections. 2 months ago
string.cpp Add string::UTF8Length(), UTF8CodepointIndex(), and UTF8CodepointPos(). Revise string::UTF8* docs. 2 months ago
system.cpp In system::getStackTrace(), use dladdr() instead of backtrace_symbols() on Linux and Mac. 1 month ago
tag.cpp Move tag documentation to Rack manual. 5 years ago