KeyRange Interface
Describes an active key range
interface KeyRange
{
min: number;
max: number;
transport: number;
color: number;
title: string;
}
#color
The color associated with the key range (0 - 15)
color: number;
#max
The MIDI note number of the highest note in the key range
max: number;
#min
The MIDI note number of the lowest note in the key range
min: number;
#title
The title of the key range (ie: name of the target)
title: string;
#transport
The transpose setting associated with the key range (in semi-tones)
transport: number;