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
Pretty self explanitory. Looks like the noise is the only one that's doing it.
Attaching FTM and Exported NSF for examples.
Edit: To be less confusing, what I mean by exporting multiple effects is by exporting the NSF and playing it, it doesn't play the extended effects from the noise channel that you put in Famitracker.
Wait, seriously? What NSF player are you using? I used VirtuaNSF and VirtuaNES to play it. Not sure if they both have the same code for their NSF player functionality. Also, I used Pxx to just fill space, but now that I think of it, I guess it would be pointless since Qxx and Rxx are there.
Also, what do you mean about ctrl+enter? It just plays one step at a time in FT.
Edit: Just tryed Nestopia, FCEUX, Audio Overload, Foobar2000 and NSFLive and they still don't play the NSF as the FTM does.
ooh, you meant the nsf, that makes a lot more sense now. i should have realized that when you attached the nsf. i thought you meant they weren't executing in the tracker itself for some reason.
Which, without looking everything up to verify, I presume breaks down to:
E0 9A 80 A4 02 A8 01 A0 01 F8 15 00
instrument 0
P 80h
Q 02h
A 01h
V 01h
volume 8
note 15h
duration 0
A0 00 19 36
V00
note 19h
duration 54
9A 80 A4 02 A8 01 A0 01 F8 19 00
P 80h
Q 02h
A 01h
V 01h
volume 8
note 19h
duration 0
A0 00 1D 26
V 00h
note 1Dh
duration 38
9A 80 A4 0F A8 01 A0 01 F8 11 00
P 80h
Q 0Fh
A 01h
V 01h
volume 8
note 11h
duration 0
A0 00 00 0A
V 00h
empty note
duration 10
A6 0F A8 02 A0 01 F8 00 93
R 0Fh
A 02h
V 01h
volume 8
empty note
duration 147
So... it looks like the actual effect data is getting exported. Maybe the NSF driver isn't using it in the noise channel. Is it actually the extra effect channels, or is it just specific effects that don't work?
I agree, this must be the Q & R effects not working when exported to NSF. I can't remember if I've ever tested these on the noise channel so I'll have a look on it.