mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
PSound2 is complete and working
This commit is contained in:
@@ -39,6 +39,9 @@ public class PSound {
|
||||
PApplet applet;
|
||||
|
||||
|
||||
public PSound() { } // for subclass
|
||||
|
||||
|
||||
public PSound(PApplet applet, InputStream input) {
|
||||
this.applet = applet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user