| 602 | } |
| 603 | |
| 604 | void PatchBrowser::paint(Graphics &g) { |
| 605 | g.drawImageAt(UIAssetManager::getInstance()->getUIAsset(UIAssets::Indices::Presets_back, ConfigFileManager::getInstance().getOptionGuiScale()), 0, 0); |
| 606 | } |
| 607 | |
| 608 | void PatchBrowser::loadPatchFromOpenedFileStream(juce::FileInputStream &p_file_stream) { |
| 609 | //first see if the patch is of a higher version than we know about: |
nothing calls this directly
no test coverage detected