Pluck

final case
class Pluck(in: GE, trig: GE, maxDelayTime: GE, delayTime: GE, decayTime: GE, coeff: GE) extends SingleOut with AudioRated

A Karplus-Strong UGen.

Value Params
coeff

the coefficient of the internal OnePole filter. Values should be between -1 and +1 (larger values will be unstable... so be careful!).

decayTime

Time for the echoes to decay by 60 decibels. Negative times emphasize odd partials.

delayTime

Delay time in seconds.

in

An excitation signal.

maxDelayTime

Maximum delay time in seconds (initializes the internal delay buffer). ''(init-time only)''

trig

Upon a negative to positive transition, the excitation signal will be fed into the delay line.

Companion
object
trait Serializable
trait AudioRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
AudioRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource