MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / fastDebugMode

Method fastDebugMode

Source/PluginEditor.cpp:519–525  ·  view source on GitHub ↗

Fast Debug Mode is used to speed up iterations of testing This method should be called only once and no-op if not being used */

Source from the content-addressed store, hash-verified

517 This method should be called only once and no-op if not being used
518*/
519void GRainbowAudioProcessorEditor::fastDebugMode() {
520#ifdef FDB_LOAD_FILE
521 // Loads a file right away - make sure macro is in quotes in Projucer
522 DBG("Fast Debug Mode - Loading file " << FDB_LOAD_FILE);
523 openNewFile(FDB_LOAD_FILE);
524#endif // FDB_LOAD_FILE
525}

Callers 1

createEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected