Buffer
- BeatCutter: Cuts a buffer into segment_count segments, and stutters/jumps with the given probabilities.
- BufferLooper: Read and write from a buffer concurrently, with controllable overdub.
- BufferPlayer: Plays the contents of the given buffer.
start_time
/end_time
are in seconds. When aclock
signal is received, rewinds to thestart_time
. Setclock
to0
to prevent the buffer from being triggered immediately. - BufferRecorder: Records the input to a buffer. feedback controls overdub.
- FeedbackBufferReader: Counterpart to FeedbackBufferWriter.
- FeedbackBufferWriter: Counterpart to FeedbackBufferReader.
- SegmentPlayer: Trigger segments of a buffer at the given onset positions.
Last update:
2024-06-20
Created: 2023-11-09
Created: 2023-11-09