Type alias Voice

Voice: {
    age: number;
    centsOffset: number;
    channel: number;
}

Abstraction for a pitch-bent midi channel. Polyphonic in pure octaves and 12edo in general.

Type declaration

  • age: number
  • centsOffset: number
  • channel: number