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 aff9aa6fa6 Add TextField::password property, make PasswordField simply set that property. 3 years ago
..
app Clean up app:: doc comments. Make some class variables internal. 3 years ago
core Reorder STOP and CONT port declarations in CV_MIDI. 3 years ago
dsp Fix weird uninitialized memory error from Valgrind. 4 years ago
engine Don't display negative meter measurements. 3 years ago
plugin Add key command label to Favorite menu of Model. 3 years ago
ui Add TextField::password property, make PasswordField simply set that property. 3 years ago
widget Transform drawLayer() in ZoomWidget and TransformWidget. 3 years ago
window Rename "Community Edition" to "Free". Remove edition name from TipWindow and Window title. 3 years ago
Quantity.cpp Add C and A frequency variables to Quantity tinyexpr parser. 3 years ago
asset.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 3 years ago
audio.cpp Add exception handling to Port::setDriverId() and Port::toJson(). 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 Rename "Community Edition" to "Free". Remove edition name from TipWindow and Window title. 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. 3 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 Make history::ModuleMove use RackWidget::requestModulePos() so it updates expanders. 3 years ago
keyboard.cpp Move Svg to window:: namespace. 3 years ago
library.cpp Change APP_ARCH global to APP_OS. 3 years ago
logger.cpp Make all subsystems able to initialize and destroy multiple times. 3 years ago
midi.cpp Add exception handling to Input/Output::getDefaultDeviceId(). Clean up InputQueue::tryPop(). 3 years ago
network.cpp Make all subsystems able to initialize and destroy multiple times. 3 years ago
patch.cpp Reset autosave dir if template patch cannot be loaded. 3 years ago
plugin.cpp Remove old /tmp/Rack2 symbolic link before creating it. 3 years ago
random.cpp Add random::get<T>() functions. 3 years ago
rtaudio.cpp Add mutex to RtAudioDevice process, subscribe, and unsubscribe methods. 3 years ago
rtmidi.cpp Set names of RtMidi threads. 3 years ago
settings.cpp Revert "Change default cable colors to Pyer's design." 3 years ago
string.cpp Add string::formatTime/formatTimeISO(). 3 years ago
system.cpp mach_approximate_time() requires Mac 10.10+, so use mach_absolute_time() instead. 3 years ago
tag.cpp Move tag documentation to Rack manual. 4 years ago
tinyexpr.c Add tinyexpr library. Use tinyexpr for Quantity parsing. 4 years ago