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

Implement Signals for reading buffers and controlling phase #46

Open
colinbdclark opened this issue Jun 10, 2022 · 0 comments
Open

Implement Signals for reading buffers and controlling phase #46

colinbdclark opened this issue Jun 10, 2022 · 0 comments

Comments

@colinbdclark
Copy link
Contributor

In order to support user-specified wavetables (for oscillators, static envelopes, etc.), we need at least two new signals:

  1. Something like Flocking's readBuffer, which cycles through a buffer based on its phase input
  2. One or more phasors, which either take a specified frequency (such as in CSound) or a step size and rate per step (as in SuperCollider and Flocking) and integrate a normalized phase value (i.e. 0->1) accordingly. Either way, a trigger input should enable the phase to be reset to the beginning.
colinbdclark added a commit to colinbdclark/signaletic that referenced this issue Mar 21, 2023
lichen-community-systemsgh-22: Adds unit tests for sig_dsp_List and fixes its implementation.
colinbdclark added a commit to colinbdclark/signaletic that referenced this issue Mar 21, 2023
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

No branches or pull requests

1 participant