Type alias AudioNoteEvent

AudioNoteEvent: NoteEvent & {
    pitchShift?: number;
}

Type declaration

  • Optional pitchShift?: number