Search for "Led": 145 matches

Phong Shading
/code/3d/trifill/phong/pasphong.zip
05 Oct 1996 (catalog date)
4,545 bytes
Download FTP scene.org
Rating:
Hard to read code, should have the compiled exe with it in the pack. Slow!

Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids
/code/3d/trifill/texmap/tiletmap.zip
03 Jun 1998 (catalog date)
4,757 bytes
Download FTP scene.org
This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.

F. mod docs by Firelight
/code/audio/docs/fmoddoc.zip
10 Jan 1997 (catalog date)
83,795 bytes
Download FTP scene.org
Rating:
Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.

Gold Play by Sourcer of CodeBlasters
/code/audio/players/goldp101.zip
10 Jan 1997 (catalog date)
77,277 bytes
Download FTP scene.org
Rating:
A mod player - Predates the popularity of st3 and GUS and has no support for either. No sound playing code, but has a few simple examples. Knowledge of Swedish helpful.

Mini LZO Realtime Data Compression Library by Markus Oberhumer. Fits in 6 kilobytes when compiled.
/code/compress/mlzo100.zip
17 Jan 1999 (catalog date)
26,510 bytes
Download FTP scene.org
Rating:

Bytes & Kisses source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/bkisssrc.zip
10 Jan 1997 (catalog date)
513,669 bytes
Download FTP scene.org
Rating:
Sources for a demo with a scrollie, plasma, shadebobs, tunnel, bitmap rotation and stretching, and cool credits - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Valentine's day. :)

Byte B4 Christmas source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/byte-src.zip
10 Jan 1997 (catalog date)
560,382 bytes
Download FTP scene.org
Rating:
Sources for a demo with snowflakes, fire, and some text writers - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Christmas Eve :)

Copper Faked source by The Faker of Aardvark
/code/demosrc/demos/cfsource.zip
10 Jan 1997 (catalog date)
146,977 bytes
Download FTP scene.org
Rating:
Sources for Copper Faked - Barren on comments and not precompiled.

Stupikeffyloooopy Full Source by FAC of Delabu Alama
/code/demosrc/demos/loopysrc.zip
25 Apr 1998 (catalog date)
211,591 bytes
Download FTP scene.org
Full source for the Stupikeffyloopy demo. - Coded in TMT Pascal v2.0 registered. - Can be compiled with either registered or unregistered versions - Supports Sound Blaster / No Sound - MOD Player by Cesar Vellido / CiMedia - Enjoy it.

Matrix Demo by Simon Hern
/code/effects/floor/matrix.zip
08 Jun 1997 (catalog date)
95,834 bytes
Download FTP scene.org
Rating:
An example of an infinite tiled floor effect like the one used for the floors in doom.

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

K2000 Emulator by Kli
/code/hardware/keyboard/klik2000.zip
17 Jan 1999 (catalog date)
17,822 bytes
Download FTP scene.org
Rating:
Shows a simple Knightrider effect on your screen and keyboard leds.

Scaled Bitmaps Trainer by Tumblin of Bodies In Motion
/code/images/bmscaler.zip
15 Apr 1997 (catalog date)
32,143 bytes
Download FTP scene.org

The Mag by Spellcaster
/code/mags/mag03.zip
01 Jul 1997 (catalog date)
100,068 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into assembler and the VGA palette. Includes a 'demo' of palette effects called Color Blind.

