xen-midi
    Preparing search index...

    Type Alias Voice

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

    type Voice = {
        age: number;
        centsOffset: number;
        channel: number;
    }
    Index

    Properties

    age: number
    centsOffset: number
    channel: number