647 Commits (cb0bd13fa2508fdcb06dea0bb3a4f1028e7017fd)
 

Author SHA1 Message Date
  Andrew Belt cb0bd13fa2 Give MenuEntry default size 8 years ago
  Andrew Belt e197b45a35 Serialize ModuleBrowser favorites 8 years ago
  Andrew Belt 09388980a1 Add manufacturer item to ModuleBrowser, other ModuleBrowser 8 years ago
  Andrew Belt 676d50a11a Remove PulseAudio from default Linux rtaudio build, fix lastPath being overwritten when autosave is loaded, add List, replace AddModuleWindow with Sublime Text-like browser (partially complete) 8 years ago
  Andrew Belt 9e1f758458 Merge branch 'master' of github.com:VCVRack/Rack 8 years ago
  Andrew Belt ba29fe32d3 Install only openssl libraries 8 years ago
  Andrew Belt f875781238 Fix icons 8 years ago
  Andrew Belt 9693fb316e Disable JACK by default, use RTAUDIO_ALL_APIS again 8 years ago
  Andrew Belt 8d29f12f5b Update issue template 8 years ago
  Andrew Belt fda6ef4486 Update issue template 8 years ago
  Andrew Belt b296355246 Merge ext with dep, add Rack-SDK zip file to dist 8 years ago
  Andrew Belt 1ee76826f1 Unindent MAkefile variables 8 years ago
  Andrew Belt 0eed52efcf Include all rtaudio backends by default 8 years ago
  Andrew Belt cf6cc518ae Update icon 8 years ago
  Andrew Belt 454bf67d0e Add `smooth` variable for ParamWidgets 8 years ago
  Andrew Belt af9ba02402 Scissor text fields 8 years ago
  Andrew Belt b8c6c75c1b Add MIDITriggerToCVInterface skeleton 8 years ago
  Andrew Belt 27a34fc50c Swap input/output LEDs in Audio Interface 8 years ago
  Andrew Belt 8653610af1 Add MIDI-4 skeleton 8 years ago
  Andrew Belt 9be5332daf Added util/color.hpp, fixed LightWidget color algorithm, added Ctrl+U key command for "Disconnect cables", refactor audio.cpp/midi.cpp, add new Audio Interface panel 8 years ago
  Andrew Belt 1e06ab90e9 Merge branch 'master' of github.com:VCVRack/Rack 8 years ago
  Andrew Belt 020e169a25 Add grouping to AudioInterface 8 years ago
  Andrew Belt efdd34c949 Add partial MIDI CC Interface, MIDI CV fixes 8 years ago
  Andrew Belt 6186861c53 AudioInterface rework, Notes rework, partial MIDIToCVInterface rework 8 years ago
  Andrew Belt 859a87dea5 Merge pull request #740 from ArnaudE/master 8 years ago
  Arnaud Estublier 8b4c3ae136 Adding RtAudio Flag so that it does not auto-connect with JACK 8 years ago
  Andrew Belt 31e1659c31 Finish AppleRingBuffer 8 years ago
  Andrew Belt e14f85b1a8 Use pre-autogen'd rtmidi package 8 years ago
  Andrew Belt 26edda4ee8 Tweak math.hpp includes again 8 years ago
  Andrew Belt b7b054fa6b Use cmath in math.hpp 8 years ago
  Andrew Belt 81c9e0856e Try to include C99 math functions 8 years ago
  Andrew Belt a6e86b5282 Allow separation from Module and ModuleWidget in Model subclass 8 years ago
  Andrew Belt 74501d2785 Fix deprecated absf 8 years ago
  Andrew Belt 6dcf3e4b57 Use isfinite from C instead of std::isfinite from C++ 8 years ago
  Andrew Belt fc17785d1d Remove abs() function in rack namespace, remove cmath include 8 years ago
  Andrew Belt 42a3301780 Update blendish dep 8 years ago
  Andrew Belt c21b65e31f Reset rack scroll offset when rack patch is cleared 8 years ago
  Andrew Belt b33a0875df Rename gui.hpp to window.hpp 8 years ago
  Andrew Belt 9f2a362c13 Divide widgets.hpp to widgets.hpp and ui.hpp 8 years ago
  Andrew Belt 0433b88b98 Change Port's createInput and createOutput to create 8 years ago
  Andrew Belt b93018c990 Add Widget::create static methods, replaces create*() helpers in 8 years ago
  Andrew Belt 67499624ee Add box shadow behind modules, tweak light fall times 8 years ago
  Andrew Belt cbb2f860a7 Remove low and high thresholds from SchmittTrigger, use 0 and 1 as fixed 8 years ago
  Andrew Belt 2f3ae0d37e Use RACK_DIR in plugins Makefile framework 8 years ago
  Andrew Belt 5752f1e9b1 Deprecated Plugin::website and Plugin::manual 8 years ago
  Andrew Belt 2f61378781 Rename randomf() to randomUniform() 8 years ago
  Andrew Belt 99b7618858 If key is consumed, RackScene should not attempt to recognize key 8 years ago
  Andrew Belt 41916e5281 Remove black cable 8 years ago
  Andrew Belt d335b14250 Rename near() to isNear() 8 years ago
  Andrew Belt 1f93333bd6 Rename interp to interpolateLinear() 8 years ago