.. |
Core
|
Update rack0.hpp header
|
6 years ago |
app
|
Move App from rack::app:: to rack::. Remove ambiguous operator overloads in simd.hpp. Include simd.hpp in rack.hpp.
|
6 years ago |
dsp
|
Use proper std:: namespace as needed.
|
6 years ago |
engine
|
Move and rename widget::DrawContext to widget::Widget::DrawArgs. Rename Module::ProcessContext to Module::ProcessArgs.
|
6 years ago |
plugin
|
Add factory preset submenu to module context menu.
|
6 years ago |
ui
|
Tweaks to dsp/filter.hpp algorithms. Re-enable autosave on close.
|
6 years ago |
widget
|
Fix framebuffer incorrect scale when zooming. Reset NanoVG state after drawing framebuffer.
|
6 years ago |
app.cpp
|
Move App from rack::app:: to rack::. Remove ambiguous operator overloads in simd.hpp. Include simd.hpp in rack.hpp.
|
6 years ago |
asset.cpp
|
Create `plugin::` namespace
|
6 years ago |
audio.cpp
|
Change audio::IO and midi::IO name to Port.
|
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
|
Clean up README. Move SVGPanel to source file. Fix alignment bugs in FramebufferWidget.
|
6 years ago |
event.cpp
|
Add scrolling to MIDI-Map with up to 128 mappings. Add onAdd and onRemove events. Fix minor ScrollWidget behavior.
|
6 years ago |
gamepad.cpp
|
Generate MIDI CC instead of MIDI notes for gamepad joystick buttons
|
6 years ago |
history.cpp
|
Move DSP window functions to window.hpp. Use 0-indexed module/cable IDs instead of 1-indexed. Unserialize module/cable IDs as they are in the patch file.
|
6 years ago |
keyboard.cpp
|
Move MIDI subclasses to source files
|
6 years ago |
logger.cpp
|
Add mutex to logger
|
6 years ago |
main.cpp
|
Move App from rack::app:: to rack::. Remove ambiguous operator overloads in simd.hpp. Include simd.hpp in rack.hpp.
|
6 years ago |
midi.cpp
|
Change audio::IO and midi::IO name to Port.
|
6 years ago |
network.cpp
|
Parse plugin metadata from plugin.json
|
6 years ago |
patch.cpp
|
Update MIDI-CV panel. Prepare MIDI-CV for polyphony. Add "v" to version strings.
|
6 years ago |
plugin.cpp
|
Add headless mode, although patches cannot be loaded.
|
6 years ago |
random.cpp
|
Use proper std:: namespace as needed.
|
6 years ago |
rtmidi.cpp
|
Remove Window::isModPressed() and isShiftPressed(). Add Window::getMods(). Add partial implementations of Core MIDI-CC and MIDI-Gate.
|
6 years ago |
settings.cpp
|
Convert settings namespace into class
|
6 years ago |
string.cpp
|
Add factory preset submenu to module context menu.
|
6 years ago |
svg.cpp
|
Put math in namespace
|
6 years ago |
system.cpp
|
Use system::openFolder() for certain menu items.
|
6 years ago |
ui.cpp
|
Switch around ParamWidget key commands. Fix text field inner color.
|
6 years ago |
window.cpp
|
Draw FramebufferWidgets during step() instead of draw() so we can use the same NanoVG context.
|
6 years ago |