macOs build fixes
This commit is contained in:
		@@ -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");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user