MacOS build
This commit is contained in:
parent
dbcf935ac8
commit
51d40c6daf
@ -422,7 +422,11 @@ void PaulstretchpluginAudioProcessorEditor::showSettingsMenu()
|
|||||||
}
|
}
|
||||||
if (r == 8)
|
if (r == 8)
|
||||||
{
|
{
|
||||||
processor.offlineRender(File("C:\\MusicAudio\\sourcesamples\\paultesmaus\\plugin_offline_test\\out.wav"));
|
#ifdef JUCE_WINDOWS
|
||||||
|
processor.offlineRender(File("C:\\MusicAudio\\sourcesamples\\paultesmaus\\plugin_offline_test\\out.wav"));
|
||||||
|
#else
|
||||||
|
processor.offlineRender(File("/Users/teemu/AudioProjects/sourcesamples/paultests/pspout.wav"));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
if (r == 9)
|
if (r == 9)
|
||||||
{
|
{
|
||||||
|
@ -21,6 +21,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include "PluginProcessor.h"
|
#include "PluginProcessor.h"
|
||||||
#include "PluginEditor.h"
|
#include "PluginEditor.h"
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#undef min
|
#undef min
|
||||||
|
Loading…
Reference in New Issue
Block a user