.. |
app
|
Don't close Rack when user clicks "Help > Update Rack" menu item.
|
3 years ago |
core
|
Swap parameter name and module name in MIDI-Map parameters.
|
3 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
engine
|
Rename ReadWriteMutex to SharedMutex. Use shared/exclusive terminology instead of read/write.
|
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
|
Tweak FramebufferWidget render skip limits.
|
3 years ago |
window
|
Tweak framebuffer render-skipping algorithm to be slightly more aggressive to render after frame deadlines.
|
3 years ago |
Quantity.cpp
|
Add all note names from c0 to b9 and accidentals like c# and cb to expression parser.
|
3 years ago |
asset.cpp
|
Add RACK_SYSTEM_DIR and RACK_USER_DIR environment variables on all OS's to override asset paths.
|
3 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().
|
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.
|
4 years ago |
discord.cpp
|
Disable warnings in discord status updater.
|
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
|
Wait a few seconds before updating library in case library is destroyed immediately afterwards.
|
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().
|
3 years ago |
network.cpp
|
Make cURL use a connection timeout rather than total timeout.
|
3 years ago |
patch.cpp
|
Clean up plugin::modelFromJson() "Could not find module" message.
|
3 years ago |
plugin.cpp
|
Catch Exception when extracting Fundamental package or calling plugin destroy().
|
3 years ago |
random.cpp
|
Add random::get<T>() functions.
|
3 years ago |
rtaudio.cpp
|
Set rtaudio default sample rate to 44100, block size to 256 except DirectSound to 1024.
|
3 years ago |
rtmidi.cpp
|
Don't set RtMidi input message thread name since it can be called 1000+ times/sec.
|
3 years ago |
settings.cpp
|
Change default resolution to 1024x720.
|
3 years ago |
string.cpp
|
Fix formatTimeISO() on Windows.
|
3 years ago |
system.cpp
|
Make system::archiveDirectory() write pax tar archives.
|
3 years ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
5 years ago |
tinyexpr.c
|
Add all note names from c0 to b9 and accidentals like c# and cb to expression parser.
|
3 years ago |