Squeak Class Documentation category index | class index  
 
VolumeEnvelope
  category: Sound-Synthesis
  superclass: Envelope
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  computeSlopeAtMSecs:
reset
updateSelector
updateTargetAt:
volume:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

computeSlopeAtMSecs:

Private! Find the next inflection point of this envelope and compute its target volume and the number of milliseconds until the inflection point is reached.


 

reset

Reset the state for this envelope.


 

updateSelector

Needed by the envelope editor.


 

updateTargetAt:

Update the volume envelope slope and limit for my target. Answer false.


 

volume:

Set the maximum volume of a volume-controlling envelope.


class methods
  no messages top