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

Method filesDropped

Source/MainComponent.cpp:533–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 void filesDropped(const StringArray& files, int x, int y) override
534 {
535 std::vector<std::string> strFiles;
536 for (auto file : files)
537 strFiles.push_back(file.toStdString());
538 mSynth.FilesDropped(strFiles, x, y);
539 }
540
541 std::string GetAudioDevices()
542 {

Callers

nothing calls this directly

Calls 1

FilesDroppedMethod · 0.45

Tested by

no test coverage detected