Members
- 
			
pb :Object
 - 
	
Description
Pitch Bend method settings namespace
Properties
Name Type Description channelsObject FTs & HTs multichannel polyphony management
Name Type Description ftObject Multichannel polyphony for FTs
Name Type Description usedArray.<midichan> Sorted array containing the FT used channel numbers
heldObject.<midinnum, HeldChannel> Object containing the FT busy channel; key is the original Controller MIDI Note number. Init value must be an empty Object.
lastmidichan Number of the last held FT channel. Init value must be a -1.
htObject Multichannel polyphony for HTs
Name Type Description usedArray.<midichan> Sorted array containing the HT used channel numbers
heldObject.<midinnum, HeldChannel> Object containing the HT busy channels; keys are the original Controller MIDI Note number. Init value must be an empty Object.
heldOrderArray.<midichan> Array of channel numbers, sorted according to the held order. Init value must be an empty Array.
lastmidichan Number of the last held HT channel. Init value must be a -1.
rangeObject Namespace for pitchBend sensitivity settings
Name Type Description ftnumber PitchBend sensitivity for FT channels
htnumber PitchBend sensitivity for HT channels
delayObject Namespace for setting the delay between the PitchBend and Note-ON messages
Name Type Description ftnumber Delay for FT channels (milliseconds)
htnumber Delay for HT channels (milliseconds)
voicestealingObject Namespace for voice stealing management ON/OFF (now stealing is always ON)
Name Type Description ftboolean Voice stealing ON/OFF for FT channels
htboolean Voice stealing ON/OFF for HT channels
gmboolean General MIDI ON/OFF (when 'true', avoid channel 10) -
CURRENTLY NOT IMPLEMENTEDDetails
 - 
			
mts :Object
 - 
	
Description
MIDI Tuning Standard method settings namespace -
CURRENTLY NOT IMPLEMENTEDDetails
 - 
			
selected :'pb'|'mts'
 - 
	
Description
Selected MIDI-OUT Tuning Method for this port;
'pb'is PitchBend method,'mts'is MIDI Tuning Standard methodDetails