KeyRanges Class

Provides access to information about the currently active set of key ranges

Access this object via the Cantabile#keyRanges property.

class KeyRanges extends EndPoint {
    get items(): KeyRange[];
}

#Properties

#items

An array of KeyRange items

get items(): KeyRange[];

#Events

#'changed' Event

Fired when the active set of key ranges has changed

keyRanges.on('changed', () => { });