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

Method UnstableModWheel

Source/UnstableModWheel.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "UIControlMacros.h"
32
33UnstableModWheel::UnstableModWheel()
34{
35
36 for (int voice = 0; voice < kNumVoices; ++voice)
37 mModulation.GetModWheel(voice)->CreateBuffer();
38}
39
40void UnstableModWheel::Init()
41{

Callers

nothing calls this directly

Calls 2

CreateBufferMethod · 0.80
GetModWheelMethod · 0.45

Tested by

no test coverage detected