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 */
| 517 | This method should be called only once and no-op if not being used |
| 518 | */ |
| 519 | void 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 | } |