Tutorial 1 in C by Snowman of Hornet
/code/tutors/denthor/tut01new.zip
11 Jan 1997 (catalog date)
16,337 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 1 in C:The basics - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 2 in C by Snowman of Hornet
/code/tutors/denthor/tut02new.zip
11 Jan 1997 (catalog date)
37,007 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 2 in C:Palette handling - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 3 in C by Snowman of Hornet
/code/tutors/denthor/tut03new.zip
11 Jan 1997 (catalog date)
37,311 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 3 in C:Circles - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 4 in C by Snowman of Hornet
/code/tutors/denthor/tut04new.zip
11 Jan 1997 (catalog date)
20,085 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 4 in C:Virtual screens - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 5 in C by Snowman of Hornet
/code/tutors/denthor/tut05new.zip
11 Jan 1997 (catalog date)
26,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 5 in C:scrollers - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 6 in C by Snowman of Hornet
/code/tutors/denthor/tut06new.zip
11 Jan 1997 (catalog date)
34,374 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 6 in C:Look up tables - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 7 in C by Snowman of Hornet
/code/tutors/denthor/tut07new.zip
11 Jan 1997 (catalog date)
37,949 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 7 in C:Animation - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 8 in C by Snowman of Hornet
/code/tutors/denthor/tut08new.zip
11 Jan 1997 (catalog date)
42,817 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)

Tutorial 9 in C by Snowman of Hornet
/code/tutors/denthor/tut09new.zip
11 Jan 1997 (catalog date)
43,863 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 9 in C:polygons - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 10 in C by Snowman of Hornet
/code/tutors/denthor/tut10new.zip
11 Jan 1997 (catalog date)
45,338 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 10 in C:Chain-4 and scrolling - Includes Denthor's original tutorial release within and has the compiled exe. (This is lysdexic. Bonus. :)

Flat Square Root by Noble Roman
/code/tutors/math/sqrt.zip
18 Jan 1998 (catalog date)
1,569 bytes
Download FTP scene.org
Rating:
Only explains how to do it, not why it works, so it is not great for people with hardly any math knowledge.

Bin 2 DB by Escape
/code/utils/compiler/bin2db24.zip
12 Aug 1997 (catalog date)
12,087 bytes
Download FTP scene.org
Rating:
A bin 2 db util. See my comments to incpro3.zip. Also, take out the "coded in 100% Assembler" line. It's dorky, especially for something whose main function (input/output) is easiest handled by a high level language and whose speed of execution is on the magnitude of 2 seconds.

tinyRTL by Solar Designer
/code/utils/compiler/bpc-trtl.zip
10 Jan 1997 (catalog date)
13,314 bytes
Download FTP scene.org
Rating:
A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.

Bin 2 Pal by pneyz of smoof
/code/utils/graphics/b2pal100.zip
19 Jan 1998 (catalog date)
10,133 bytes
Download FTP scene.org
Rating:
Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?

Star Spangled Intro by Intercept
/demos/1993/s/star_int.zip
29 Jun 1996 (catalog date)
86,000 bytes
Download FTP scene.org
Rating:

Untitled by Dust
/demos/1994/d/dust_unt.zip
29 Jun 1996 (catalog date)
858,303 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 01

Hardboiled by Reality
/demos/1995/h/hardboil.zip
30 Jun 1996 (catalog date)
20,691 bytes
Download FTP scene.org
Rating:

Pastel by Controlled Dreams
/demos/1996/p/pastel.zip
17 Dec 1996 (catalog date)
20,021 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the in4k division and ranked ??

Penaten by Controlled Dreams
/demos/1997/c/cd-pen.zip
05 Aug 1997 (catalog date)
61,100 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in64 division and ranked 03

Szandal by Controlled Dreams, Neutron
/demos/1997/c/cd-szndl.zip
13 Sep 1997 (catalog date)
59,870 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in64 division and ranked 04

Point 45 by Led
/demos/1998/p/point45.zip
17 Apr 1998 (catalog date)
1,907,625 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the demo division and ranked 03

Untitled by Xray
/graphics/images/1994/u/untitle.zip
04 Jul 1996 (catalog date)
64,030 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Untitled by Der Piipo
/graphics/images/1996/d/derpiipo.zip
04 Jul 1996 (catalog date)
32,208 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 06

Demolition Logo by Sledgehammer
/graphics/images/1996/m/molition.zip
08 Jun 1997 (catalog date)
45,064 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the gfst division and ranked 13

Untitled by Rogers
/graphics/images/1996/u/untitled.zip
27 Sep 1996 (catalog date)
159,342 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the grfx division and ranked 14

