some app controls, format preserve, start of autotune speed
This commit is contained in:
@ -59,7 +59,8 @@ inline std::unique_ptr<InputStream> createAssetInputStream (const char* resource
|
||||
[[maybe_unused]] AssertAssetExists assertExists = AssertAssetExists::yes)
|
||||
{
|
||||
|
||||
auto assetsDir = File::getCurrentWorkingDirectory().getChildFile("..\\..\\Assets");
|
||||
// auto assetsDir = File::getCurrentWorkingDirectory().getChildFile("..\\..\\Assets");
|
||||
File assetsDir("C:\\Users\\mickl\\Desktop\\Plugins\\Harmonizer\\Assets");
|
||||
|
||||
auto resourceFile = assetsDir.getChildFile (resourcePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user