macOs build fixes

This commit is contained in:
xenakios 2018-06-01 01:23:33 +03:00
parent e8d47459a4
commit 27aabd5e57
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ void RenderSettingsComponent::buttonClicked (Button* buttonThatWasClicked)
} }
else if (buttonThatWasClicked == &buttonSelectFile) 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...", FileChooser myChooser("Please select audio file to render...",
lastexportfolder, lastexportfolder,
"*.wav"); "*.wav");

View File

@ -11,7 +11,7 @@
pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0"
pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulxstretchAU" pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulxstretchAU"
aaxIdentifier="com.yourcompany.paulstretchplugin" pluginAAXCategory="2" 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"> <MAINGROUP id="nozXHl" name="PaulXStretch">
<GROUP id="{03DA6B32-F666-FF60-F168-4385D0847058}" name="Source"> <GROUP id="{03DA6B32-F666-FF60-F168-4385D0847058}" name="Source">
<FILE id="RanaVV" name="RenderSettingsComponent.cpp" compile="1" resource="0" <FILE id="RanaVV" name="RenderSettingsComponent.cpp" compile="1" resource="0"