Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse oscillator=auto and only have implicit wavetables if the file is short AND wavetable tags are in #954

Merged
merged 2 commits into from
Jul 27, 2021

Conversation

paulfd
Copy link
Member

@paulfd paulfd commented Jul 20, 2021

Closes: #916

@paulfd paulfd requested a review from jpcima July 20, 2021 10:25
@@ -638,7 +638,7 @@ void Synth::Impl::finalizeSfzLoad()
region.sampleId.reset(new FileId("*silence"));
region.hasWavetableSample = false;
} else {
region.hasWavetableSample |= true;
region.hasWavetableSample &= true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a useless statement.

@jpcima jpcima merged commit 03472da into sfztools:develop Jul 27, 2021
@paulfd paulfd deleted the short-audio-files branch January 21, 2022 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Short audio files don't get played completely
2 participants