abc2svg
Diff
Not logged in

Differences From Artifact [0ac6e0ca80]:

To Artifact [436207ad89]:


813
814
815
816
817
818
819
820

821
822
823
824
825
826
827
813
814
815
816
817
818
819

820
821
822
823
824
825
826
827







-
+







			note.pit = map[1].pit
			note.acc = map[1].acc
		}
		if (map[2])			// if color
			note.color = map[2]
		nn = map[3]
		if (nn)				// if play map
			note.midi = pit2mid(nn.pit, nn.acc)
			note.midi = pit2mid(nn.pit + 19, nn.acc)
	} // note_map()

	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) {