Andrew Belt
|
7c2e8c6780
|
Rename randomSeedTime to randomInit and assert that it's called only
once
|
6 years ago |
Andrew Belt
|
95d54e557f
|
Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO
|
6 years ago |
Andrew Belt
|
67162e3899
|
Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now.
Add detection code for legacy1 mode for patch files.
Initialize patch on launch if the last launch crashed after 15 seconds.
|
6 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
because it also doesn't work with -ffast-math
|
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 |
Andrew Belt
|
de5c9ca2af
|
Added Scene::createMenu(), renamed arch macros to ARCH_*
|
7 years ago |
Andrew Belt
|
412759de29
|
Fixed current working directory on macOS Sierra, probably
http://stackoverflow.com/questions/42600770/chdir-to-the-location-of-the-app-bundle-in-c-macos-application#comment72481655_42637115
|
7 years ago |
Andrew Belt
|
12ff32e3ca
|
Add plugin manager for downloading plugins within the application, add libzip and curl dependency
|
7 years ago |
Andrew Belt
|
3f8b5ad055
|
Renamed scene.hpp to app.hpp, moved app stuff to src/app
|
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
|
58974d5530
|
Added Davies knobs, added SVG renderer
|
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
|
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
|
5ac56a858a
|
Fixed bug with ParamWidget serialization, other minor fixes
|
7 years ago |
Andrew Belt
|
991ec67f75
|
Fixed build on Linux, hopefully fixed framebuffer size on high-DPI
screens
|
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
|
c6f1ff3dc7
|
Fix macOS build
|
8 years ago |
Andrew Belt
|
c1cae82918
|
Initial commit
|
8 years ago |