| .. |
|
app
|
Add 150% and 250% options to "View > UI scale" menu.
|
10 months ago |
|
core
|
CV to MIDI: Generate Note Off message for active notes when number of channels is decreased.
|
5 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.
|
11 months ago |
|
plugin
|
Automatically set Core plugin version to Rack app version.
|
11 months ago |
|
ui
|
Remove all CR characters when inserting text in TextField.
|
11 months ago |
|
widget
|
Add Ctrl+Plus key command for keyboard layouts that have a "+" key.
|
1 year ago |
|
window
|
Move hidden cursor to center of window in Widget::cursorLock().
|
3 months ago |
|
Quantity.cpp
|
Add note voltage constants to Quantity expression parser such as "c4v = 0V" and "a#v". Refactor teVarsInit().
|
11 months 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.
|
3 years ago |
|
color.cpp
|
Improve color:: doc comments.
|
1 year ago |
|
common.cpp
|
Rename VERSION to RACK_VERSION in Makefile to avoid environment variable conflicts.
|
10 months ago |
|
context.cpp
|
Don't assert that context exists in contextGet().
|
2 years ago |
|
dep.cpp
|
Change all deprecated APP->window->loadSvg() calls to Svg::load(). Fix FramebufferWidget::onContextDestroy() not unsetting framebuffer handle.
|
5 years ago |
|
gamepad.cpp
|
Move Svg to window:: namespace.
|
4 years ago |
|
history.cpp
|
When dragging cable back to its original port, don't push history which does nothing.
|
1 year ago |
|
keyboard.cpp
|
Move Svg to window:: namespace.
|
4 years ago |
|
library.cpp
|
Clear library global state in library::destroy() in case init() is called again.
|
10 months ago |
|
logger.cpp
|
Stop writing to log if file exceeds 10 MB.
|
1 year ago |
|
midi.cpp
|
Move English strings to translation file.
|
1 year ago |
|
midiloopback.cpp
|
Use 16 MIDI loopback devices instead of 1.
|
3 years ago |
|
network.cpp
|
Fix deprecated PUT macro from cURL.
|
1 year ago |
|
patch.cpp
|
Don't remove settings and autosave patch before overwriting it with new file.
|
7 months ago |
|
plugin.cpp
|
Specify Fundamental (VCV Free) plugin version and download it in dist target. Refactor getFundamentalPackagePath() to not use regex.
|
11 months ago |
|
random.cpp
|
Make simple random state global instead of thread-local.
|
3 years ago |
|
rtaudio.cpp
|
Refactor RtAudioDriver/Device. Hardcode old RtAudio driverIds to be compatible with Rack <2.6.1 patches.
|
11 months ago |
|
rtaudio.mm
|
Fix rtaudioIsMicrophoneBlocked() on Mac <10.14.
|
1 year ago |
|
rtmidi.cpp
|
MIDI to Gate: Add "Trigger mode".
|
5 months ago |
|
settings.cpp
|
Don't remove settings and autosave patch before overwriting it with new file.
|
7 months ago |
|
string.cpp
|
Load translations after logging environment during launch.
|
10 months ago |
|
system.cpp
|
In system::getStackTrace(), use dladdr() instead of backtrace_symbols() on Linux and Mac.
|
11 months ago |
|
tag.cpp
|
Move tag documentation to Rack manual.
|
5 years ago |