24 Commits (e4eaf22b87d1df09ea9fb3209b4eec698cd435fa)

Author SHA1 Message Date
  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 8 years ago
  Andrew Belt 181e3290f6 Tweak math.hpp includes again 8 years ago
  Andrew Belt 28c8ef5c9c Use cmath in math.hpp 8 years ago
  Andrew Belt 6e84665286 Try to include C99 math functions 8 years ago
  Andrew Belt dc03081184 Fix deprecated absf 8 years ago
  Andrew Belt 72042051ec Use isfinite from C instead of std::isfinite from C++ 8 years ago
  Andrew Belt ddf97fa161 Remove abs() function in rack namespace, remove cmath include 8 years ago
  Andrew Belt 2873f35e72 Add Widget::create static methods, replaces create*() helpers in 8 years ago
  Andrew Belt 0e29f19320 Rename randomf() to randomUniform() 8 years ago
  Andrew Belt cbffd494ca If key is consumed, RackScene should not attempt to recognize key 8 years ago
  Andrew Belt 69d6052fe5 Rename near() to isNear() 8 years ago
  Andrew Belt ad5cf18fad Rename interp to interpolateLinear() 8 years ago
  Andrew Belt 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 8 years ago
  Andrew Belt fec38e8c0d Fix eucmod typos 8 years ago
  Andrew Belt 17c1f2a416 Fix for menu clamping 8 years ago
  Andrew Belt 60d98a641f Rename util.hpp to common.hpp, fix include paths 8 years ago
  Andrew Belt d024ccf8a0 Refactor util.hpp 8 years ago
  Andrew Belt 5be5696dff Refactor math.hpp 8 years ago
  Andrew Belt dc91b5d403 Update plugin manager to new online Rack plugin manager API 8 years ago
  Andrew Belt e5ba0db78a Escape download link 8 years ago
  Andrew Belt 232fccce38 Move version check dialog box to RackScene on main thread 8 years ago
  Andrew Belt bf2032c3e0 Autosave settings: opacity, tension, authentication token 8 years ago
  Andrew Belt 4ded7b1748 Fix Windows build, use portaudio pre-builds, remove curl init/destroy 8 years ago
  Andrew Belt eb61860bdf Forgot to include util/request 8 years ago