CutTape:
Filter:
BBCut/Classes (extension) | Libraries > BBCut > Cut FX

CutTape
ExtensionExtension

BBCut2 tape slow effect

Description

CutTape adds a tape slow effect to a BBCut2 block.

All arguments can be constant values, but they can also be anything that responds to .value. In the latter case, .value is called every block, with the current block as an argument.

Class Methods

.new

Arguments:

choicefunc

Run the effect whenever this is true. Defaults to { 0.1.coin }.

dutyfunc

Determines the duty cycle of the tape slow effect, from 0 to 1. Defaults to 0.7.

Examples