Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/processing/sound/AudioSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public void play() {
// for improved handling by the user, could return a reference to
// whichever audiosample object is the actual source (i.e. JSyn
// container) of the newly triggered playback
// return source;
return source;
}

public void play(float rate) {
Expand Down