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

Method FilesDropped

Source/Beats.cpp:133–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void Beats::FilesDropped(std::vector<std::string> files, int x, int y)
134{
135 for (auto file : files)
136 {
137 Sample* sample = new Sample();
138 sample->Read(file.c_str());
139 SampleDropped(x, y, sample);
140 }
141
142 mHighlightColumn = -1;
143}
144
145void Beats::SampleDropped(int x, int y, Sample* sample)
146{

Callers 1

filesDroppedMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected