FastTracker module
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|ft}} }}  == Description ==  '''.ft''' files are modules produced by FastTracker for MS-DOS.  ...") | Dexvertbot  (Talk | contribs)  m (Change telparia.com samples link to template) | ||
| (7 intermediate revisions by 3 users 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] | ||
| − | FastTracker modules  | + | FastTracker modules can have 4, 6 or 8 channels. The 4-channel modules are simply standard [[Amiga Module|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: | 
| {| class="wikitable" style="text-align:center; width:200px; height:200px;" | {| class="wikitable" style="text-align:center; width:200px; height:200px;" | ||
| Line 21: | Line 20: | ||
| ! Signature | ! Signature | ||
| |- | |- | ||
| − | ! 4-channel | + | ! 4-channel (classic [[Amiga Module|MOD]]) | 
| | M.K. | | M.K. | ||
| |- | |- | ||
| Line 31: | Line 30: | ||
| |- | |- | ||
| |} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| == Software == | == Software == | ||
| + | * [ftp://ftp.modland.com/pub/software/trackers/DOS/FastTracker/ FastTracker] | ||
| + | * [https://archive.org/details/msdos_Fast_Tracker_2_1994 FastTracker 2 in-browser emulation] | ||
| + | * [https://zxtune.bitbucket.io/ zxtune] | ||
| − | *  | + | == Sample files == | 
| + | * {{DexvertSamples|music/fastTracker}} | ||
| == Links == | == 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 | 

