macOs build fixes
This commit is contained in:
parent
e8d47459a4
commit
27aabd5e57
@ -177,7 +177,7 @@ void RenderSettingsComponent::buttonClicked (Button* buttonThatWasClicked)
|
||||
}
|
||||
else if (buttonThatWasClicked == &buttonSelectFile)
|
||||
{
|
||||
File lastexportfolder = ""; // File(g_propsfile->getValue("last_export_file")).getParentDirectory();
|
||||
File lastexportfolder; // File(g_propsfile->getValue("last_export_file")).getParentDirectory();
|
||||
FileChooser myChooser("Please select audio file to render...",
|
||||
lastexportfolder,
|
||||
"*.wav");
|
||||
|
@ -11,7 +11,7 @@
|
||||
pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0"
|
||||
pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulxstretchAU"
|
||||
aaxIdentifier="com.yourcompany.paulstretchplugin" pluginAAXCategory="2"
|
||||
jucerVersion="5.3.1" headerPath=" " pluginFormats="buildVST,buildAU,buildStandalone">
|
||||
jucerVersion="5.3.2" headerPath=" " pluginFormats="buildVST,buildAU,buildStandalone">
|
||||
<MAINGROUP id="nozXHl" name="PaulXStretch">
|
||||
<GROUP id="{03DA6B32-F666-FF60-F168-4385D0847058}" name="Source">
|
||||
<FILE id="RanaVV" name="RenderSettingsComponent.cpp" compile="1" resource="0"
|
||||
|
Loading…
Reference in New Issue
Block a user