SoundFX module
From Just Solve the File Format Problem
(Difference between revisions)
Ccawley2011 (Talk | contribs) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(One intermediate revision by one user not shown) | |||
Line 21: | Line 21: | ||
* [http://xmp.sourceforge.net/ xmp] | * [http://xmp.sourceforge.net/ xmp] | ||
− | == | + | == Sample files == |
− | + | ||
* [ftp://ftp.modland.com/pub/modules/SoundFX/ Example .sfx files] | * [ftp://ftp.modland.com/pub/modules/SoundFX/ Example .sfx files] | ||
* [ftp://ftp.modland.com/pub/modules/SoundFX%202/ Example .sfx2 files] | * [ftp://ftp.modland.com/pub/modules/SoundFX%202/ Example .sfx2 files] | ||
+ | * {{DexvertSamples|music/soundFX}} |
Latest revision as of 04:08, 28 December 2023
Contents[hide] |
[edit] Description
SoundFX is a tracker for the Commodore Amiga (not to be confused with the other Amiga SoundFX, a sample editing software) which produces modules with the extensions .sfx and .sfx2.
There appear to be at least four different versions of the format - v1.0, v1.8, v1.9 and v2.0. The first three versions seem to have the extension .sfx, with v2.0 using the extension .sfx2.
[edit] Information
- xmp/doc/format/sfx_format
- Flod 4.1 - FXPlayer.as appears to show the differences necessary for correct playback of the various versions of the format. Ported to JavaScript here.