Q-Code User Manual
Ver. 7.0 2021/11/30
204
Path2: R0=5, MaxSingleNote = R0
; Set he max note number as 5 notes via R0.
Note:
1. NY4 / NY5 / NY9T / NX1 do not support this command.
2. The value of the command must be less than or equal to the value of
Melody_MaxSingleNote option. Otherwise, it will be invalid.
4.13.7 LongInst_HoleTime
This command is for instruments which contains Sustain. When the instrument is NoteOn, it will hold
the longest playing note.
Time:
Specify the longest playing time of the instrument, the supported time is 1ms ~ 131068ms. 0
means play instrument with unlimite time, and the default is 0.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
Path1: LongInst_HoldTime(16000)
; Set the instrument holds for 16 seconds.
Path2: LongInst_HoldTime(0)
; Set the instrument holds for unlimite time.
4.13.8 ShortInst_HoldTime
This commands is for instruments which doesn’t contain Sustain. When the instrument id NoteOff, it
will hold the time then connect with Envelope Release.
Time:
Specify the
delay time for connecting with Envelope Release, the support time is 0ms~1020ms,
and the default is 0.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
Path1: ShortInst_HoldTime(300)
; Set the instrument delay 300ms then
coonects with Envelope Release after
NoteOff.
4.13.9 KRecord / KRecordS
Start the keyboard recording to records the Note and Vol of InstNoteOn / InstNoteOff. After recording,
user can play the recording through PlayK.
The command formats are listed below.
KRecord(Label)
KRecordS(Label)
KRecord:
After recording (includes Timeout), executes the next command.
KRecordS:
Execute the next command immediately as starting recording.