Aquamarine by Sledgehammer
/music/contests/mc4/rookie/m4r-aqua.zip
10 Nov 1996 (catalog date)
150,687 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked R07

System Controlled by Axl
/music/contests/mc4/rookie/m4r-cont.zip
10 Nov 1996 (catalog date)
81,583 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Sweetly Beguiled by Imaginary Unit
/music/contests/mc5/intermed/m5i-swee.zip
29 Aug 1997 (catalog date)
300,867 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Unfulfilled Desires by Psion
/music/contests/mc5/rookie/m5r-unfd.zip
29 Aug 1997 (catalog date)
263,860 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Icy Heat by Sledgehammer of Theend, Bios
/music/contests/mc5/veteran/m5v-heat.zip
29 Aug 1997 (catalog date)
294,504 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Called To Lead by Chimera
/music/contests/mc6/rookie/m6r-ctl.zip
28 Mar 1999 (catalog date)
354,691 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Epic Called Life by Overfiend
/music/contests/mc6/rookie/m6r-epli.zip
28 Mar 1999 (catalog date)
218,418 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Trancescrambled Egg 2 by EGG, Kosmic
/music/disks/1995/egg-trnc.zip
18 Sep 1996 (catalog date)
4,833,185 bytes
Download FTP scene.org
Rating:

Blah by Axl, Vibrance, Stinger, Necros, Human, Kamophlage, Jtown, Monaco's, Darkwolf, Nf, Porus, Sledge, Luvk, Bluenote, Cubik, Paso, Pothead, QPorcupine, Lepra, Sunday, Perisoft
/music/disks/1996/blah.zip
14 Jul 1997 (catalog date)
1,679,008 bytes
Download FTP scene.org
Rating:

Controlled by dj3
/music/disks/1997/3-cntrl.zip
02 Oct 1997 (catalog date)
1,543,823 bytes
Download FTP scene.org
Rating:

Jungledrome E.p. by Junglizt of Skyjump Team
/music/disks/1997/sky_jdrm.zip
04 Aug 1997 (catalog date)
2,488,131 bytes
Download FTP scene.org

Master Mixer v5.1
/music/programs/mixers/mm5_1.zip
21 Jan 1997 (catalog date)
90,960 bytes
Download FTP scene.org
Full range SB mixer (All functions) Undocumented controls enabled! Automatic "clicks" removal. Can save 6 different mixing configs. Can replace ALL SB drivers at BOOT. Boots your PC (DOS) in a second. Unlimited number of Special Effects. User definable Chorus/Reverb+editor. [v5.1:Fix OPL3, AWE32, PC Spk level.] Does DSP Reset, EMU Reset. Win95 Ok! Can enable/disable any function. Command-line "QuickLoading" (tm) Sets your mixer in 1/4th a second!

Winamp 1.92 Full Version Including Plugins by Nullsoft
/music/programs/players/wamp192f.zip
08 Jul 1998 (catalog date)
630,966 bytes
Download FTP scene.org
Instructions: Unzip the file and run install.bat. "Sit back, shutup, everything will be installed for you." - Scott Sauer

Sampled V1.24 by Neurodancer
/music/programs/samplers/sampl124.zip
27 May 1998 (catalog date)
405,907 bytes
Download FTP scene.org
A full-featured DOS sound-editor, with lots of effects such as spectrum editing (directly edit sound spectra using loads of tools), Time Variable Filters (low/high/band-pass/stop), Am, fm, flanger, reverberation room, robotize, compressor/expander, morph, echo-killer, strange effects (String-ize, Voice Modifier, TVShifter, Robotize), all the other 'standard' wave-editing tools (delay,resample,level-control,etc...)

