Skip to content

Commit

Permalink
Removed unimplemented function
Browse files Browse the repository at this point in the history
  • Loading branch information
roymacdonald committed Dec 22, 2022
1 parent dd480a6 commit 1887d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ofxMultiSoundPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class ofxMultiSoundPlayer: public ofxBaseSoundPlayer {
OF_DEPRECATED_MSG("Use isLooping() instead", bool getIsLooping(size_t index =-1) const);
virtual unsigned long getDurationMS() override;

const ofSoundBuffer & getCurrentBuffer() const;
const ofSoundBuffer & getBuffer() const;
ofEvent<size_t> endEvent;
ofEvent<void>& getAsyncLoadEndEvent();
Expand Down

0 comments on commit 1887d6e

Please sign in to comment.