You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewRuntimeException("in order to use the PortAudio drivers, you need to give Processing permission to open the PortAudio library file.\n\n============================== ENABLING PORTAUDIO ON MAC OS X ==============================\n\nPlease follow these steps to enable PortAudio (dont worry, you only need to do this once):\n\n - if you pressed 'Move to Bin' in the previous popup, you will need first need to restore the\n library file: please find libjportaudio.jnilib in your Bin, right click and select 'Put Back'\n\n - go to System Preferences > Security & Privacy> General. At the bottom you will see\na message saying that 'libjportaudio.jnilib was blocked'. Press 'Allow Anyway'. When you\nrun this sketch again you should get another popup, just select 'Open' and you're done!\n\n============================================================================================");
96
+
} elseif (Engine.verbose) {
97
+
e.printStackTrace();
88
98
}
89
99
thrownewRuntimeException("PortAudio is not supported on this operating system/architecture");
90
100
} finally {
91
101
System.setOut(originalStream);
102
+
System.setErr(originalErr);
92
103
}
93
104
}
94
105
@@ -390,13 +401,12 @@ protected int selectOutputDevice(int deviceId) {
390
401
// try portaudio access to the same device -- need get the name of the
391
402
// old output device and re-select it on the new device manager
0 commit comments