The channel (key) to drop the marble onto.
To figure out which note it will play, the VibraphoneState.notes property must be referenced.
const vDropEvent: VibraphoneDropEvent;
const vState: VibraphoneState;
const noteHit = vState.notes[vDropEvent.channel];
Generated using TypeDoc
The dropping of a single vibraphone marble.