BBCut icon indicating copy to clipboard operation
BBCut copied to clipboard

[NOT MAINTAINED]

Results 6 BBCut issues
Sort by recently updated
recently updated
newest added

popular with the electroacoustic kids and probably not much work to implement. low priority since it's not in high demand.

enhancement

PmonoArtic is fine with playExt, unless there are rests and rearticulations, in which case it loses track of notes, so they continue forever. To reproduce: ``` ( c = ExternalClock(TempoClock.default);...

bug

This is pretty important since BBCut can't mesh with any pattern-based system, severely restricting its use in compositions. This was suggested in some TODO in the code, can't remember where.

enhancement

The Sugar Bytes plugin Looperator has some overlap with BBCut. Both concern similar genres of music and have random automation features, but BBCut focuses on sequencing while Looperator focuses on...

Getting BBCut2 to work with NodeProxy is in demand: https://www.listarc.bham.ac.uk/lists/sc-users-2005/msg05140.html http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/BBcut2-with-jitlib-td5448352.html

enhancement

When the clock tempo is faster than the buffer tempo, CutBuf3 swells in volume for fast rolls: ``` ~buf = BBCutBuffer(Platform.resourceDir +/+ "sounds/break.aiff", 8); BBCut2(CutBuf1(~buf, 0.5), WarpCutProc1()).play(3.5); // ok BBCut2(CutBuf2(~buf,...