198 Commits (6de300229b51f7aadba3b8b5f21fa0fe007b1bc4)

Author SHA1 Message Date
  Andrew Belt 2ff1ee5c86 Allow separation from Module and ModuleWidget in Model subclass 7 years ago
  Andrew Belt 72042051ec Use isfinite from C instead of std::isfinite from C++ 7 years ago
  Andrew Belt f4da514bb8 Reset rack scroll offset when rack patch is cleared 7 years ago
  Andrew Belt 979e44f650 Rename gui.hpp to window.hpp 7 years ago
  Andrew Belt 4a54cfc8c8 Add box shadow behind modules, tweak light fall times 7 years ago
  Andrew Belt 0e29f19320 Rename randomf() to randomUniform() 7 years ago
  Andrew Belt cbffd494ca If key is consumed, RackScene should not attempt to recognize key 7 years ago
  Andrew Belt b2f4d2c66d Remove black cable 7 years ago
  Andrew Belt 69d6052fe5 Rename near() to isNear() 7 years ago
  Andrew Belt 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 7 years ago
  Andrew Belt 5be5696dff Refactor math.hpp 7 years ago
  Andrew Belt 074287e306 Fix scrolling menus again 7 years ago
  Andrew Belt 63cd488674 Added active light indicators to AudioInterface and MIDItoCVInterface 7 years ago
  Andrew Belt 077c179a1e Re-fix LightWidget drawing 7 years ago
  Brian Sorahan 0e104ae869 fix error message in RackWidget::fromJson 7 years ago
  Andrew Belt 5e6463f5af Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO 7 years ago
  Andrew Belt b51e380e36 Draw opaque wire if one of its ports is hovered 7 years ago
  Andrew Belt d55d460c1f ModuleWidget serializes pos in rack grid coordinates instead of pixel 7 years ago
  Andrew Belt 4a3bf84e42 Serialize wire color 7 years ago
  Andrew Belt 3a8dc0e0e3 Use Module::params/inputs/outputs indices instead of 7 years ago
  Andrew Belt 575e4df2fd Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now. 7 years ago
  Andrew Belt d7875d5e30 Add midi.cpp with MidiIO class 7 years ago
  Andrew Belt f129f026f6 Add AudioWidget 7 years ago
  Andrew Belt 3e5890b79d Added support for continuous encoders, aka Knob widgets with infinite 7 years ago
  Andrew Belt a2d815db84 Leave Add Module popup metadata window open after mouse leaves module 7 years ago
  Andrew Belt dc91b5d403 Update plugin manager to new online Rack plugin manager API 7 years ago
  Andrew Belt d9efe43112 Don't write empty file if toJson is unsuccessful 7 years ago
  Andrew Belt 36cd050ba4 Remove Module::reset(), Module::initialize(), and Module::randomize(), 7 years ago
  Andrew Belt 56219530cb Clean up warnings 7 years ago
  Andrew Belt 199f99b0bf Rename SVGSlider to SVGFader, refactor LightWidget 7 years ago
  Andrew Belt 734d367a8a A few random changes from the last week 7 years ago
  Andrew Belt d1ed8faa21 Smooth interpolate SVGSlider 7 years ago
  Andrew Belt 892d4767bf Add plugin "version" to module in .vcv file 7 years ago
  Andrew Belt 264c040c6a Round to nearest zoom percent 7 years ago
  Andrew Belt 56c57345ea Pass onPathDrop to RackScene children 7 years ago
  Andrew Belt ce909cda63 Remove tag corruption workaround 7 years ago
  Andrew Belt 06bcf2a4c9 Added hacky workaround for tag corruption issue 7 years ago
  Andrew Belt dfa723119b Fix SVGSwitch value scaling, add confirmation for clearing the patch 7 years ago
  Andrew Belt 970214fd33 Add "Manufacturers" label to AddModuleWindow 7 years ago
  Andrew Belt 215f967595 Allow Ctrl-dragging input, although it doesn't do anything different 7 years ago
  Andrew Belt 70bb8c7759 Add plug lights, remove plug light toggling 7 years ago
  Andrew Belt cbc9a523ff Add manufacturer label in model list 7 years ago
  Andrew Belt 85c75eef33 Changed log() to info(), warn(), and fatal() 7 years ago
  Andrew Belt b10d1122bb Added log() logger with INFO, WARN, and ERROR levels 7 years ago
  Andrew Belt 45f03be664 Set manufacturer on click instead of on hover for AddModuleWindow 7 years ago
  Andrew Belt b702fb5e8a Hide metadata when mouse leaves ModelItem 7 years ago
  Andrew Belt 5567c5f22d Added AddModuleWindow 7 years ago
  Andrew Belt 6a5c434961 Disable search box again 7 years ago
  Andrew Belt fc29d9861b Merge manufacturerSlug and manufacturerName to manufacturer, use plugin 7 years ago
  Andrew Belt 47682af04c Add metadata submenu to "Add module" menu, deprecate Menu::pushChild (use ::addChild) 7 years ago