Make sure the test files are not processed as wavetables
This commit is contained in:
parent
e310a4efe9
commit
fdfcee78f6
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ TEST_CASE("[Files] Key center from audio file")
|
||||||
{
|
{
|
||||||
sfz::Synth synth;
|
sfz::Synth synth;
|
||||||
synth.loadSfzString(fs::current_path() / "tests/TestFiles/sample_keycenter.sfz", R"(
|
synth.loadSfzString(fs::current_path() / "tests/TestFiles/sample_keycenter.sfz", R"(
|
||||||
<group> pitch_keycenter=sample
|
<group> pitch_keycenter=sample oscillator=off
|
||||||
<region> sample=root_key_38.wav
|
<region> sample=root_key_38.wav
|
||||||
<region> sample=root_key_62.wav
|
<region> sample=root_key_62.wav
|
||||||
<region> sample=root_key_38.flac
|
<region> sample=root_key_38.flac
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue