39 Commits (158a396170bc26ec4540b7f2bc68343ad00fc93a)

Author SHA1 Message Date
  Andrew Belt 158a396170 Add prefix to string functions 7 years ago
  Andrew Belt ef64c13287 Add systemOpenBrowser 7 years ago
  Andrew Belt 13cbc78f23 Add timestamp to logger, remove version check at boot and .vcv file 7 years ago
  Andrew Belt ec52f1f121 Use screen blending with alpha compositing for LightWidget rendering 7 years ago
  Andrew Belt b2715a5642 Revert generic math functions 7 years ago
  Andrew Belt 6f36a77e7b Make min, max, and clamp generics 7 years ago
  Andrew Belt 5bc9a696b0 Add min and max functions for floats (let me know if this breaks 7 years ago
  Andrew Belt 7178b836d5 Add two-color theme to Rack 7 years ago
  Andrew Belt ad20f3c997 Add shadows to knobs, remove ability to rescale knobs (must export 7 years ago
  Andrew Belt 13fe861ddd Add CV functionality to MIDI to CV interface 7 years ago
  Andrew Belt 8c3bd70744 Added defer() function to util 7 years ago
  Andrew Belt c092a27f09 include cstdlib in math util header 7 years ago
  Andrew Belt d392b424d2 Use cursor and selection for index positions instead of begin and end 7 years ago
  Andrew Belt e8d0783aba Add manufacturer item to ModuleBrowser, other ModuleBrowser 7 years ago
  Andrew Belt df297d3291 Merge ext with dep, add Rack-SDK zip file to dist 7 years ago
  Andrew Belt 6049c0abe5 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 181e3290f6 Tweak math.hpp includes again 7 years ago
  Andrew Belt 28c8ef5c9c Use cmath in math.hpp 7 years ago
  Andrew Belt 6e84665286 Try to include C99 math functions 7 years ago
  Andrew Belt dc03081184 Fix deprecated absf 7 years ago
  Andrew Belt 72042051ec Use isfinite from C instead of std::isfinite from C++ 7 years ago
  Andrew Belt ddf97fa161 Remove abs() function in rack namespace, remove cmath include 7 years ago
  Andrew Belt 2873f35e72 Add Widget::create static methods, replaces create*() helpers in 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 69d6052fe5 Rename near() to isNear() 7 years ago
  Andrew Belt ad5cf18fad Rename interp to interpolateLinear() 7 years ago
  Andrew Belt 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 7 years ago
  Andrew Belt fec38e8c0d Fix eucmod typos 7 years ago
  Andrew Belt 17c1f2a416 Fix for menu clamping 7 years ago
  Andrew Belt 60d98a641f Rename util.hpp to common.hpp, fix include paths 7 years ago
  Andrew Belt d024ccf8a0 Refactor util.hpp 7 years ago
  Andrew Belt 5be5696dff Refactor math.hpp 7 years ago
  Andrew Belt dc91b5d403 Update plugin manager to new online Rack plugin manager API 7 years ago
  Andrew Belt e5ba0db78a Escape download link 7 years ago
  Andrew Belt 232fccce38 Move version check dialog box to RackScene on main thread 7 years ago
  Andrew Belt bf2032c3e0 Autosave settings: opacity, tension, authentication token 7 years ago
  Andrew Belt 4ded7b1748 Fix Windows build, use portaudio pre-builds, remove curl init/destroy 7 years ago
  Andrew Belt eb61860bdf Forgot to include util/request 7 years ago