Tr-808 Patches For The Gus by Tek of OTM
/music/samples/808_gus.zip
20 Sep 1997 (catalog date)
153,835 bytes
Download FTP scene.org
These aren't samples from a true 808, they're from the RB-338. They do, however, sound REALLY close, are sampled at 44.1kHz/16bit, and sound a lot better than any of the other 808 patch sets I've heard. You may want to adjust the volumes a bit: they're all maximized. Included are kick, snare, clap, hihat (open and closed), crash cymbal, cowbell, and maracas. Sorry if you wanted the toms or congas or anything else, but I got lazy... Maybe I'll put those out soon.

Guitar Chords by pOOgle, djzip
/music/samples/chords.zip
04 Jun 1998 (catalog date)
2,005,898 bytes
Download FTP scene.org
These are some verious guitar chords in .XI format sampled in 16-bit off an expensive electric guitar :) Performed by pOOgle and edited by djzip.

Juno 106 Pack 1 by DotH of MultiDimensional
/music/samples/dothpk1.zip
15 Jan 1998 (catalog date)
4,971,232 bytes
Download FTP scene.org
Samples for quality tracking from the juno. The pack includes sweeped synths and bass sounds. Recommended for Techno-Trance-Goa music. contains full sweeps so you can have all the samples needed to make real-like sweeps. All samples are 16 bit at 44.1Khz WAV. Pack contains detailed list of samples.

Various Guitar Pieces by poogle, djzip
/music/samples/guit_var.zip
04 Jun 1998 (catalog date)
3,135,673 bytes
Download FTP scene.org
16-bit .XI samples sampled off an electric guitar. Contains high quality bassguitars but also some famous riffs and plays. Fun but still useful in our opinion.

Kurzweil K2000 Rom Bank Drums by Lala
/music/samples/k2kdrums.zip
25 Jun 1997 (catalog date)
967,382 bytes
Download FTP scene.org
Selected ROM Bank drums sampled from my Kurzweil K2000. Most of it is in 22 kHz, 16-bit mono WAV format, except for some high-frequency content drums.

Soundwave's Samples, Dr-550mkii Drum Machine Samples by Soundwave
/music/samples/s16dr550.zip
26 Apr 1997 (catalog date)
1,466,881 bytes
Download FTP scene.org
50 high quality, 44.1khZ / 16 bit drum samples sampled directly from the Boss dr550mkII drum machine.

Soundwave's Sample Collection, Waldorf Pulse by Soundwave
/music/samples/s16pulse.zip
13 Oct 1997 (catalog date)
23,581,833 bytes
Download FTP scene.org
Samples of the Waldorf Pulse bass synthesizer, 44.1kHz 16 bit, 8 packs. The Waldorf Pulse is a classy, 3-VCO analog bass synthesizer with some nice acid-tweaking knobs if done right. It can do great Minimoog sounds, screeching leads, and more. Some are homemade, some are not, some are factory patches. Most are multisampled for that analog feel if you split up the waveform. Lots of bass sounds - that's what the Pulse is good for.

Bungy Guitar by PiCoder of Seaber Designs
/music/samples/sed-bgtr.zip
09 Jan 1998 (catalog date)
2,296,425 bytes
Download FTP scene.org
16 bit, 44.1kHz, multisampled, looped WAVs of kinda steel guitar

Cweak Bass by PiCoder of Seaber Designs
/music/samples/sed-cwbs.zip
05 Jan 1998 (catalog date)
595,670 bytes
Download FTP scene.org
16 bit, 44.1kHz, multisampled, looped WAVs of cool and fatty bass

Dou Bass by PiCoder of Seaber Designs
/music/samples/sed-dobs.zip
05 Jan 1998 (catalog date)
832,551 bytes
Download FTP scene.org
16 bit, 44.1kHz, multisampled, looped WAVs of fatty bass

Darkside Piano by PiCoder of Seaber Designs
/music/samples/sed-dspn.zip
05 Jan 1998 (catalog date)
4,513,676 bytes
Download FTP scene.org
16 bit, 44.1kHz, multisampled, looped WAVs of cool and fatty piano

