| 395 | } |
| 396 | |
| 397 | void 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 | |
| 404 | void SamplerGrid::SampleDropped(int x, int y, Sample* sample) |
| 405 | { |