mc.buffir~
Description
Use buffir~ object when you need a finite impulse response (FIR) filter that convolves an input signal with samples from an input buffer.
Arguments
Attributes
Common Box Attributes
Multichannel Group Attributes
Messages
int
Arguments
read-offset
[int]
float
Arguments
read-offset
[float]
clear
The word
erases (zeroes) the current input history for the filter. (mouse)
set
Arguments
buffer-name
[symbol]
read-offset [int]
read-duration [int]
, followed by the name of a read-offset [int]
read-duration [int]
signal
In left inlet: The signal to be convolved with samples from the buffer~.
In middle inlet: The offset (in samples) into the filter buffer~ from which the buffir~ object begins to read.
In right inlet: The size of the slice from the filter buffer~ which is used to filter the input signal, in samples. The maximum is 4096.
In middle inlet: The offset (in samples) into the filter buffer~ from which the buffir~ object begins to read.
In right inlet: The size of the slice from the filter buffer~ which is used to filter the input signal, in samples. The maximum is 4096.
Multichannel Group Messages
Output
signal
The filtered signal, based on a convolution of the input signal with samples in the buffer~.
See Also
Name | Description |
---|---|
biquad~ | |
buffer~ | |
cascade~ | |
Audio Filtering | Audio Filtering |