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

Feature/voice allocator #158

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

tremblap
Copy link
Member

an almost working attempt at it. Not changing the wrapper is most probably the culprit but kr inputs have to arrive together bundled so the rationale here would be to keep it as a single kr in of format in+in1+in2

it is almost working - monitoring the state of the data, before it crashes to overwrite in triple input size, this gets the right values in:

```{FluidVoiceAllocator.kr(DC.kr((0..4)), DC.kr((10..14)), DC.kr((100..104))).poll(1);Silent.ar}.play````

any input welcome

@tremblap
Copy link
Member Author

my hunch is that around line 184 of the wrapper we need to do something - most probably a modulo around the size of one input which we would query/pass I don't know how

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.

None yet

2 participants