61 Commits (26cdea0cb6597a39623f109ed51e7bc0ee9e1604)

Author SHA1 Message Date
  Andrew Belt ad6721918a Change API of dsp/ode.hpp 6 years ago
  Andrew Belt bd4f68c13d Re-add power meter for Audio, add Rect::shrink 6 years ago
  Andrew Belt 5a39a207e4 Fix BINARY typo on Mac 6 years ago
  Andrew Belt 7004502ed9 samplerate and convolver cleanup 6 years ago
  Andrew Belt c48d21aaa5 Change BINARY_* pointers to const 6 years ago
  Andrew Belt fd62c77d0d Update documentation 6 years ago
  Andrew Belt dd5b0a6fbb Fix Mac embedded resources 6 years ago
  Andrew Belt 32acb82842 Use xxd for Mac embedded resources 6 years ago
  Andrew Belt 00b972339d Added BINARY macro and build target, remove dep from dependencies of 6 years ago
  Andrew Belt 8ae99e2ef0 Added version check 6 years ago
  Andrew Belt 17eeade228 Fix deprecation attributes and dialog messages 6 years ago
  Andrew Belt b6b6ec8553 Remove RELEASE=1 flag, use ./Rack for release, ./Rack -d for development 6 years ago
  Andrew Belt c42a9c8aab Remove obsolete MidiIO code, serialize power meter state to settings 6 years ago
  Andrew Belt 1753453db2 ModuleBrowser case insensitive sort for author name 6 years ago
  Andrew Belt da45a33ed3 Use patches/ directory as default patch location 6 years ago
  Andrew Belt 64458ce60f Use hex strings for colors in patch file instead of object 6 years ago
  Andrew Belt e7171e9a3e Added colors to logger (terminal mode only), use notes for gamepad 6 years ago
  Andrew Belt 26a5651a66 Added more verbose logging 6 years ago
  Andrew Belt a9fd3a8c17 Add Vec::flip() 6 years ago
  Andrew Belt 5a90888a09 Header file tweaks 6 years ago
  Andrew Belt e90301faf3 Tweak documentation 6 years ago
  Andrew Belt acbe3370f8 Plugin extracter and loader 6 years ago
  Andrew Belt 158a396170 Add prefix to string functions 6 years ago
  Andrew Belt ef64c13287 Add systemOpenBrowser 6 years ago
  Andrew Belt 13cbc78f23 Add timestamp to logger, remove version check at boot and .vcv file 6 years ago
  Andrew Belt ec52f1f121 Use screen blending with alpha compositing for LightWidget rendering 6 years ago
  Andrew Belt b2715a5642 Revert generic math functions 6 years ago
  Andrew Belt 6f36a77e7b Make min, max, and clamp generics 6 years ago
  Andrew Belt 5bc9a696b0 Add min and max functions for floats (let me know if this breaks 6 years ago
  Andrew Belt 7178b836d5 Add two-color theme to Rack 6 years ago
  Andrew Belt ad20f3c997 Add shadows to knobs, remove ability to rescale knobs (must export 6 years ago
  Andrew Belt 13fe861ddd Add CV functionality to MIDI to CV interface 6 years ago
  Andrew Belt 8c3bd70744 Added defer() function to util 6 years ago
  Andrew Belt c092a27f09 include cstdlib in math util header 6 years ago
  Andrew Belt d392b424d2 Use cursor and selection for index positions instead of begin and end 6 years ago
  Andrew Belt e8d0783aba Add manufacturer item to ModuleBrowser, other ModuleBrowser 6 years ago
  Andrew Belt df297d3291 Merge ext with dep, add Rack-SDK zip file to dist 6 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 6 years ago
  Andrew Belt 181e3290f6 Tweak math.hpp includes again 6 years ago
  Andrew Belt 28c8ef5c9c Use cmath in math.hpp 6 years ago
  Andrew Belt 6e84665286 Try to include C99 math functions 6 years ago
  Andrew Belt dc03081184 Fix deprecated absf 6 years ago
  Andrew Belt 72042051ec Use isfinite from C instead of std::isfinite from C++ 6 years ago
  Andrew Belt ddf97fa161 Remove abs() function in rack namespace, remove cmath include 6 years ago
  Andrew Belt 2873f35e72 Add Widget::create static methods, replaces create*() helpers in 6 years ago
  Andrew Belt 0e29f19320 Rename randomf() to randomUniform() 6 years ago
  Andrew Belt cbffd494ca If key is consumed, RackScene should not attempt to recognize key 6 years ago
  Andrew Belt 69d6052fe5 Rename near() to isNear() 6 years ago
  Andrew Belt ad5cf18fad Rename interp to interpolateLinear() 6 years ago
  Andrew Belt 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 6 years ago