Implicit construction in the jack client
This commit is contained in:
parent
8fd0924244
commit
de757e0964
1 changed files with 1 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue