CallbackMessage.CallbackType Delegate
Delegate called when a CallbackMessage is sent.
public delegate
void CallbackType(
float time);
Parameters
-
time
- The time at which this event was scheduled.
Return Value
Additional messages which should be scheduled as a result of this callback, or null.
Requirements
Namespace:
Midi
Assembly: Midi (in Midi.dll)
See Also
Midi Namespace