Juno Special Strings by PiCoder of Seaber Designs
/music/samples/sed-jss.zip
31 Mar 1998 (catalog date)
1,802,395 bytes
Download FTP scene.org
This is a phat. juno-sounding string instrument. Multisampled to fit 4 octaves. 44.1 kHz, 16 bit samples in WAV format.

Metal Clanger Bass by PiCoder of Seaber Designs
/music/samples/sed-mcbs.zip
11 Mar 1998 (catalog date)
931,954 bytes
Download FTP scene.org
This is a unique-sounding bass, which has a clanging sound in its structure. Multisampled to fit 4 octaves. All samples are 44.1kHz, 16 bit.

Roland D-50 Samples by Soundwave
/music/samples/swd50.zip
11 Oct 1997 (catalog date)
16,076,830 bytes
Download FTP scene.org
Samples taken from a Roland D50, the king of the late 80s - LA synthesis and PCM samples. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Yamaha DX-27 Samples by Soundwave
/music/samples/swdx27.zip
11 Oct 1997 (catalog date)
16,992,316 bytes
Download FTP scene.org
Samples taken from the Yamaha DX27 - 4-op FM, the little cousin of the DX7. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Roland Juno 106 Samples by Soundwave
/music/samples/swjuno1.zip
11 Oct 1997 (catalog date)
15,529,471 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Korg X5 Samples by Soundwave
/music/samples/swx5.zip
11 Oct 1997 (catalog date)
16,367,474 bytes
Download FTP scene.org
Samples taken from the Korg X5, a classy little sample-based synthesizer. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Conceled Dreams by Cerulean
/music/songs/1995/d/d-cnldrm.zip
17 Sep 1996 (catalog date)
242,370 bytes
Download FTP scene.org
Rating:
(S3M)

The Thang Called Buttermilk by Crus
/music/songs/1995/h/hd-btrmk.zip
18 Sep 1996 (catalog date)
217,097 bytes
Download FTP scene.org
Rating:
(S3M)

Puzzled Mind by Tivurr, Polka B
/music/songs/1995/p/puzzled.zip
21 Sep 1996 (catalog date)
324,381 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Unparalled World by Arcturus
/music/songs/1996/a/aq_world.zip
17 Mar 1997 (catalog date)
105,373 bytes
Download FTP scene.org
Rating:
(IT)

The Truth That Lost Its Hope by Coiled
/music/songs/1996/c/c_truth.zip
17 Mar 1997 (catalog date)
369,825 bytes
Download FTP scene.org
Rating:
(IT)

Untitled by Cryptic Blood of Analogue Music
/music/songs/1996/c/cb-until.zip
19 Mar 1997 (catalog date)
178,369 bytes
Download FTP scene.org
Rating:
(S3M)

Untitled by Sh'ar
/music/songs/1996/f/fsk_unti.zip
15 Mar 1997 (catalog date)
155,487 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked XX
(XM)

Untitled by Icebound
/music/songs/1996/i/icb-unti.zip
21 Jan 1997 (catalog date)
157,884 bytes
Download FTP scene.org
Rating:
(XM)

Muffled Drums by Lord Pegasus of Kosmic
/music/songs/1996/k/k_muffld.zip
23 Aug 1996 (catalog date)
232,649 bytes
Download FTP scene.org
Rating:
(XM)

Journey Of Knowledge by Spyder
/music/songs/1996/n/no-jok.zip
22 Sep 1996 (catalog date)
595,708 bytes
Download FTP scene.org
Rating:
(XM)

Rifiled Trance by D.J. Crazy
/music/songs/1996/r/rifiled.zip
15 Mar 1997 (catalog date)
247,690 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked XX
(IT)

The Druid's Valley by Sledgehammer
/music/songs/1996/s/sld-drui.zip
15 Mar 1997 (catalog date)
107,110 bytes
Download FTP scene.org
Released at event PC96 in the mmul division and ranked 04
(XM)

Untitled by FacTioN of NIMPE
/music/songs/1996/u/untitled.zip
18 May 1998 (catalog date)
396,689 bytes
Download FTP scene.org
(XM)

