working on PSound, also file i/o API and die()

This commit is contained in:
benfry
2005-02-04 17:36:12 +00:00
parent fc42c80afd
commit feb4d1c84d
5 changed files with 208 additions and 87 deletions

View File

@@ -1534,8 +1534,7 @@ public class PdeSketch {
File exportSettings = new File(libraryFolder, "export.txt");
String exportList[] = null;
if (exportSettings.exists()) {
//exportList = PApplet.loadStrings(exportSettings);
String info[] = PApplet.loadStrings(exportSettings);
String info[] = PdeBase.loadStrings(exportSettings);
for (int i = 0; i < info.length; i++) {
if (info[i].startsWith("applet")) {
int idx = info[i].indexOf('='); // get applet= or applet =