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

Method Init

Source/Beats.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void Beats::Init()
44{
45 IDrawableModule::Init();
46
47 TheTransport->AddListener(this, kInterval_1n, OffsetInfo(0, true), false);
48}
49
50void Beats::CreateUIControls()
51{

Callers 12

InitializeMethod · 0.45
LoadModulesMethod · 0.45
FMSynthMethod · 0.45
KarplusStrongMethod · 0.45
SetupMethod · 0.45
ResetLayoutMethod · 0.45
DuplicateModuleMethod · 0.45
SpawnModuleOnTheFlyMethod · 0.45
KompleteKontrolMethod · 0.45
MainContentComponentMethod · 0.45
SingleOscillatorMethod · 0.45
SamplerMethod · 0.45

Calls 2

OffsetInfoClass · 0.85
AddListenerMethod · 0.45

Tested by

no test coverage detected