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

Method filesDropped

Source/PluginEditor.cpp:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 repaint();
361}
362void GRainbowAudioProcessorEditor::filesDropped(const juce::StringArray& files, int, int) {
363 jassert(files.size() == 1);
364 mIsFileHovering = false;
365 repaint();
366 loadFile(juce::File(files[0]));
367}
368
369/** Pauses audio to open file
370 @param path optional path to load, otherwise will prompt user for file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected