FastTracker module
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (→Software) | Dexvertbot  (Talk | contribs)  m (Change telparia.com samples link to template) | ||
| (One intermediate revision by one user not shown) | |||
| Line 6: | Line 6: | ||
| == Description == | == Description == | ||
| − | |||
| '''.ft''' files are modules produced by FastTracker for [[MS-DOS]]. | '''.ft''' files are modules produced by FastTracker for [[MS-DOS]]. | ||
| == Information == | == Information == | ||
| − | |||
| * [ftp://ftp.modland.com/pub/documents/format_documentation/FastTracker%20(.ft).txt FastTracker module format] | * [ftp://ftp.modland.com/pub/documents/format_documentation/FastTracker%20(.ft).txt FastTracker module format] | ||
| * [http://www.textfiles.com/programming/FORMATS/ftk-form.txt Another copy of file] | * [http://www.textfiles.com/programming/FORMATS/ftk-form.txt Another copy of file] | ||
| Line 38: | Line 36: | ||
| * [https://zxtune.bitbucket.io/ zxtune] | * [https://zxtune.bitbucket.io/ zxtune] | ||
| − | ==  | + | == Sample files == | 
| + | * {{DexvertSamples|music/fastTracker}} | ||
| + | == Links == | ||
| * [ftp://ftp.modland.com/pub/modules/Fasttracker/ Example .ft files] | * [ftp://ftp.modland.com/pub/modules/Fasttracker/ Example .ft files] | ||
Latest revision as of 04:08, 28 December 2023
| Contents | 
[edit] Description
.ft files are modules produced by FastTracker for MS-DOS.
[edit] Information
FastTracker modules can have 4, 6 or 8 channels. The 4-channel modules are simply standard MOD files. The 6 and 8-channel modules differ only in the 4-byte format identification field at offset 1080 and in containing extra channel data:
| Flavour | Signature | 
|---|---|
| 4-channel (classic MOD) | M.K. | 
| 6-channel | 6CHN | 
| 8-channel | 8CHN | 

