66 Commits (25779027a81faeadeba7ac5fbe9877ff7c41baa4)

Author SHA1 Message Date
  Andrew Belt abc34603d9 Add WidgetState 6 years ago
  Andrew Belt dd02ec52ad Move Widget class to header, wrap settings, keyboard, and gamepad in namespace 6 years ago
  Andrew Belt 34af736ee5 Add rack0.hpp backward compatibility header for ease of migration 6 years ago
  Andrew Belt 587f936a99 Move random to its own namespace, shuffle files around 6 years ago
  Andrew Belt 3fa78176e2 Move asset to its own namespace 6 years ago
  Andrew Belt bee6f658cf Move logger to its own namespace, add macros to macros.hpp 6 years ago
  Andrew Belt dcb214a122 Fix last path when using command line to open patch 6 years ago
  Andrew Belt 6827b127ac Prevent multiple Rack instances on Windows 6 years ago
  Andrew Belt 9d1d08105d Add -g and -l command line arguments 7 years ago
  Andrew Belt 6c817f8d4c Add module preset copy, paste, load, and save 7 years ago
  Andrew Belt 1fd0cc8b67 Clear lastPath if user prompts to clear a previously-crashed patch 7 years ago
  Andrew Belt 8ae99e2ef0 Added version check 7 years ago
  Andrew Belt cbf2d8bb8a Fix onCreate() call 7 years ago
  Andrew Belt b6b6ec8553 Remove RELEASE=1 flag, use ./Rack for release, ./Rack -d for development 7 years ago
  Andrew Belt 036d1a4b83 Revise way to initialize MIDI drivers 7 years ago
  Andrew Belt 64458ce60f Use hex strings for colors in patch file instead of object 7 years ago
  Andrew Belt d3fa318d32 Open patch with command-line argument, set Windows global directory to 7 years ago
  Andrew Belt c6b7b90839 Clean up temporary code, properly handle unsubscribing from rtmidi 7 years ago
  Andrew Belt ba275e31e5 Massive refactor to MIDI API, re-enable Bridge 7 years ago
  Andrew Belt e7171e9a3e Added colors to logger (terminal mode only), use notes for gamepad 7 years ago
  Andrew Belt ef64c13287 Add systemOpenBrowser 7 years ago
  Andrew Belt 3177ec30fc Use POSIX implementation of filesystemListDirectory 7 years ago
  Andrew Belt b5e1bd4365 Add scratch filesystemListDirectory 7 years ago
  Andrew Belt 13cbc78f23 Add timestamp to logger, remove version check at boot and .vcv file 7 years ago
  Andrew Belt 0798f2844d Reorganize ParamWidgets, introduce Component as shared base class 7 years ago
  Andrew Belt 7adea8372e Add bridge.cpp and bridge.hpp for initial work in Bridge server 7 years ago
  Andrew Belt e51ce44588 Remove PulseAudio from default Linux rtaudio build, fix lastPath being overwritten when autosave is loaded, add List, replace AddModuleWindow with Sublime Text-like browser (partially complete) 7 years ago
  Andrew Belt df297d3291 Merge ext with dep, add Rack-SDK zip file to dist 7 years ago
  Andrew Belt 979e44f650 Rename gui.hpp to window.hpp 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 80a2d923f2 Rename randomSeedTime to randomInit and assert that it's called only 7 years ago
  Andrew Belt 5e6463f5af Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO 7 years ago
  Andrew Belt 575e4df2fd Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now. 7 years ago
  Andrew Belt 82571d79a1 Remove command line patch launching 7 years ago
  Andrew Belt 85c75eef33 Changed log() to info(), warn(), and fatal() 7 years ago
  Andrew Belt acb1eb6092 Add file mode to log.txt file 7 years ago
  Andrew Belt b10d1122bb Added log() logger with INFO, WARN, and ERROR levels 7 years ago
  Andrew Belt d24bed83e2 Print version at boot 7 years ago
  Andrew Belt 6d861f37aa Replace C++ RNG with xoroshiro128+ and Box-Muller 7 years ago
  Andrew Belt 55088c0183 Use My Documents/Rack for local directory on Windows 7 years ago
  Andrew Belt 7c31edd21f Save lastPath in settings 7 years ago
  Andrew Belt ba49dd6cb4 Change build system to create standalone app bundle with resources inside, use ~/Documents/Rack as local directory 7 years ago
  Andrew Belt a16a9e1b5f Added asset.hpp for managing paths, Plugin instance created by Rack instead of the shared library, attempt to load plugins from global and then local location 7 years ago
  Andrew Belt 9e5076a42f Use autosave.vcv instead of autosave.json 7 years ago
  Andrew Belt c362112e89 Command line open patches, Ctrl+N for New Patch, Ctrl+Q for quit 7 years ago
  Andrew Belt 889009e911 Remove glibc version statement because that didn't work, remove isFinite 7 years ago
  Andrew Belt 06350355cd Use older version of glibc on Linux 7 years ago
  Andrew Belt bf2032c3e0 Autosave settings: opacity, tension, authentication token 7 years ago
  Andrew Belt e59373405c Fix Mac `make dist` 7 years ago