You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basically add an argument to the SurgeStorage constructor which defaults to true to create the path if needed I guess. Then test with it absent to make sure we don't throw a fs::exception.
baconpaul
added a commit
to baconpaul/surge-rack
that referenced
this issue
Dec 13, 2022
1. Update SurgeStorage to have a config object as an argument.
2. Make it so that we don't create the Surge XT user dir unless
you reveal it. Closessurge-synthesizer#732
3. Scan the extra content path for wavetables; implement download;
implement download ui; remove 3rd party wt from vcvplugin.
Closessurge-synthesizer#710
1. Update SurgeStorage to have a config object as an argument.
2. Make it so that we don't create the Surge XT user dir unless
you reveal it. Closes#732
3. Scan the extra content path for wavetables; implement download;
implement download ui; remove 3rd party wt from vcvplugin.
Closes#710
Storage makes sure the user dir is there which is right for the vst. For rack we should use it if it is there of course but not create it.
The text was updated successfully, but these errors were encountered: