60 Commits (dd8f761dbfa631ac1e2a54fef0909b1b07b29b18)

Author SHA1 Message Date
  bsp2 848871160e initial commit 6 years ago
  Andrew Belt 906f2cdb71 Fix BINARY typo on Mac 7 years ago
  Andrew Belt 6e52f7bfa0 samplerate and convolver cleanup 7 years ago
  Andrew Belt 91a553cda5 Change BINARY_* pointers to const 7 years ago
  Andrew Belt 0520e57f13 Update documentation 7 years ago
  Andrew Belt 80af59d025 Fix Mac embedded resources 7 years ago
  Andrew Belt 215b34b63d Use xxd for Mac embedded resources 7 years ago
  Andrew Belt 1eeea36866 Added BINARY macro and build target, remove dep from dependencies of 7 years ago
  Andrew Belt 1fb34f3334 Added version check 7 years ago
  Andrew Belt b81df0e7fc Fix deprecation attributes and dialog messages 7 years ago
  Andrew Belt 0529b0f8d4 Remove RELEASE=1 flag, use ./Rack for release, ./Rack -d for development 7 years ago
  Andrew Belt 7d4de0be00 Remove obsolete MidiIO code, serialize power meter state to settings 7 years ago
  Andrew Belt 5215625b25 ModuleBrowser case insensitive sort for author name 7 years ago
  Andrew Belt 44a38b97c9 Use patches/ directory as default patch location 7 years ago
  Andrew Belt f8bf481809 Use hex strings for colors in patch file instead of object 7 years ago
  Andrew Belt ccce32a1b6 Added colors to logger (terminal mode only), use notes for gamepad 7 years ago
  Andrew Belt 4c3c2b2ff6 Added more verbose logging 7 years ago
  Andrew Belt b46241f886 Add Vec::flip() 7 years ago
  Andrew Belt a67272ac54 Header file tweaks 7 years ago
  Andrew Belt 914ead95a1 Tweak documentation 7 years ago
  Andrew Belt 0f60100063 Plugin extracter and loader 7 years ago
  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 fc3a625d41 Use screen blending with alpha compositing for LightWidget rendering 7 years ago
  Andrew Belt 819d62ad13 Revert generic math functions 7 years ago
  Andrew Belt 43c345699c Make min, max, and clamp generics 7 years ago
  Andrew Belt 3d8372e817 Add min and max functions for floats (let me know if this breaks 7 years ago
  Andrew Belt 6cfc39ea78 Add two-color theme to Rack 7 years ago
  Andrew Belt 7a2640b3c0 Add shadows to knobs, remove ability to rescale knobs (must export 7 years ago
  Andrew Belt 6106115c82 Add CV functionality to MIDI to CV interface 7 years ago
  Andrew Belt 26bc098e72 Added defer() function to util 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 09388980a1 Add manufacturer item to ModuleBrowser, other ModuleBrowser 7 years ago
  Andrew Belt b296355246 Merge ext with dep, add Rack-SDK zip file to dist 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 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 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 b93018c990 Add Widget::create static methods, replaces create*() helpers in 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 5d0c922440 Fix eucmod typos 7 years ago