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