Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VibraphoneDropEvent

The dropping of a single vibraphone marble.

Hierarchy

  • VibraphoneDropEvent

Index

Properties

Properties

channel

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];

kind

kind: "vibraphone"

Generated using TypeDoc