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

Method LengthInSamples

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

Source from the content-addressed store, hash-verified

61 std::string Name() const { return mName; }
62 void SetName(std::string name) { mName = name; }
63 int LengthInSamples() const { return mNumSamples; }
64 int NumChannels() const { return mData.NumActiveChannels(); }
65 ChannelBuffer* Data() { return &mData; }
66 double GetPlayPosition() const { return mOffset; }

Callers 15

SampleDroppedMethod · 0.80
ProcessMethod · 0.80
FilesDroppedMethod · 0.80
ReadEchonestLineMethod · 0.80
ButtonClickedMethod · 0.80
DoWriteMethod · 0.80
OnClickedMethod · 0.80
DrawModuleMethod · 0.80
StartTimeMethod · 0.80
GetInsertPositionMethod · 0.80
RemoveBlokAtMethod · 0.80
FloatSliderUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected