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

Method SetName

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

Source from the content-addressed store, hash-verified

60 void SetRate(float rate) { mRate = rate; }
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; }

Callers 15

FilterVizMethod · 0.45
AddEffectMethod · 0.45
FeedbackModuleMethod · 0.45
TitleBarMethod · 0.45
ButtonClickedMethod · 0.45
InitMethod · 0.45
TakeModuleMethod · 0.45
TextEntryCompleteMethod · 0.45
AddTrackMethod · 0.45
KarplusStrongMethod · 0.45
TextEntryCompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected