208 Commits (4d3ceafe8d039c7c86c8c34c3b8bc677d8340fe2)

Author SHA1 Message Date
  Andrew Belt 4d3ceafe8d Add prefix to string functions 7 years ago
  Andrew Belt c35b5f5ad9 Add systemOpenBrowser 7 years ago
  Andrew Belt 5a99301e68 Add timestamp to logger, remove version check at boot and .vcv file 7 years ago
  Andrew Belt f1c5af511a Strip binary when making distributable 7 years ago
  Andrew Belt c2c2a9a6f9 Revert light glow intensity 7 years ago
  Andrew Belt 1929450db8 Fix windows bridge build 7 years ago
  Andrew Belt f1cc26c7a1 Bridge server progress 7 years ago
  Andrew Belt fc3a625d41 Use screen blending with alpha compositing for LightWidget rendering 7 years ago
  Andrew Belt dbb9044169 Fix lastPath, lights WIP 7 years ago
  Andrew Belt fd3dd17b6a Rename Parameter.cpp to ParamWidget.cpp 7 years ago
  Andrew Belt 43c345699c Make min, max, and clamp generics 7 years ago
  Andrew Belt 57f8f05e22 More descriptive headers in filter page of Module Browser 7 years ago
  Andrew Belt 70f9bff4d9 Clamp outputs post-conversion in Audio module 7 years ago
  Andrew Belt e09db4d72a Move Module Browser items around 7 years ago
  Andrew Belt 99f0c2c15c Improve appearance of ModuleBrowser 7 years ago
  Andrew Belt 6cfc39ea78 Add two-color theme to Rack 7 years ago
  Andrew Belt 1cfc969c3c Fix randomize() for infinite Parameters 7 years ago
  Andrew Belt 5c15d0495d Support moving continuous encoders (knobs with infinite bounds) 7 years ago
  Andrew Belt 8bde443dcf Fix knobs with minValue > maxValue, fix shadows on SVGKnob when not 7 years ago
  Andrew Belt ddb8cae974 Reorganize Components, add LEDSlider with colors 7 years ago
  Andrew Belt 056d340917 Change colors of Rogan knobs 7 years ago
  Andrew Belt 7a2640b3c0 Add shadows to knobs, remove ability to rescale knobs (must export 7 years ago
  Andrew Belt 65e6875dd1 Reorganize ParamWidgets, introduce Component as shared base class 7 years ago
  Andrew Belt 3b9204c684 Change "manufacturer" to "author" 7 years ago
  Andrew Belt 0f9687ec0c Persist tagFilter and manufacturerFilter of Module Browser 7 years ago
  Andrew Belt c5ae2a91ff Remove revert key command text 7 years ago
  Andrew Belt 68672c7308 Added "Disconnect cables" to menu 7 years ago
  Andrew Belt 710443b6ff ModuleBrowser: add page up/down keys, disable mouse enter selection 7 years ago
  Andrew Belt accb848ee5 Make ModuleBrowser centered again 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 709e180643 Fix selection maximum index 7 years ago
  Andrew Belt 2c1f4ba094 Add tag label to ModuleBrowser modules 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 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 af9ba02402 Scissor text fields 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 a6e86b5282 Allow separation from Module and ModuleWidget in Model subclass 7 years ago
  Andrew Belt 6dcf3e4b57 Use isfinite from C instead of std::isfinite from C++ 7 years ago