calloc

Template for allocating single instances of class or arrays of classes for multiple channels.

Members

Functions

init
EffectName init(Args args)

Returns a new instance of EffectName

numChannels
EffectName[] numChannels(int n, Args args)

Returns an initialized array of the given template parameter.

Meta