Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
It WAS a pitch slide, not a note slide. Note that the 'Key' column never displays whether there is a fine pitch or not, it only rounds up the frequency to the nearest key.
The pitch slide of the longer one is from F1 to 100 to 10F to 11E to 12D to 13C to 14B to 15A to 169 and that of the shorter one is 176 to 185 to 194, where:
100 - F1
= 10F - 100
= 11E - 10F
= 12D - 11E
= 13C - 12D
= 14B - 13C
= 15A - 14B
= 169 - 15A
= 185 - 176
= 194 - 185
= [b]F[/b]
Therefore, it was a pitch slide with a speed at 15FR/f. ([u]f[/u]requency [u]r[/u]egister unit per [u]f[/u]rame)
Oh yeah, I only proved that it was a pitch slide but I forgot to prove that it is not a note slide! Here it is. (Note: I will be using the FamiTracker [b]0.3.0.[/b] frequency register table)
Keys which were rounded up to:
D#3: 167
E-3: 153
F-3: 140
F#3: 12E
G-3: 11D
G#3: 10D
A-3: FE
A#3: EF
NSFplay's 'Key' column displays: A# A G# G F# F E E D# (note that even you say that it is a note slide, you have missed the seventh/eighth frame thus resulting a tom with a duration of 8 frames rather than 9 as it is supposed)
NSFplay's 'Frequency' column displays: F1 100 10F 11E 12D 13C 14B 15A 169
1st frame: | F1 - EF | = 2 != 0
2nd frame: | 100 - FE | = 2 != 0
3rd frame: | 10F - 10D | = 2 != 0
4th frame: | 11E - 11D | = 1 != 0
5th frame: | 12D - 12E | = 1 != 0
6th frame: | 13C - 140 | = 4 != 0
7th frame: | 14B - 153 | = 8 != 0
8th frame: | 15A - 153 | = 7 != 0
9th frame: | 169 - 167 | = 2 != 0
Therefore, it WAS NOT a note slide. The same goes for the shorter tom.
Q.E.D.
Postscript: Mine is not very accurate as well because:
1) 'E x's in NSF play seem to generate random volume slides plus the channel using the 'E x's is the noise channel, whose volume changes cannot be exported.
2) I haven't done a FamiTracker 0.3.5. beta frequency table, so there might be some changes for the fine pitches.