Q-Code User Manual
Ver. 7.0 2021/11/30
203
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY9T do not support this comman.
2. The timbre of Percussion doesn’t support the vibrato function.
Ex.
Path1: NoteVibrato = 8
,
InstNoteOn (0, C1, 127)
; Open the vibrato effect and play the No.0 GM,
pitch C1, dynamics 127.
Path3: NoteVibrato = 0
; Close the vibrato effect.
4.13.5 Gliss(Note, Semitone, Time)
When a single note is playing, user can achieve the effect of glissando by using this command.
Note:
The pitch of note which applied the effect.
Semitone:
Designated the pitch number of semitone. The number of pitch range is +/-12 semitones.
Time:
To specify the duration. The supported length of time:100ms, 200ms, 300ms, 400ms, 500ms,
600ms, 700ms, 800ms, 900ms, 1000ms, 1200ms, 1400ms, 1600ms, 1800ms and 2000ms.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY9T / NX1 do not support this comman.
2. Percussion timbres do not support the glissando effect.
3. The command is available only when the note is playing and corresponding to the
designated pitch. According to different conditions, there will be about +/-10% deviation of
time.
4. User needs to add .mid files with control code “Wheel” to define the pitch changing range
when making MIDI Database (.qmd) by Q-MIDI, or Gliss commend will be ineffective.
5. The largest pitch range is the range of the original sub-patch plus the range of pitch bend.
For example, the sub-patch is C3~D4, and the range of pitch bend is +/-4 semitones, so the
available pitch range is G#2~F#4.
Ex.
Path1: InstNoteOn(0, F4, 127),Gliss(F4,-2,300ms) ,Gliss(F4,-4,100ms)
Path2: InstNoteOff(F4)
; After playing the F4 tone, gliding 2 semitones as D#4 for 300ms then lowering 4 semitones as
B3 for 100ms.
4.13.6 MaxSingleNote = n / MaxSingleNote = Ri
User can adjust the maximum number of notes based on requirements through this command which
can be applied to electronic organ. The command can make sure that there are enough channels for
playing MIDI.
Ex.
Path1: MaxSingleNote = 3
; Set the max note number as 3 notes.