Silence:
Filter:
Description
Class methods
ar
Inherited class methods
Instance methods
ar
Inherited instance methods
Classes (extension)
|
Libraries
>
crucial
>
Players
Silence
:
SynthlessPlayer
:
AbstractPlayer
:
AbstractFunction
:
Object
Extension
A placeholder audio rate player that makes no sound
Source:
Silence.sc
Subclasses:
ObjectNotFound
,
PlayerInputProxy
Description
Silence.new.play
// this causes an error Patch({ arg audio; RLPF.ar(audio,1300) },[ 0.0 ]).play;
// Silence uses no cpu at all Patch({ arg audio; RLPF.ar(audio,1300) },[ Silence.new ]).play
Class Methods
Silence.
ar
(
... args
)
Arguments:
... args
Inherited class methods
Instance Methods
.
ar
Inherited instance methods
helpfile source:
/home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/HelpSource/Classes/Silence.schelp
link::Classes/Silence::