Differences From Artifact [0ac6e0ca80]:
- File core/tune.js — part of check-in [0f0788010d] at 2020-06-25 12:44:52 on branch trunk — core: play: fix: bad playback when display transpose - reported by Gerhard Schacherl (user: jef size: 46358)
To Artifact [436207ad89]:
- File core/tune.js — part of check-in [31cb1c3f6f] at 2020-06-26 16:36:18 on branch trunk — core: play: bad mapping with %%map, %%MIDI drummap and %%percmap - reported by Gerhard Schacherl (user: jef size: 46363)
| ︙ | |||
813 814 815 816 817 818 819 | 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 |
| ︙ |