Andrew Belt
|
a77f47dc52
|
Clean up `library::` app updater a bit.
|
4 years ago |
Andrew Belt
|
155ae4ead6
|
Rename `updater::` to `library::`. Move VCV Library synchronization code from `plugin::` to `library::`.
|
4 years ago |
Andrew Belt
|
3bdf4bf06c
|
Take screenshot when patch is saved (Currently disabled).
|
4 years ago |
Andrew Belt
|
8a50d39b7f
|
Make system::archiveFolder and unarchiveToFolder work on Windows with
Unicode. Rename UTF8toUTF16 to U8toU16 and switch back to std::wstring
instead of std::u16string.
|
4 years ago |
Andrew Belt
|
53cf78eb72
|
Add rough code to load/save patch to new autosave directory.
|
4 years ago |
Andrew Belt
|
dd0e670050
|
Fix wchar_t/char16_t distinction on Windows.
|
4 years ago |
Andrew Belt
|
d7dfc0492a
|
Destroy plugins after destroying audio and MIDI drivers, because plugins that register their own audio/MIDI drivers need to be kept loaded when the drivers are destructed.
|
4 years ago |
Andrew Belt
|
b0bde7453b
|
Remove Context::init(). Instead, initialize application manually in the standalone launcher.
|
4 years ago |
Andrew Belt
|
dee649db0f
|
Break Rack into libRack shared library and lightweight standalone Rack executable.
|
4 years ago |