You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt e74da56005 Move patch loading from main() to PatchManager::init(). Load template.vcv if autosave.vcv does not exist. Create default template.vcv file. 5 years ago
..
app Module Browser work. Make disabled modules more transparent. 5 years ago
dsp Refactor dsp/digital.hpp 5 years ago
engine Make engine multithreaded with OpenMP 5 years ago
plugin Parse plugin metadata from plugin.json 5 years ago
ui Add new Widget::draw() method. Deprecate old method. 5 years ago
widgets Add DrawContext::clipBox for drawing children widgets only when they intersect with the clipBox. 5 years ago
app.hpp Add PatchManager. Clean up and refactor RackWidget and CableContainer. 5 years ago
asset.hpp Un-class-ify plugin 5 years ago
audio.hpp Put audio in namespace 5 years ago
bridge.hpp Move MIDI subclasses to source files 5 years ago
bridgeprotocol.hpp Restructure midi for multiplexing, add gamepad midi driver, add CPU 6 years ago
color.hpp Rename a few variables and methods 5 years ago
common.hpp Add fft.hpp, clean up math and dsp headers 5 years ago
componentlibrary.hpp Fix plug light colors 5 years ago
event.hpp Add Knob::smooth variable for disabling param smoothing. Clean up various code. 5 years ago
gamepad.hpp Move MIDI subclasses to source files 5 years ago
helpers.hpp Merge ParamInfo with Param 5 years ago
history.hpp Use various other history actions when interacting with the rack 5 years ago
keyboard.hpp Move MIDI subclasses to source files 5 years ago
logger.hpp Add fft.hpp, clean up math and dsp headers 5 years ago
math.hpp Add DrawContext::clipBox for drawing children widgets only when they intersect with the clipBox. 5 years ago
midi.hpp Reset MIDI driver when Core MIDI modules are reset 5 years ago
network.hpp Parse plugin metadata from plugin.json 5 years ago
patch.hpp Move patch loading from main() to PatchManager::init(). Load template.vcv if autosave.vcv does not exist. Create default template.vcv file. 5 years ago
plugin.hpp Add slug validation to plugin loader 5 years ago
rack.hpp Add convenience methods to Port. Draw blue plug lights for polyphonic ports. 5 years ago
rack0.hpp Add -funsafe-math-optimizations, tweak Quantity display string 5 years ago
random.hpp Clean up includes 5 years ago
rtmidi.hpp Move MIDI subclasses to source files 5 years ago
settings.hpp Rename wire to cable 5 years ago
string.hpp Parse plugin metadata from plugin.json 5 years ago
svg.hpp Class-ify window, un-class-ify asset 5 years ago
system.hpp Add Engine::threadCount to toolbar menu and settings.json 5 years ago
ui.hpp Put ui.hpp in namespace, clean up 5 years ago
window.hpp Clean up README. Move SVGPanel to source file. Fix alignment bugs in FramebufferWidget. 5 years ago