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

Provide a way of querying the "current" output value of a Signal #19

Open
colinbdclark opened this issue Jan 15, 2022 · 0 comments
Open

Comments

@colinbdclark
Copy link
Contributor

There are lots of situations where one might like to get the value of a Signal for purposes other than generating audio, outside of the main sample generation loop. For example, in Starloop (the Bluemchen Looper built with Starlings), the playback speed of a loop is determined by adding two different sources together (using star_sig_Add:

  1. a value set with the encoder (using star_sig_Accumulate)
  2. the CV signal from the "speedMod" CV input jack

As it stands now, there's now way to "safely" see what value is actually being calculated for the speed. As in Flocking, there should be some means by why the Signal stores its last output (so at control rate) in a conventional place where it can eventually be accessed by the Starlings "bus."

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