FluidKrToBuf:
Filter:
FluCoMa/Classes (extension) | Libraries > FluidCorpusManipulation

FluidKrToBuf
ExtensionExtension

Helper pseudo UGen for writing data into a buffer from a Kr stream

Description

Helper pseudo UGen for writing data into a buffer from a Kr stream. It only works with one-channel buffers.

Class Methods

.kr

Create a new instance of this pseudo UGen.

Arguments:

krStream

The Kr stream to write into the buffer.

buffer

The buffer to write the Kr stream into. Can be either a Buffer object, or an index poiting to a buffer.

krStartChan

The channel in the krStream to begin the reading from. The default is 0.

krNumChans

The number of channels in the krStream to read from starting at krStartChan The default of -1 will read from krStartChan to the max number of channels in the krStream.

destStartFrame

The frame in the buffer to begin writing into. The default is 0.

Returns:

This class.

Examples

Use with other FluCoMa objects: