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

Method NoteSinger

Source/NoteSinger.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "Profiler.h"
30
31NoteSinger::NoteSinger()
32: IAudioReceiver(gBufferSize)
33{
34 TheScale->AddListener(this);
35
36 mWorkBuffer = new float[GetBuffer()->BufferSize()];
37 Clear(mWorkBuffer, GetBuffer()->BufferSize());
38
39 OnScaleChanged();
40}
41
42void NoteSinger::Init()
43{

Callers

nothing calls this directly

Calls 3

ClearFunction · 0.85
BufferSizeMethod · 0.80
AddListenerMethod · 0.45

Tested by

no test coverage detected