231 Commits (f21ab65a5d8f9567517968d82479ce49b42f498b)

Author SHA1 Message Date
  Andrew Belt 5ff56c8dd3 Fix MidiIO destructor crash 7 years ago
  Andrew Belt 127464222d Add MIDI-TRIG panel, add sysex, time, and sense flags to MidiInput 7 years ago
  Andrew Belt 6106115c82 Add CV functionality to MIDI to CV interface 7 years ago
  Andrew Belt 7fbbbfce44 Router audio stream from Bridge to AudioIO 7 years ago
  Andrew Belt 26bc098e72 Added defer() function to util 7 years ago
  Andrew Belt 8fa7c881df Bridge audio subscribing 7 years ago
  Andrew Belt 1094e57cc6 Add bridge.cpp and bridge.hpp for initial work in Bridge server 7 years ago
  Andrew Belt 68672c7308 Added "Disconnect cables" to menu 7 years ago
  Andrew Belt e78a90a58a ModuleBrowser moves to mouse position 7 years ago
  Andrew Belt d25ee1cfa1 Add buffer methods to ring buffer, change int types to size_t in ring buffer, add ScrollWidget::scrollTo() 7 years ago
  Andrew Belt fc6825c506 Add arpeggiator tag 7 years ago
  Andrew Belt 1b22a531b9 include cstdlib in math util header 7 years ago
  Andrew Belt d6b0f4f8c4 Use cursor and selection for index positions instead of begin and end 7 years ago
  Andrew Belt 509d98121f Add tag filtering to ModuleBrowser 7 years ago
  Andrew Belt a49bf3ebe0 Add separators to ModuleBrowser 7 years ago
  Andrew Belt 23b96118a4 More SequentialLayout features 7 years ago
  Andrew Belt 8b7b48f025 Add VirtualWidget, add SequentialLayout 7 years ago
  Andrew Belt cb0bd13fa2 Give MenuEntry default size 7 years ago
  Andrew Belt e197b45a35 Serialize ModuleBrowser favorites 7 years ago
  Andrew Belt 09388980a1 Add manufacturer item to ModuleBrowser, other ModuleBrowser 7 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) 7 years ago
  Andrew Belt b296355246 Merge ext with dep, add Rack-SDK zip file to dist 7 years ago
  Andrew Belt 454bf67d0e Add `smooth` variable for ParamWidgets 7 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 7 years ago
  Andrew Belt 020e169a25 Add grouping to AudioInterface 7 years ago
  Andrew Belt efdd34c949 Add partial MIDI CC Interface, MIDI CV fixes 7 years ago
  Andrew Belt 6186861c53 AudioInterface rework, Notes rework, partial MIDIToCVInterface rework 7 years ago
  Andrew Belt 31e1659c31 Finish AppleRingBuffer 7 years ago
  Andrew Belt 26edda4ee8 Tweak math.hpp includes again 7 years ago
  Andrew Belt b7b054fa6b Use cmath in math.hpp 7 years ago
  Andrew Belt 81c9e0856e Try to include C99 math functions 7 years ago
  Andrew Belt a6e86b5282 Allow separation from Module and ModuleWidget in Model subclass 7 years ago
  Andrew Belt 74501d2785 Fix deprecated absf 7 years ago
  Andrew Belt 6dcf3e4b57 Use isfinite from C instead of std::isfinite from C++ 7 years ago
  Andrew Belt fc17785d1d Remove abs() function in rack namespace, remove cmath include 7 years ago
  Andrew Belt b33a0875df Rename gui.hpp to window.hpp 7 years ago
  Andrew Belt 9f2a362c13 Divide widgets.hpp to widgets.hpp and ui.hpp 7 years ago
  Andrew Belt 0433b88b98 Change Port's createInput and createOutput to create 7 years ago
  Andrew Belt b93018c990 Add Widget::create static methods, replaces create*() helpers in 7 years ago
  Andrew Belt 67499624ee Add box shadow behind modules, tweak light fall times 7 years ago
  Andrew Belt cbb2f860a7 Remove low and high thresholds from SchmittTrigger, use 0 and 1 as fixed 7 years ago
  Andrew Belt 5752f1e9b1 Deprecated Plugin::website and Plugin::manual 7 years ago
  Andrew Belt 2f61378781 Rename randomf() to randomUniform() 7 years ago
  Andrew Belt 99b7618858 If key is consumed, RackScene should not attempt to recognize key 7 years ago
  Andrew Belt d335b14250 Rename near() to isNear() 7 years ago
  Andrew Belt 1f93333bd6 Rename interp to interpolateLinear() 7 years ago
  Andrew Belt 358386a57e Refactoring, remove "f" and "i" prefixes from math.hpp functions 7 years ago
  Andrew Belt 507dfca913 Added clock modulator tag 7 years ago
  Andrew Belt 5d0c922440 Fix eucmod typos 7 years ago
  Andrew Belt 324f6d04ab Fix for menu clamping 7 years ago