MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / IsPlaying

Method IsPlaying

Source/Sample.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 static bool WriteDataToFile(const std::string& path, float** data, int numSamples, int channels = 1);
77 static bool WriteDataToFile(const std::string& path, ChannelBuffer* data, int numSamples);
78 bool IsPlaying() const { return mOffset < mNumSamples; }
79 void LockDataMutex(bool lock) { lock ? mDataMutex.lock() : mDataMutex.unlock(); }
80 void Create(int length);
81 void Create(ChannelBuffer* data);

Callers 2

IsSamplePlayingMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected