Options
All
  • Public
  • Public/Protected
  • All
Menu

A midi note within a midi clip.

Hierarchy

  • MidiNote

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new MidiNote(optionsOrNoteNumber: number | MidiNoteOptions): MidiNote

Properties

note

note: number

Midi note number: 60 == C4 == Middle C

Optional velocity

velocity: number

If present, velocity overrides a velocity found in a .d object

Methods

use