.. |
Core
|
Flip default note values upside down on MIDI-Gate and CV-Gate so they match drumpad hardware.
|
6 years ago |
app
|
Add numpad device to keyboard driver.
|
6 years ago |
dsp
|
alignedMalloc is unneeded.
|
6 years ago |
engine
|
Use Module::Expander struct for accessing expander messages.
|
6 years ago |
plugin
|
Add string::trim. Add string::fuzzyScore. Add fuzzy scoring to Module Browser.
|
6 years ago |
ui
|
Clean up ui namespace. Remove blendish state from ui classes.
|
6 years ago |
widget
|
Add Widget::addChildBottom(). Change ModuleWidget::setPanel behavior. Improve event docstrings. Temporarily disable glibc 2.23 header on Linux.
|
6 years ago |
Quantity.cpp
|
Change app::ParamQuantity to engine::ParamQuantity.
|
6 years ago |
app.cpp
|
Rename `widget::*Event` to `event::*`.
|
6 years ago |
asset.cpp
|
Add string<->wstring conversion functions
|
6 years ago |
audio.cpp
|
Change name of driver to driverId and device to deviceId in audio namespace.
|
6 years ago |
bridge.cpp
|
Use proper std:: namespace as needed.
|
6 years ago |
color.cpp
|
Rename a few variables and methods
|
6 years ago |
dep.cpp
|
Add -p for creating screenshots of every module.
|
6 years ago |
event.cpp
|
Use correct key mods in HoverKey and SelectKey for RACK_HELD action.
|
6 years ago |
gamepad.cpp
|
Correctly handle MIDI messages with less than 3 bytes.
|
6 years ago |
history.cpp
|
Since dragging a ModuleWidget can move all modules, push a ComplexAction of ModuleMove actions instead of a single action.
|
6 years ago |
keyboard.cpp
|
Flip default note values upside down on MIDI-Gate and CV-Gate so they match drumpad hardware.
|
6 years ago |
logger.cpp
|
Make settings a namespace instead of a global class.
|
6 years ago |
main.cpp
|
Allocate screenshot pixel array on heap.
|
6 years ago |
midi.cpp
|
Change audio::IO and midi::IO name to Port.
|
6 years ago |
network.cpp
|
Re-add METHOD_ prefix to network::Method enums
|
6 years ago |
patch.cpp
|
Clean up various headers.
|
6 years ago |
plugin.cpp
|
Include helper.py in SDK
|
6 years ago |
random.cpp
|
Make random state thread-local.
|
6 years ago |
rtmidi.cpp
|
Correctly handle MIDI messages with less than 3 bytes.
|
6 years ago |
settings.cpp
|
Add codesigning on Mac. Silently fail if settings.json is not found when loaded.
|
6 years ago |
string.cpp
|
Fix string::basename() bug on Mac (and possibly Windows). Rename string::basename to filenameBase, string::extension to filenameExtension.
|
6 years ago |
svg.cpp
|
Put math in namespace
|
6 years ago |
system.cpp
|
Clean up various headers.
|
6 years ago |
ui.cpp
|
Switch around ParamWidget key commands. Fix text field inner color.
|
6 years ago |
window.cpp
|
Allocate screenshot pixel array on heap.
|
6 years ago |