| .. |
|
app
|
Change label of allowCursorLock setting in menu.
|
3 years ago |
|
core
|
Reorder STOP and CONT port declarations in CV_MIDI.
|
4 years ago |
|
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
|
engine
|
Dispatch Module::SampleRateChange event when the Module is added to the engine.
|
3 years ago |
|
plugin
|
Add key command label to Favorite menu of Model.
|
4 years ago |
|
ui
|
Add TextField::password property, make PasswordField simply set that property.
|
4 years ago |
|
widget
|
Clean up doc comments.
|
4 years ago |
|
window
|
Revert "Fail gracefully if APP->window->loadFont()/loadImage() is called from a ModuleWidget constructor when Window is null."
|
3 years ago |
|
Quantity.cpp
|
Add C and A frequency variables to Quantity tinyexpr parser.
|
4 years ago |
|
asset.cpp
|
Add RACK_SYSTEM_DIR and RACK_USER_DIR environment variables on all OS's to override asset paths.
|
4 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().
|
4 years ago |
|
common.cpp
|
Rename "Community Edition" to "Free". Remove edition name from TipWindow and Window title.
|
4 years ago |
|
context.cpp
|
Move Svg to window:: namespace.
|
4 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
|
Disable warnings in discord status updater.
|
4 years ago |
|
gamepad.cpp
|
Move Svg to window:: namespace.
|
4 years ago |
|
history.cpp
|
Make history::ModuleMove use RackWidget::requestModulePos() so it updates expanders.
|
4 years ago |
|
keyboard.cpp
|
Move Svg to window:: namespace.
|
4 years ago |
|
library.cpp
|
Enable app update check.
|
3 years ago |
|
logger.cpp
|
Flush logger even if using a file.
|
3 years ago |
|
midi.cpp
|
Add exception handling to Input/Output::getDefaultDeviceId(). Clean up InputQueue::tryPop().
|
4 years ago |
|
network.cpp
|
Make cURL use a connection timeout rather than total timeout.
|
3 years ago |
|
patch.cpp
|
Reset autosave dir if template patch cannot be loaded.
|
4 years ago |
|
plugin.cpp
|
Rename plugin::getPlugin() to getPluginFallback(), getExactPlugin() to getPlugin(), and similar renaming for Model. Don't check plugin fallback in library.
|
3 years ago |
|
random.cpp
|
Add random::get<T>() functions.
|
4 years ago |
|
rtaudio.cpp
|
Move processMutex from RtAudioDevice to audio::Device.
|
3 years ago |
|
rtmidi.cpp
|
Set names of RtMidi threads.
|
4 years ago |
|
settings.cpp
|
Set default cable tension to 100%.
|
3 years ago |
|
string.cpp
|
Fix formatTimeISO() on Windows.
|
3 years ago |
|
system.cpp
|
Set uid and gid to 0 in archiveDirectory() since we don't need to store ownership info.
|
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 |