Walk On by Sledgehammer
/music/songs/1996/w/walk.zip
15 Mar 1997 (catalog date)
348,084 bytes
Download FTP scene.org
Released at event PC96 in the m4ch division and ranked 02
(MOD)

2 ctrled by The Limb of Fanatic
/music/songs/1997/0-9/2ctrled.zip
13 Dec 1998 (catalog date)
687,611 bytes
Download FTP scene.org
Released at event BIZ97 in the mmul division and ranked 17

Rock by Arbeidsledighet of Rectum Cauda
/music/songs/1997/a/arb_rock.zip
30 Dec 1998 (catalog date)
347,090 bytes
Download FTP scene.org
Released at event DST97 in the mmul division and ranked 09

Called Out My Name by Hector of DeFy Productions
/music/songs/1997/c/called.zip
23 Dec 1997 (catalog date)
736,359 bytes
Download FTP scene.org
(IT)

Leveled by Vic of Acme
/music/songs/1997/l/leveled.zip
03 Dec 1997 (catalog date)
654,463 bytes
Download FTP scene.org
Released at event WIR97 in the mmul division and ranked 01
(PTM)

Majestic by DJ Untitled
/music/songs/1997/m/magestic.zip
15 Sep 1997 (catalog date)
88,559 bytes
Download FTP scene.org
(XM)

Untitled by MaD Hatter
/music/songs/1997/m/mh-untit.zip
31 May 1997 (catalog date)
1,192,778 bytes
Download FTP scene.org
(XM)

Scrambled Eggs by Nighthawk of ProFound Sound
/music/songs/1997/n/nwk-eggs.zip
29 Oct 1997 (catalog date)
132,109 bytes
Download FTP scene.org
(XM)

Peace by DJ Untitled
/music/songs/1997/p/peace.zip
03 Sep 1997 (catalog date)
71,986 bytes
Download FTP scene.org
(XM)

Untitled by ApHeX of Skyjump Team
/music/songs/1997/s/sky_untt.zip
29 Jul 1997 (catalog date)
302,478 bytes
Download FTP scene.org
(XM)

Silicon Sledgehammer by Lockheed of Anti-Matter
/music/songs/1997/s/slsledge.zip
31 Mar 1998 (catalog date)
130,287 bytes
Download FTP scene.org
(XM)

Strangled by ob1, ely
/music/songs/1997/s/sps_stra.zip
26 Jul 1997 (catalog date)
456,900 bytes
Download FTP scene.org
(XM)

Untitled T00n by Major Bludd of My Personal Smilies
/music/songs/1997/u/untitled.zip
23 May 1997 (catalog date)
168,022 bytes
Download FTP scene.org
(IT)

a bear called otso by chavez of doomsday, funktion
/music/songs/1998/a/abearcal.zip
07 Dec 1998 (catalog date)
194,442 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

And Emma Smiled by Makke of The Einstein Crew
/music/songs/1998/a/anemma.zip
05 Apr 1998 (catalog date)
156,178 bytes
Download FTP scene.org
Rating:
(XM)

Dark Knowledge by Silent man
/music/songs/1998/d/darkknow.zip
24 Jul 1998 (catalog date)
779,092 bytes
Download FTP scene.org
(IT)

Troubled by Vladimir JD Sopot
/music/songs/1998/j/jd-trbl.zip
11 Feb 1998 (catalog date)
658,217 bytes
Download FTP scene.org
(XM)

Killed by Smash of NOISE
/music/songs/1998/n/no-killd.zip
18 Jun 1998 (catalog date)
471,501 bytes
Download FTP scene.org
(XM)

Secrets by Impulse of Mental disabled software
/music/songs/1998/s/secrets_.zip
13 Dec 1998 (catalog date)
359,483 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Flag '98 Invitation Demo by Controlled Dreams
/party/invites/1998/cd-flg98.zip
05 Mar 1998 (catalog date)
1,732,223 bytes
Download FTP scene.org
Rating:
Released at event FLAG98
requires mouse

