872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
|
}
}
note.acc = an
}
// adjust the pitches according to the transposition(s)
function pit_adj() {
var p_v, transp, s, sk,
nv = voice_tb.length
while (--nv >= 0) {
p_v = voice_tb[nv]
if (p_v.vtransp == undefined)
continue // no transposition in this voice
if (p_v.key.k_transp) {
|
|
|
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
|
}
}
note.acc = an
}
// adjust the pitches according to the transposition(s)
function pit_adj() {
var i, p_v, transp, s, sk,
nv = voice_tb.length
while (--nv >= 0) {
p_v = voice_tb[nv]
if (p_v.vtransp == undefined)
continue // no transposition in this voice
if (p_v.key.k_transp) {
|