flucoma-sc icon indicating copy to clipboard operation
flucoma-sc copied to clipboard

Feature/voice allocator

Open tremblap opened this issue 2 years ago • 1 comments

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 avatar Feb 27 '23 20:02 tremblap

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

tremblap avatar Feb 27 '23 20:02 tremblap