Recycled by Ryo-Ohki of Perspective Games, Tuhb, Backspace
/music/songs/1998/r/ryo_rcld.zip
04 Jul 2003 (catalog date)
627,290 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the mmul division and ranked XX
(IT)

The Lost Moon by PaleDeth
/music/songs/1998/p/pd-tlm.zip
04 Jul 2003 (catalog date)
376,900 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the mmul division and ranked 19
(XM)

Cycledoor Rave by Altruist, Reflect of Tulou
/music/songs/1998/c/cycle.zip
04 Jul 2003 (catalog date)
371,398 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the m4ch division and ranked 02
(MOD)

Mekka 97 Modules
/music/songs/1997/m/mek97oth.zip
06 Jul 2003 (catalog date)
8,543,860 bytes
Download FTP scene.org
Released at event MEK97 in the m4ch division and ranked XX
Songs that failed the preselection.

Seven by Coiled
/tla/disks/1996/c/c_seven.zip
29 Sep 1996 (catalog date)
2,046,186 bytes
Download FTP
Rating:

Flame Broiled by Hallogen Dreams
/tla/disks/1996/h/hd-flame.zip
29 Sep 1996 (catalog date)
1,241,650 bytes
Download FTP
Rating:

A Grasshopper Called Skunk by Bonghed
/tla/songs/1994/s3m/grasshop.zip
15 Sep 1996 (catalog date)
76,115 bytes
Download FTP
Rating:
Released at event TP94 in the mmul division and ranked XX

Atlantic Seas by Sledgehammer
/tla/songs/1995/mod/a/atlseas.zip
16 Sep 1996 (catalog date)
55,942 bytes
Download FTP
Rating:

Untitled by Terminator
/tla/songs/1995/mod/n/nkuntitl.zip
16 Sep 1996 (catalog date)
124,782 bytes
Download FTP
Rating:

Battledrome Remix by Darksin
/tla/songs/1995/s3m/b/bdremix.zip
16 Sep 1996 (catalog date)
205,665 bytes
Download FTP
Rating:

Titled by Golden Spud
/tla/songs/1995/s3m/g/gs-titld.zip
17 Sep 1996 (catalog date)
54,328 bytes
Download FTP
Rating:

Razor Filled Apple by BlackWolf
/tla/songs/1995/s3m/r/rfa.zip
20 Sep 1996 (catalog date)
141,137 bytes
Download FTP
Rating:

Cognition by Sledgehammer
/tla/songs/1995/xm/c/cognitio.zip
21 Sep 1996 (catalog date)
58,739 bytes
Download FTP
Rating:

Nailed To The Wall by Jimmac
/tla/songs/1995/xm/n/nailed.zip
21 Sep 1996 (catalog date)
105,299 bytes
Download FTP
Rating:

??? by Sledgehammer
/tla/songs/1995/xm/p/pc95-111.zip
13 Sep 1996 (catalog date)
176,720 bytes
Download FTP
Rating:
Released at event PC95 in the mmul division and ranked 02

Instinctual Behaviors by Coiled
/tla/songs/1996/it/c/c_behave.zip
18 Nov 1996 (catalog date)
441,339 bytes
Download FTP
Rating:

Black Man Don't Bash Me by Coiled
/tla/songs/1996/it/c/c_black.zip
18 Nov 1996 (catalog date)
319,940 bytes
Download FTP
Rating:

Caring Isn't Everything by Coiled
/tla/songs/1996/it/c/c_caring.zip
22 Sep 1996 (catalog date)
40,042 bytes
Download FTP
Rating:

Fuck You for the Concern by Coiled
/tla/songs/1996/it/c/c_concrn.zip
18 Nov 1996 (catalog date)
409,568 bytes
Download FTP
Rating:

Dead Heat by Coiled
/tla/songs/1996/it/c/c_deadht.zip
22 Sep 1996 (catalog date)
43,188 bytes
Download FTP
Rating:

