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

Wavetables hq #287

Merged
merged 5 commits into from
Jun 22, 2020
Merged

Wavetables hq #287

merged 5 commits into from
Jun 22, 2020

Conversation

jpcima
Copy link
Collaborator

@jpcima jpcima commented Jun 22, 2020

Support various qualities of oscillator playback.

  • 0: nearest
  • 1: linear
  • 2: high
  • 3: dual-high

example: <region> sample=*saw oscillator_quality=3

The quality dual-high interpolates from a pair of adjacent tables.
In this case, a fractional table position is looked up from a table.

The wavetables will allocate extra elements before.
This is to accomodate with the polynomial interpolator.

@jpcima jpcima requested a review from paulfd June 22, 2020 11:18
src/sfizz/Voice.cpp Outdated Show resolved Hide resolved
src/sfizz/Voice.cpp Outdated Show resolved Hide resolved
@jpcima jpcima merged commit 792b62c into sfztools:develop Jun 22, 2020
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.

2 participants