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

Method GetReadPath

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

Source from the content-addressed store, hash-verified

73 void ClipTo(int start, int end);
74 void ShiftWrap(int numSamples);
75 std::string GetReadPath() const { return mReadPath; }
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; }

Callers 4

IsSamplePlayingMethod · 0.80
SaveKitsMethod · 0.80
CreateKitMethod · 0.80
LoadNextSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected