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

Add lfoN_beats #553

Merged
merged 13 commits into from
Dec 12, 2020
Merged

Add lfoN_beats #553

merged 13 commits into from
Dec 12, 2020

Conversation

jpcima
Copy link
Collaborator

@jpcima jpcima commented Nov 15, 2020

Based on #364
This permits the phase of LFO to be driven by the musical clock.
It implements the opcode lfoN_beats.

Depending whether the opcode is used or not, and whether the hosts provides the musical clock, the code will select 1 of 2 paths for phase generation.
The value is taken to be the number of beats that span a period of the LFO.

Decoupling phase and waveform generation opens new possibilities for improvement.

  • vectorize the wave generation
  • implement lfoN_count, at the phase generator level

@jpcima jpcima requested a review from paulfd November 15, 2020 17:40
@jpcima jpcima merged commit d13dbe5 into sfztools:develop Dec 12, 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.

1 participant