Differences From Artifact [269e8849c7]:
- File core/tune.js — part of check-in [811be571d6] at 2024-08-05 15:25:18 on branch trunk — core: add 'modal,' in %%map - asked by Hudson Lacerda (user: jef size: 47287)
To Artifact [27e83af344]:
- File core/tune.js — part of check-in [34875383bc] at 2024-08-07 07:37:21 on branch trunk — core: change 'modal,' by 'tonic,' in %%map - suggested by Hudson Lacerda (user: jef size: 47287)
| ︙ | |||
790 791 792 793 794 795 796 | 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 | - + |
}
ns = a[1]
if (ns[0] == '*' || ns.indexOf("all") == 0) {
ns = 'all'
} else {
if (ns.indexOf("octave,") == 0 // remove the octave part
|| ns.indexOf("key,") == 0
|
| ︙ |