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

Method Create

Source/Sample.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Sample::Create(int length)
126{
127 mData.Resize(length);
128 mData.SetNumActiveChannels(1);
129 Setup(length);
130}
131
132void Sample::Create(ChannelBuffer* data)
133{

Callers 10

CheckboxUpdatedMethod · 0.45
ImportSampleCuePointMethod · 0.45
BounceRecordingMethod · 0.45
CreateDuplicateMethod · 0.45
ButtonClickedMethod · 0.45
GrabSampleMethod · 0.45
ButtonClickedMethod · 0.45
FillDataMethod · 0.45
StopRecordingMethod · 0.45
MouseReleasedMethod · 0.45

Calls 6

BufferCopyFunction · 0.85
SetNumActiveChannelsMethod · 0.80
NumActiveChannelsMethod · 0.80
BufferSizeMethod · 0.80
GetChannelMethod · 0.80
ResizeMethod · 0.45

Tested by

no test coverage detected