- Type Parameters:
T
- the type to return
- All Known Implementing Classes:
- MidiMessageMapping, StatefulCallableMapping
public interface EventMapping<T>
Allows the user to call a mapping using an event instead of a value. Useful
when the event that triggered this call has additional information (the
interval over which it applies, or a reference back to another event with a
more meaningful value).