Use the command line switch
Stupid me
This commit is contained in:
parent
f93db0438d
commit
787fdd26ae
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ int main(int argc, char** argv)
|
|||
sfz::Synth synth;
|
||||
synth.setSamplesPerBlock(blockSize);
|
||||
synth.setSampleRate(sampleRate);
|
||||
synth.setSampleQuality(sfz::Synth::ProcessMode::ProcessFreewheeling, 1);
|
||||
synth.setSampleQuality(sfz::Synth::ProcessMode::ProcessFreewheeling, quality);
|
||||
synth.enableFreeWheeling();
|
||||
|
||||
if (params.count("log") > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue