Uses of Interface
com.softsynth.jmsl.ScheduledEvent
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.oldcode | |
jmsltestsuite |
-
Uses of ScheduledEvent in com.softsynth.jmsl
Methods in com.softsynth.jmsl with parameters of type ScheduledEvent Modifier and Type Method Description void
EventScheduler. post(ScheduledEvent sEvent)
Insert the new event into a list of events in time-sorted order.void
NewEventScheduler. post(ScheduledEvent sEvent)
Insert the new event into a list of events in time-sorted order. -
Uses of ScheduledEvent in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement ScheduledEvent Modifier and Type Class Description class
AllocatorFreeEvent
Deprecated.use the pure Java JSyn2 package instead -
Uses of ScheduledEvent in com.softsynth.jmsl.oldcode
Methods in com.softsynth.jmsl.oldcode with parameters of type ScheduledEvent Modifier and Type Method Description void
EventSchedulerWithThreadSleep. post(ScheduledEvent sEvent)
Insert the new event into a list of events in time-sorted order. -
Uses of ScheduledEvent in jmsltestsuite
Classes in jmsltestsuite that implement ScheduledEvent Modifier and Type Class Description class
EventExample