15 Commits (d3fa318d3212bed5577476800aa6d6a9869d69eb)

Author SHA1 Message Date
  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 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 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 6e84665286 Try to include C99 math functions 6 years ago
  Andrew Belt ddf97fa161 Remove abs() function in rack namespace, remove cmath include 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 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 6 years ago
  Andrew Belt 60d98a641f Rename util.hpp to common.hpp, fix include paths 6 years ago
  Andrew Belt d024ccf8a0 Refactor util.hpp 6 years ago
  Andrew Belt 5be5696dff Refactor math.hpp 6 years ago
  Andrew Belt 80a2d923f2 Rename randomSeedTime to randomInit and assert that it's called only 6 years ago
  Andrew Belt 575e4df2fd Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now. 6 years ago
  Andrew Belt 1b44985a0f Add CKSSThree switch, ENUMS macro 6 years ago
  Andrew Belt 4d10ad6c32 Add debug() to the logger 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 5567c5f22d Added AddModuleWindow 7 years ago
  Andrew Belt 6d861f37aa Replace C++ RNG with xoroshiro128+ and Box-Muller 7 years ago
  Andrew Belt 47682af04c Add metadata submenu to "Add module" menu, deprecate Menu::pushChild (use ::addChild) 7 years ago
  Andrew Belt bdcbe508db Append .vcv to files that are saved with no extension 7 years ago
  Andrew Belt a80b05a440 Various tweaks and fixes 7 years ago
  Andrew Belt 6239856310 Added C#-style property constructor, explicitly clamp samples in Audio Interface, scroll horizontally if Shift is held 7 years ago
  Andrew Belt 970e227c20 Changed onSelect/onDeselect to onFocus/onDefocus, added key commands for Open/Save/Save As, open in last used directory 7 years ago
  Andrew Belt 8088a0c7ec Added version checking 7 years ago
  Andrew Belt d2ce7245e2 Updated plugin API to latest server, reenabled PluginManagerWidget 7 years ago
  Andrew Belt 093ecdbb94 Add param randomization, changed mapf to rescalef, other refactors 7 years ago
  Andrew Belt a76a6e7f5e revised Lights for Component Library, removed constructor argument from ModuleWidget 7 years ago
  Andrew Belt 70e3ab97b6 fix Linux audio by using asynchronous Portaudio instead of synchronous 7 years ago
  Andrew Belt aad709e62c Large refactor to modularize include files, add NanoSVG dependency, added Image/Font/SVG loader 7 years ago
  Andrew Belt 18628c86ab Now requires SSE, added RadioButton, added hardcoded minBLEP, added CPU usage button 7 years ago
  Andrew Belt 1696a2790a Added sample rate conversion to AudioInterface, added minBLEP to dsp.hpp 7 years ago
  Andrew Belt a18e4a4d6e Added ring buffers, made Rack a class, added stringf helper function, added VIPMutex/VIPLock, added sample rate and block size options to AudioInterface 7 years ago
  Andrew Belt a69ce98903 Added libsamplerate dependency, some general purpose DSP code 7 years ago
  Andrew Belt 06326a899a Changed how events work, added ModulePanel, added cable tension 7 years ago
  Andrew Belt 86e2fabf20 A few days of work 8 years ago
  Andrew Belt c1cae82918 Initial commit 8 years ago