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

Method IsReady

Source/ModularSynth.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

PollMethod · 0.45
UpdateKeysMethod · 0.45
UpdateTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected