Methods
- 
			
<static> init( source ) → {Array.<number>}
 - 
	
Description
Create a new 'init' DHCmsg
Parameters
Name Type Description sourcestring Name of the App component that generated the message
Returns
Details
 - 
			
<static> allNotesOff( source ) → {Array.<number>}
 - 
	
Description
Create a new 'panic' DHCmsg
Parameters
Name Type Description sourcestring Name of the App component that generated the message
Returns
Details
 - 
			
<static> ftUpd( source ) → {Array.<number>}
 - 
	
Description
Create a new 'update FT' DHCmsg
Parameters
Name Type Description sourcestring Name of the App component that generated the message
Returns
Details
 - 
			
<static> htUpd( source ) → {Array.<number>}
 - 
	
Description
Create a new 'update HT' DHCmsg
Parameters
Name Type Description sourcestring Name of the App component that generated the message
Returns
Details
 - 
			
<static> ctrlmapUpd( source ) → {Array.<number>}
 - 
	
Description
Create a new 'update Controller Keymap' DHCmsg
Parameters
Name Type Description sourcestring Name of the App component that generated the message
Returns
Details
 - 
			
<static> ftON( source, xtNum, velocity [, ctrlNum [, tsnap ] ] ) → {Array.<number>}
 - 
	
Description
Create a new 'FT Note-ON' DHCmsg
Parameters
Name Type Attributes Default Description sourcestring Name of the App component that generated the message
xtNumxtnum The FT number
velocityvelocity The intensity of the sound to be generated in MIDI velocity format, from 1 to 127.
ctrlNummidinnum <optional> false The MIDI Note Number corresponding to the FT on the keymap (if present)
tsnapboolean <optional> false If the message has been converted by the Tone-Snap receiving mode
Returns
Details
 - 
			
<static> htON( source, xtNum, velocity [, ctrlNum [, piper [, tsnap ] ] ] ) → {Array.<number>}
 - 
	
Description
Create a new 'HT Note-ON' DHCmsg
Parameters
Name Type Attributes Default Description sourcestring Name of the App component that generated the message
xtNumxtnum The HT number
velocityvelocity The intensity of the sound to be generated in MIDI velocity format, from 1 to 127.
ctrlNummidinnum <optional> false The MIDI Note Number corresponding to the HT on the keymap (if present)
piperboolean <optional> false If the message is generated by the Piper feature
tsnapboolean <optional> false If the message has been converted by the Tone-Snap receiving mode
Returns
Details
 - 
			
<static> ftOFF( source, xtNum [, velocity [, ctrlNum [, panic ] ] ] ) → {Array.<number>}
 - 
	
Description
Create a new 'FT Note-OFF' DHCmsg
Parameters
Name Type Attributes Default Description sourcestring Name of the App component that generated the message
xtNumxtnum The FT number
velocityvelocity <optional> false The intensity of the sound to be generated in MIDI velocity format, from 1 to 127.
ctrlNummidinnum <optional> false The MIDI Note Number corresponding to the FT on the keymap (if present)
panicboolean <optional> false If
true, it tells that the message has been generated by a "hard" All-Notes-Off request.Returns
Details
 - 
			
<static> htOFF( source, xtNum [, velocity [, ctrlNum [, panic ] ] ] ) → {Array.<number>}
 - 
	
Description
Create a new 'HT Note-OFF' DHCmsg
Parameters
Name Type Attributes Default Description sourcestring Name of the App component that generated the message
xtNumxtnum The HT number
velocityvelocity <optional> false The intensity of the sound to be generated in MIDI velocity format, from 1 to 127.
ctrlNummidinnum <optional> false The MIDI Note Number corresponding to the HT on the keymap (if present)
panicboolean <optional> false If
true, it tells that the message has been generated by a "hard" All-Notes-Off request.Returns
Details
 - 
			
<static> copyOFF( dhcMsg ) → {Array.<number>}
 - 
	
Description
Create a copy of a 'Note-OFF' DHCmsg
Parameters
Name Type Description dhcMsgHUM.DHCmsg The original DHCmsg to be copied
Returns
Details