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

Method FilesDropped

Source/SamplerGrid.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void SamplerGrid::FilesDropped(std::vector<std::string> files, int x, int y)
398{
399 Sample sample;
400 sample.Read(files[0].c_str());
401 SampleDropped(x, y, &sample);
402}
403
404void SamplerGrid::SampleDropped(int x, int y, Sample* sample)
405{

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected