-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or requesttracker-playbackRelates to the tracker's playback, including emulation cores, audio output, and pattern playback.Relates to the tracker's playback, including emulation cores, audio output, and pattern playback.tracker-uiRelates to the tracker's UI, import/export of the module, and the interfaces that modify module dataRelates to the tracker's UI, import/export of the module, and the interfaces that modify module data
Description
PLAYBACKRATE is a setting in FT 0.5.0b which can directly dictate the NSF play speed instead of a given engine tick rate in Hertz.
There are three types of playback rate settings:
- Default NSF rate, which is
16666(60.002 Hz) for NTSC and20000(50 Hz) for PAL - Custom NSF rate, which sets both the NTSC and PAL playback rate to a custom rate.
- See below for more details
- NES video rate, which is
16666(60.002 Hz) for NTSC and20000(50 Hz) for PAL.- Ideally, it would be
16639(60.01 Hz) for NTSC and19997(50.008) for PAL.
- Ideally, it would be
There are three methods to set the Custom NSF rate in the tracker:
- Directly through a spinbox, in microseconds
- In Hertz, which will then modify the spinbox value
- In beats per minute, which will then modify the spinbox value
The tracker also notes that only engine speeds at 60Hz below are guaranteed to work when exporting to NSF.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttracker-playbackRelates to the tracker's playback, including emulation cores, audio output, and pattern playback.Relates to the tracker's playback, including emulation cores, audio output, and pattern playback.tracker-uiRelates to the tracker's UI, import/export of the module, and the interfaces that modify module dataRelates to the tracker's UI, import/export of the module, and the interfaces that modify module data
Type
Projects
Status
Todo