| 218 | } |
| 219 | |
| 220 | bool ModularSynth::IsReady() |
| 221 | { |
| 222 | return gTime > 100; |
| 223 | } |
| 224 | |
| 225 | void ModularSynth::Setup(juce::AudioDeviceManager* globalAudioDeviceManager, juce::AudioFormatManager* globalAudioFormatManager, juce::Component* mainComponent, juce::OpenGLContext* openGLContext) |
| 226 | { |
no outgoing calls
no test coverage detected