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

Fluid Corpus Manipulation plugins for Supercollider

Results 26 flucoma-sc issues
Sort by recently updated
recently updated
newest added

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...

### Please tell us what you were doing! You can include code and files by drag and dropping them into the text area. Trying to `.dump` a DataSet as an...

bug

Hello flucomers! The basic example of `FluidBufNMF` is crashing my sc server: ``` // =============== decompose some sounds =============== // let's decompose the drum loop that comes with the FluCoMa...

FluidConcat, FluidETC, FluidShannonEntropy, , FluidShannonEntropyKR

to remove duplicate code scattered over many classes, prProcessSelect becomes FluidProcessSelect, and buffer validation for BufProcessors is now a method inherited from FluidBufProcessor. FluidProcessSelect usage: ```sclang // FluidSpectralShape const

Hello FluCoMa devs, We are planning to upgrade boost in SuperCollider: https://github.com/supercollider/supercollider/pull/5924. That solves at least one issue in SC. As I understand, this will make the release build of...

This code crashes every time in Test compile: ``` ({var in = SinOsc.ar(LFNoise0.kr(3).exprange(100,1000).lag(0.01)); var value = FluidNoveltyFeature.kr(in,3,10,10,512); Out.kr(2, (value*10).lag(0.2)); // look at the scope channel 3 control Out.ar(0,in); }.play;) ```...

as disucssed with @weefuzzy we had a pre 3.6 home-made parser. we could implement it as a fall back with try like in FluidSound, or just remove it and replace...

enhancement