Squeak Class Documentation category index | class index  
 
ReverbSound
  category: Sound-Synthesis
  superclass: AbstractSound
  subclasses:

No comment. Sorry.

instance methods
  accessing
  sound
sound:
tapDelays:gains:

  copying
  copy
copySound

  private
  applyReverbTo:startingAt:count:

  sound generation
  doControl
mixSampleCount:into:startingAt:leftVol:rightVol:
reset
samplesRemaining

class methods
  no messages
 

instance methods
  accessing top  
 

sound


 

sound:


 

tapDelays:gains:

ReverbSound new tapDelays: #(537 691 1191) gains: #(0.07 0.07 0.07)


  copying top  
 

copy

Copy my component sound.


 

copySound

Private! Support for copying. Copy my component sound.


  private top  
 

applyReverbTo:startingAt:count:


  sound generation top  
 

doControl

Update the control parameters of this sound using its envelopes, if any.


 

mixSampleCount:into:startingAt:leftVol:rightVol:

Play my sound with reberberation.


 

reset

Reset my internal state for a replay. Methods that override this method should do super reset.


 

samplesRemaining

Answer the number of samples remaining until the end of this sound. A sound with an indefinite ending time should answer some large integer such as 1000000.


class methods
  no messages top