FastTracker 2

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

FastTracker II
Interface of FastTracker 2.png
FastTracker II screenshot
Original author(s) Fredrik "Mr. H" Huss
Magnus "Vogue" Högdahl
Stable release 2.08 / August, 1997
Preview release 2.09 (leaked[1]) / 1999
Written in Pascal, TASM
Operating system DOS
Type Tracker
License Proprietary
Website www.starbreeze.com/ft2.htm (archived 1998)

FastTracker 2 is a tracker created by Fredrik "Mr. H" Huss and Magnus "Vogue" Högdahl, two members of the demogroup Triton (who later founded Starbreeze Studios) which set about releasing their own tracker after breaking into the scene in 1992 and winning several demo competitions. The source code of FastTracker 2 is written in Pascal using Borland Pascal 7 and TASM. The program works natively under MS-DOS.

History

In 1993, Triton released FastTracker. This tracker was able to load and save standard four channel MOD files, as well as extended MOD files with six or eight channels (identical to standard MOD files, aside from the extra channel data and ID markers "6CHN" or "8CHN"). It was only compatible with Creative Labs' SoundBlaster series of sound cards, which were most popular on the PC at that time. The whole editor was a single 43 KiB DOS executable.

Through 1994, the musicians in Triton released some songs in a new multichannel "XM" format, accompanied by a pre-release, standalone player. In November 1994, FastTracker 2 was released to the public, with support for the Gravis Ultrasound soundcard.

FT2's biggest "rivals" in the scene were Scream Tracker and, in later years, Impulse Tracker. "FT2 vs IT" is a common and still ongoing debate among musicians, usually involving IT users complaining about FT2's mouse interface while FT2 users commending the very same, and pointing out that every mouse feature has a keyboard shortcut as well.

FastTracker 2 was discontinued after the release of version 2.08 in August 1997, though a beta version of 2.09 was leaked to the public in 1999. Version 2.09 was only an unofficial bugfix by Andreas Viklund. The bugfix also has a few new usability additions, such as the possibility to exit previously "stuck" windows by only using the mouse. Version 2.09 does not have full support for the Gravis Ultrasound card, and it was not an official release although it was available from Starbreeze's website.[1]

On May 23, 1999, Starbreeze productions announced on their website that "FT2 has been put on hold indefinitely. [...] If this was an ideal world, where there was infinite time and no need to make a living, there would definitely be a multiplatform Fasttracker3. Unfortunately this world is nothing like that," signed by Vogue.[2]

Architecture and features

Lua error in package.lua at line 80: module 'strict' not found. The FT2 interface is largely inspired by the looks of Amiga's Protracker. The screen consists of a pattern editor in the lower half, while the upper half features an instrument selector on the right, and the general module settings and some oscilloscopes. The pattern editor can be changed to sample and instrument editors screens. The program also features a little Nibbles clone and in-software documentation for all the features.

Patterns

Patterns are essentially sheets of music where the musician is able to compose the actual musical score. A pattern consists of several rows (64 by default, 1024 by max) and is divided to columns ("tracks"). Each row can have one note in every track. A note can look like the following:

 C#4 02 20 R11

This means the note is a C#-note on the chromatic scale, played at the 4th octave (according to the scientific pitch notation), with instrument number 2. The next column is the volume setting on a 0x00-0x40 hexadecimal scale, and the last column enables a variety of effects to be applied to the sound (in this case, retriggering).

A song consists of a collection of different patterns which can be played in a user-defined order to create the final song structure.

Samples

Samples are generic raw sound data to be played back at various frequencies, much the way normal musical samplers do. Samples can have a loop start and end point which enable the sound to repeat endlessly, either repeated continuously or in a way which is called "ping-pong loop" in FT2, and essentially means the sample played back and forth as soon as the replay gets "stuck" in the loop. (This is also called a "bidirectional loop".) The musicians are able to either record samples or load existing ones, manipulate them by cutting and/or pasting parts, or just drawing them by hand. There's also a feature to crossfade the sample with itself, thus allowing the loop points to be seamless.

Instruments

Instruments are essentially arrays of samples with additional convenience features.[3] A musician can assign different samples to different pitches of the sound, thus eliminating the possibility of a sample sounding bad if played too high or too low. Instruments support various loopable envelopes to be set on either the sound volume or the stereo panning, as well as built-in vibrato. It is also possible to set the generic settings of the instrument here: fine-tuning, default volume, default panning and relative starting note to C-4.

FT2 allows to play in live with a normal PS/2 keyboard and make a live record with it (in azerty mode, key 'a' would be a C, key 'z' a D etc. ). FT2 was popular with many musicians who didn't have midi keyboards as they could experience live recording without any equipment other than a PC running DOS.

Effects

Each track has an "effects column" which allows the addition of effects such as arpeggio, portamento, vibrato and volume slides. Some control over the song structure can be handled in this column too, with commands for looping and breaking from and delaying patterns, or retriggering, cutting and delaying notes. In addition, a "volume column" allows additional control over volume slides, vibrato, panning and tone portamento.

Full list of Effect types (.MOD/.XM) and compatibility with trackers:

Files

Fasttracker 2 supports a variety of file formats, though often only two were used by musicians: XM (Extended Module) and XI (Extended Instrument). XM was and still is one of the most popular module formats nowadays, because of its compact and well compressible file structure.

MOD format supported 4 channels maximum in a song, XM format, 32 channels maximum in a song, though there could be multiple instrument on one channel. ( from Channel n°0 to channel n°31 )

Some[which?] player software supports the .XMZ and .MDZ formats, which are a renamed ZIP file that contains a .XM or .MOD file respectively.

Compatibility

FT2 ran with a custom made DOS 32bit-extender and it supports Gravis Ultrasound as well as Sound Blaster, Covox and the simple PC speaker. This rendered the software rather flaky to use nowadays, as the recent Windows versions generally do not allow DOS applications to access hardware directly, let alone the fact that most of those compatible cards are built for ISA slots, which are absent from recent motherboards. Due to this, hardcore musicians who still want to use FT2 often build "oldskool" PCs with the optimal (and nowadays rather cheap) hardware for the tracker, just to be able to track with it again.

An alternative way of getting FT2 to run is by using DOSBox[4] — this, however, as accurate as is, has speed and latency problems, and one needs quite a muscular PC to be able to use it as comfortably as on a native environment. The release of DOSBox 0.7 in March 2007 substantially improved speed/performance problems. Other methods of usage include GUSEMU or VDMSound.

Clones

After the announcement that support and development for FT2 would be stopped, Ruben Ramos Salvador (BakTery) started working on a FastTracker 3 that is now known as Skale Tracker, available for both Windows, Linux and online. Another early FastTracker 2-compatible tracker for windows was ModPlug Tracker (later OpenMPT), a tool which was also compatible with many other contemporary DOS trackers. SoundTracker (not to be confused with Ultimate Soundtracker) is a free (GPL-licensed) FT2-style tracker program for Unix-like operating systems. For many years, it was one of the very few mature Unix-based tracker programs. Another clone is MilkyTracker, a free software tracker currently available for Windows, Windows Mobile, Mac OS X, Linux and FreeBSD. MilkyTracker provides nearly all functionality available in the original FT2 and adds various features. The GUI looks close, but intentionally different from the original. The shareware program Renoise' also takes a portion of FT2's basic GUI- and featureset-design, even though there are various major changes in its concept.

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. FT2 v2.08 manual Chapter FAQ (1996)
  4. http://www.soundmonster.com/fasttracker2ft2.htm

External links