PreparePartConv

final case
class PreparePartConv(bufIn: Int, fftSize: Int) extends Command

OSC message for preparing a buffer with an impulse response for the PartConv UGen.

Value Params
bufIn

buffer id of the existing time domain signal content to prepare

fftSize

the partitioned convolution's fft size

Companion
object
trait Serializable
trait Command
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def args: Seq[Any]
def name: String
override
def readerKey: String
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final override
def productPrefix: String
Definition Classes
Command -> Product
Inherited from
Command