PSound2 is complete and working

This commit is contained in:
benfry
2005-02-05 00:49:25 +00:00
parent 5bd2aad5b0
commit 34b26d6975
2 changed files with 30 additions and 5 deletions

View File

@@ -39,6 +39,9 @@ public class PSound {
PApplet applet;
public PSound() { } // for subclass
public PSound(PApplet applet, InputStream input) {
this.applet = applet;