summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-13Merge branch 'master' of github.com:VCVRack/Rackv0.4.0Andrew Belt
2017-10-13Updated changelogAndrew Belt
2017-10-13Merge branch 'master' of https://github.com/VCVRack/RackAndrew Belt
2017-10-13Fix rtmidi build and linker flag on WindowsAndrew Belt
2017-10-13Fix Mac rtaudio dylib in bundle, properly load plugin after downloadingAndrew Belt
2017-10-13Create plugins/ directory on startupAndrew Belt
2017-10-12Render nanovg gui even if minimizedAndrew Belt
2017-10-12Fix download URLAndrew Belt
2017-10-12Construct download URL instead of retreiving it from server (API willAndrew Belt
2017-10-12Added minblep.cppAndrew Belt
2017-10-12Remove dsp.hpp. Plugins must now #include the specific dsp/ header fileAndrew Belt
2017-10-11Append .vcv to files that are saved with no extensionAndrew Belt
2017-10-11Added error report when loading a patch with incompatibilitiesAndrew Belt
2017-10-11Check for glfw successAndrew Belt
2017-10-11Merge branch 'bontric-2017-10-bontric-midi-interface-revamp'Andrew Belt
2017-10-11Various tweaks and fixesAndrew Belt
2017-10-10Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-09Add toggle button for plug light, use title caps for all textAndrew Belt
2017-10-09Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-09add reset Midi on channel switchben
2017-10-09remove additional lights from midi moduleben
2017-10-09Disallow input port from Ctrl+dragging to create a new cableAndrew Belt
2017-10-09Disallow input port from Ctrl+dragging to create a new cableAndrew Belt
2017-10-09Tweaked and enabled plug LEDAndrew Belt
2017-10-09Added momentary randomize() disable on ParamWidgetAndrew Belt
2017-10-09MidiInterface cleanupAndrew Belt
2017-10-09Merge branch 'bontric-2017-10-bontric-midi-interface-revamp'Andrew Belt
2017-10-09formattingben
2017-10-09fix initialisationben
2017-10-09Implement onTextChange and set ccNum to -1 for invalid inputben
2017-10-09Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-09Add onTextChange() to TextFieldAndrew Belt
2017-10-09Add another check for invalid inputben
2017-10-09Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-09Clean up code for TextFieldben
2017-10-09Add BlankWidget to Core, refactor ModuleWidgetAndrew Belt
2017-10-08polish cc-to-cv moduleben
2017-10-08add reset button to Midi-to-CV moduleben
2017-10-08Fix Wrong text on midi device selector if no device is selectedben
2017-10-08Add resetMidi function to MidiIO and implement for Midi Modulesben
2017-10-08Add Bridge templateAndrew Belt
2017-10-08Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-08Use TextField for channel selectionben
2017-10-08polish MIDI-to-CV and add label to selectorben
2017-10-08Use Ctrl/Cmd+Drag on an output to create a new cableAndrew Belt
2017-10-08Completely random guess for fixing build on MacOSAndrew Belt
2017-10-08Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-08Scroll ScrollWidget with arrow keys on when nothing is focusedAndrew Belt
2017-10-08Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric...ben
2017-10-08Set gFocusedWidget only if Widget::onFocus() returns true, makeAndrew Belt