Impulse Tracker
{{Short description|Free music sequencing software created in 1995 for the DOS platform}}
{{Infobox software
| name = Impulse Tracker
| screenshot = Impulse Tracker screenshot.png
| caption = Impulse Tracker 2.14 screenshot
| developer = Jeffrey Lim
| released = {{start date and age|1995|||df=yes}}
| latest_release_version = 2.14 Patch #5
| latest_release_date = {{start date and age|1999|04|08|df=yes}}
| operating_system = DOS
| programming language = Assembly language
| genre = Music tracker
| license = Originally freeware
Since 2014: BSD license
| website = {{URL|https://www.lim.com.au/ImpulseTracker/}}
}}
Impulse Tracker is a multi-track music tracker (music sequencer). Originally released in 1995 by Jeffrey Lim as freeware with commercial extensions, it was one of the last tracker programs for the DOS platform.{{cite book
|url=https://books.google.com/books?id=g9B2DwAAQBAJ
|title=Bits and Pieces: A History of Chiptunes
|author=Kenneth B. McAlpine
|publisher=Oxford University Press
|year=2018
|isbn=978-0-19-049611-1
|page=152
}}
In 2014, on its 20th anniversary, Impulse Tracker became open-source software and the source code was released.
History
Impulse Tracker was authored by Jeffrey "Pulse" Lim for the DOS/x86-PC platform.{{cite web
|url=http://www.salon.com/technology/feature/1999/04/29/mod_trackers/index.html
|title=Mod love
|work=Salon.com
|last=Leonard
|first=Andrew
|date=1999-04-29
|publisher=Salon Media Group
|access-date=2010-05-17
|archive-url=https://web.archive.org/web/20110622121554/https://www.salon.com/technology/feature/1999/04/29/mod_trackers/index.html
|archive-date=2011-06-22
|url-status=dead
}} Impulse Tracker was coded in assembly language,{{cite web|url=http://www.users.on.net/~jtlim/ImpulseTracker/downloads/it214v5.zip |title=Impulse Tracker|author=Lim, Jeffrey |access-date=2010-12-07}} and the GUI was heavily influenced by that of Scream Tracker 3.
The first version was released in 1995 and included example songs "Drifting Onwards" and "Blue Flame" composed by Jeffrey Lim and Chris Jarvis respectively. The software was distributed as freeware, though extra features, such as support for stereo WAV output and a personalized version of the driver for co-editing songs over IPX networks, were provided for a fee. After the stereo WAV writer plugin was leaked publicly,{{cite web |url=http://www.users.on.net/~jtlim/ImpulseTracker/update.txt |title=Impulse Tracker Changelog |last=Lim |first=Jeffrey |access-date=2010-07-17 |archive-date=2010-12-03 |archive-url=https://web.archive.org/web/20101203091735/http://www.users.on.net/~jtlim/ImpulseTracker/update.txt |url-status=dead }} Lim announced that he would discontinue development after version 2.14. The latest version was v2.14 Patch #5 released on April 8, 1999.{{Citation needed|date=February 2023}}
On February 16, 2014, Jeffrey Lim announced that he would release the complete source code of Impulse Tracker as part of its 20-year anniversary.{{cite web|url=http://roartindon.blogspot.com/2014/02/20-years-of-impulse-tracker.html |title=20 years of Impulse Tracker |last=Lim|first=Jeffrey |date=February 16, 2014 |access-date=February 17, 2014}} On October 19, 2014, the first part of the source code was released on a Bitbucket repository. On December 25, 2014, the missing parts (sound drivers) were added and the code was officially released under the BSD license.{{Cite web |title=Added standard BSD License · herrnst/impulsetracker@d743c5d |url=https://github.com/herrnst/impulsetracker/commit/d743c5dd049d062956dab3d424179a72ad32f01f |access-date=2023-04-07 |website=GitHub |language=en}}{{Cite web |title=Added sound drivers to repository · herrnst/impulsetracker@94c80b2 |url=https://github.com/herrnst/impulsetracker/commit/94c80b2514082f3672d1cedb1429a5eb8e410f55 |access-date=2023-04-07 |website=GitHub |language=en}}
Functionality
{{Unreferenced section|date=February 2023}}
Like in most module editors, music is arranged on a grid of channels. Each supports note on and note off instructions similar to MIDI. Impulse Tracker modules use the .IT file extension.
New Note Actions (NNAs) is a feature that handles commands received on the same channel as another instrument which is still playing. NNAs allow the user to customize the subsequent action:{{Cite web |date=October 19, 2014 |title=impulsetacker/IT.TXT |url=https://github.com/herrnst/impulsetracker/blob/9fcee05b53a81a775efb735f37ac2275939049f8/ReleaseDocumentation/IT.TXT#L1497-L1511 |access-date=April 8, 2023 |website=GitHub |at=Lines 1497 - 1511}}
- Cut: The new instrument replaces the current instrument.
- Continue: The old instrument continues to play using its ADSR curve.
- Off: The old instrument begins the release section of its ADSR curve.Lim, J. (1995). Impulse Tracker II User Manual. Retrieved from [https://archive.org/stream/ImpulseTrackerIIUserManual/Impulse%20Tracker%20II%20User%20Manual_djvu.txt](https://archive.org/stream/ImpulseTrackerIIUserManual/Impulse%20Tracker%20II%20User%20Manual_djvu.txt)
- Fade: The old instrument fades out to 0 volume at a designated rate overriding the ADSR curve.
Impulse Tracker supports hardware MIDI channels on the Gravis Ultrasound, InterWave and Sound Blaster 32 card families (provided enough RAM is available).{{Cite web |date=October 19, 2014 |title=impulsetracker/DRIVERS.TXT |url=https://github.com/herrnst/impulsetracker/blob/9fcee05b53a81a775efb735f37ac2275939049f8/ReleaseDocumentation/DRIVERS.TXT#L12-L52 |access-date=April 8, 2023 |website=GitHub |at=Lines 12 - 53}}
= IT file format =
The .IT file format is the format native to Impulse Tracker.{{cite journal
|url=https://books.google.com/books?id=IkBVAAAAMAAJ
|title=Linux Journal
|journal=Linux Journal: The Monthly Magazine of the Linux Community
|editor=Robert F. Young
|year=2000
|issue=75–80
|page=164
|issn=1075-3583
}} It is similar to older formats such as .MOD, but features new additions such as new note actions which allow the user to customize subsequent actions on receiving commands from the same channel as the one playing.
There is also the .ITZ format, which is a renamed zip file that contains a .IT file.
Compatible software
Other music-playing software that supports the IT file format include Cowon jetAudio, AIMP, Windows Media Player*¹, MikMod, ModPlug Tracker, OpenMPT, Renoise, Schism Tracker,{{cite web |url=http://www.schismtracker.org/ |title=Home |website=schismtracker.org}} ChibiTracker,{{Cite web|url=http://www.pouet.net/prod.php?which=27385|title = ChibiTracker}} XMPlay, TiMidity, VLC, Winamp, and XMMS.{{cite web| url=http://helllabs.org/tracker-history/ |publisher=helllabs.org |first=Claudio |last=Matsuoka |date=2007-11-04 |access-date=2011-01-29 |title=Tracker History Graphing Project|archive-url=https://web.archive.org/web/20230409110332/http://helllabs.org/tracker-history/ |archive-date=2023-04-09 }}
Usage and impact
Erez Eizen of Infected Mushroom and Shiva Shidapu composed his first trance music on Impulse Tracker.{{cite web|url=http://timesofindia.indiatimes.com/articleshow/33227459.cms |title=Trance Mushrooms to infect Pune |author=Sean Davidson |date=Jan 3, 2003 |access-date=2010-05-16|work=The Times of India}} Ian Stocker used IT with other software in his collaboration for the music in the Nintendo DS version of The Sims 2.{{cite web|url=https://www.gamedeveloper.com/audio/from-a-distance-the-virtual-collaboration-that-helped-score-the-sims-2-ds-gba |work=Gamasutra |title=From a Distance: The Virtual Collaboration that Helped Score The Sims 2 DS/GBA |author=Andy Jones |date=January 10, 2006 |access-date=2010-05-16}}
The video games Pocket Tanks and Grid Wars use the IT format for some of their songs.[https://soundcloud.com/dna-groove/pocket-tanks-intro Pocket Tanks intro] on SoundCloud Various games by Epic Games such as the first Unreal and Unreal Tournament as well as Deus Ex used the IT format in a "UMX" container format.{{cite web
|url=http://unreal.epicgames.com/Music.htm
|author=Alexander Brandon
|title=Information on how to extract IT files out of UMX containers
|archive-url=https://web.archive.org/web/20080820060250/http://unreal.epicgames.com/Music.htm
|archive-date=2008-08-20
|url-status=dead
The video game composer and demoscener Andrew Sega (Necros) used Impulse Tracker extensively in his demoscene days.
C418 began making music in Impulse Tracker, before moving to eJay, MTV Music Generator and eventually Ableton Live, which he used to compose the Minecraft soundtrack.{{Citation |title=Minecon 2012 - The Music of Minecraft & Minecraft Documentary | date=28 November 2012 |url=https://www.youtube.com/watch?v=SDI2rHG1Xsc |language=en |access-date=2022-06-20}}
Trance producer Sean Tyas began his music production career using Impulse Tracker.[http://pulserusher.blogspot.com/2012/09/sean-tyas-interview.html Sean Tyas interview] Electronic rock musician Blue Stahli has revealed to have used Impulse Tracker and other trackers in the past.[https://twitter.com/bluestahli/status/430570811314171904 Blue Stahli twitter profile]
Deadmau5's career began in the mid-1990s with a chiptune and demoscene movements-influenced sound with Impulse Tracker.{{cite web
|url=http://www.residentadvisor.net/feature.aspx?972
|publisher=Resident Advisor
|title=Deadmau5: It's complicated
|date=2008-09-30
|first=Todd L.
|last=Burns
|access-date=2014-09-03
|quote=I was in my Mom's basement tooling away on Impulse Tracker on a 386 just doing Nintendo music until some Loop Library company hired me as a producer.}}
Machinedrum used Impulse Tracker for many years before switching to Ableton Live.{{cite web
|url=https://www.xlr8r.com/gear/2012/08/in-the-studio-machinedrum/
|title=In the Studio: Machinedrum
|publisher=XLR8R
|date=2012-08-27
|author=Shawn Reynaldo
}}
See also
{{Portal|Free and open-source software}}
References
{{Reflist|30em}}
External links
{{Commons category|Impulse Tracker}}
- {{official website|http://www.users.on.net/~jtlim/ImpulseTracker/}}
Former was last online in 2023, so use archive.org for that version.
New Site:
https://www.lim.com.au/ImpulseTracker/
=Sound examples=
- [http://upload.wikimedia.org/wikipedia/commons/7/70/IndusTree-Homesick.ogg IndusTree's Homesick (ogg)]
Category:Assembly language software