How To Destroy Demons by Coiled
/tla/songs/1996/it/c/c_demons.zip
22 Sep 1996 (catalog date)
179,690 bytes
Download FTP
Rating:

Curious Dream by Coiled
/tla/songs/1996/it/c/c_dreamd.zip
22 Sep 1996 (catalog date)
348,267 bytes
Download FTP
Rating:

Frustrated Fuck by Coiled
/tla/songs/1996/it/c/c_frustf.zip
22 Sep 1996 (catalog date)
235,332 bytes
Download FTP
Rating:

Hell's Work Song by Coiled
/tla/songs/1996/it/c/c_hellwk.zip
22 Sep 1996 (catalog date)
284,903 bytes
Download FTP
Rating:

I by Coiled
/tla/songs/1996/it/c/c_i.zip
18 Nov 1996 (catalog date)
1,351,984 bytes
Download FTP
Rating:

Love Decays by Coiled
/tla/songs/1996/it/c/c_lvdcay.zip
22 Sep 1996 (catalog date)
1,041,766 bytes
Download FTP
Rating:

Perculated by Coiled
/tla/songs/1996/it/c/c_percmi.zip
22 Sep 1996 (catalog date)
179,331 bytes
Download FTP
Rating:

Rush Hour Traffic by Coiled
/tla/songs/1996/it/c/c_rshour.zip
22 Sep 1996 (catalog date)
253,033 bytes
Download FTP
Rating:

Sadisitc Youth by Coiled
/tla/songs/1996/it/c/c_sadyut.zip
22 Sep 1996 (catalog date)
418,988 bytes
Download FTP
Rating:

The Art of STI by Coiled
/tla/songs/1996/it/c/c_seeing.zip
18 Nov 1996 (catalog date)
273,181 bytes
Download FTP
Rating:

Shutdown It Lives by Coiled
/tla/songs/1996/it/c/c_shutdn.zip
18 Nov 1996 (catalog date)
92,907 bytes
Download FTP
Rating:

The Downward Spiral (cover) by Coiled
/tla/songs/1996/it/c/c_spiral.zip
18 Nov 1996 (catalog date)
144,325 bytes
Download FTP
Rating:

Suicidal Energy by Coiled
/tla/songs/1996/it/c/c_sucide.zip
22 Sep 1996 (catalog date)
169,176 bytes
Download FTP
Rating:

Triscuit (remix) by Coiled
/tla/songs/1996/it/c/c_trsmix.zip
18 Nov 1996 (catalog date)
451,327 bytes
Download FTP
Rating:

A Voluntary Misfortune by Coiled
/tla/songs/1996/it/c/c_volunt.zip
18 Nov 1996 (catalog date)
173,146 bytes
Download FTP
Rating:

Virgin Fuckmachine by Coiled
/tla/songs/1996/it/c/c_vrgnfk.zip
22 Sep 1996 (catalog date)
691,172 bytes
Download FTP
Rating:

Watchwork Addict by Coiled
/tla/songs/1996/it/c/c_watch.zip
22 Sep 1996 (catalog date)
271,677 bytes
Download FTP
Rating:

Controlled Sounds by Dinasty
/tla/songs/1996/it/d/dny-cont.zip
22 Sep 1996 (catalog date)
243,618 bytes
Download FTP
Rating:

Untitled by Deks
/tla/songs/1996/s3m/d/deks.zip
11 Aug 1996 (catalog date)
41,755 bytes
Download FTP
Rating:

Travelled by Blackbird
/tla/songs/1996/xm/b/bb_trave.zip
16 Nov 1996 (catalog date)
347,051 bytes
Download FTP
Rating:

(untitled) by Dr. Awesome
/tla/songs/1996/xm/u/uhb_them.zip
22 Sep 1996 (catalog date)
210,293 bytes
Download FTP
Rating:

Computer Controlled by X Reel
/tla/songs/1996/xm/x/xr13p.zip
17 Nov 1996 (catalog date)
1,027,013 bytes
Download FTP
Rating: