Implicit construction in the jack client

This commit is contained in:
paulfd 2019-09-17 14:52:27 +02:00
parent 8fd0924244
commit de757e0964

View file

@ -168,8 +168,7 @@ int main(int argc, char** argv)
std::cout << '\n';
sfz::Synth synth;
std::filesystem::path filename { filesToParse[0] };
synth.loadSfzFile(filename);
synth.loadSfzFile(filesToParse[0]);
std::cout << "==========" << '\n';
std::cout << "Total:" << '\n';
std::cout << "\tMasters: " << synth.getNumMasters() << '\n';