Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ init
Method
init
distrho/src/DistrhoPluginVST3.cpp:338–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
InputEvent* lastEvent;
337
338
void init()
339
{
340
numUsed = 0;
341
firstSampleOffset = lastSampleOffset = 0;
342
firstEvent = nullptr;
343
}
344
345
uint32_t convert(MidiEvent midiEvents[kMaxMidiEvents]) const noexcept
346
{
Callers
1
process
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected