Class:            FunctionEvent

Environment:      Siren
Superclass:         Siren.MusicEvent
Category:         Music-Functions
Instance variables:   function interval delta
Indexed variables:   objects

accessing

delta
   

delta: aValue
   

function
   

function: aFcn
   

interval
   

interval: aValue
   

value
   Answer the receiver's data value

events

playOn: aVoice at: aTime
   Play the receiver on the voice then.

scheduling

nextTime: now
   Answer the next time to reschedule me

play
   Play the event list by passing it off to the event scheduler.

scheduleAt: aTime
   Expand an eventList for the appointment scheduler.

MetaClass:         FunctionEvent class

instance creation

new
   Create and answer a new instance of me