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 1ebd23d20a Disable app update checking until 2.0. 3 years ago
..
app Use GLFW_PRESS/RELEASE for tracking arrow keys for RackScrollWidget scrolling in Scene, which fixes undesirable scrolling when a TextField is focused. 3 years ago
core Master audio module (the module that clocks Engine) makes more sense. 3 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Master audio module (the module that clocks Engine) makes more sense. 3 years ago
plugin Move favorite menu item from ModelBox menu to Model menu. 3 years ago
ui Deselect TextField with escape key. 3 years ago
widget Move Svg to window:: namespace. 3 years ago
window Move Svg to window:: namespace. 3 years ago
Quantity.cpp Use "inf" instead of "∞" for quantity display value, since users can't easily type it in the ParamField. 3 years ago
asset.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 3 years ago
audio.cpp Use clamp in Port::getNumInputs/Outputs(). 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 Pass VERSION macro to src/common.cpp only. 3 years ago
context.cpp Move Svg to window:: namespace. 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
discord.cpp Build Discord IPC path with snprintf instead of std::string. 3 years ago
gamepad.cpp Move Svg to window:: namespace. 3 years ago
history.cpp Rename Engine::setParam() etc to Engine::setParamValue() etc. 3 years ago
keyboard.cpp Move Svg to window:: namespace. 3 years ago
library.cpp Disable app update checking until 2.0. 3 years ago
logger.cpp Refactor logger. Require setting logger::logPath before initializing logger. 3 years ago
midi.cpp Refactor InputDevice::onMessage() for performance. 3 years ago
network.cpp Add 15 second timeout to network:: requests. 3 years ago
patch.cpp Add patch:: namespace. 3 years ago
plugin.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 3 years ago
random.cpp Add random::get() instead of extern global, which crashes Rack when 3 years ago
rtaudio.cpp Scan RtAudio devices for all drivers at launch. Make logging more 3 years ago
rtmidi.cpp Set names of RtMidi threads. 3 years ago
settings.cpp Move Svg to window:: namespace. 3 years ago
string.cpp Add string::formatTime/formatTimeISO(). 3 years ago
system.cpp Get retail Mac version number in system::getOperatingSystemInfo(). 3 years ago
tag.cpp Move tag documentation to Rack manual. 5 years ago
tinyexpr.c Add tinyexpr library. Use tinyexpr for Quantity parsing. 5 years ago