Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void Sample::Create(int length)
126
{
127
mData.Resize(length);
128
mData.SetNumActiveChannels(1);
129
Setup(length);
130
}
131
132
void Sample::Create(ChannelBuffer* data)
133
{
Callers
10
CheckboxUpdated
Method · 0.45
ImportSampleCuePoint
Method · 0.45
BounceRecording
Method · 0.45
CreateDuplicate
Method · 0.45
ButtonClicked
Method · 0.45
GrabSample
Method · 0.45
ButtonClicked
Method · 0.45
FillData
Method · 0.45
StopRecording
Method · 0.45
MouseReleased
Method · 0.45
Calls
6
BufferCopy
Function · 0.85
SetNumActiveChannels
Method · 0.80
NumActiveChannels
Method · 0.80
BufferSize
Method · 0.80
GetChannel
Method · 0.80
Resize
Method · 0.45
Tested by
no test coverage detected