Search for "own": 191 matches

Clax by Borzom
/code/3d/systems/claxsrcp.zip
19 Jan 1998 (catalog date)
49,402 bytes
Download FTP scene.org
Rating:
Clax Keyframing system. Multi-platform. Confusing to use code, but possibly worth it if you don't want to write your own keyframer.

Rotating 3d escher-knot by Oliver Nash
/code/3d/systems/gsescher.zip
30 Jun 1998 (catalog date)
19,895 bytes
Download FTP scene.org
Rating:
The author says he appreciates a mention when you "steal" his formula, but "his" formula was already used on the amiga a long time ago. It might be useful downloading though if you're a starting 3d coder because the flatshaded 3d engine is very easy to understand. C

4 Sided Polygon Texture Mapper by Alan Parker
/code/3d/trifill/texmap/bastxmap.txt
08 Jun 1997 (catalog date)
8,601 bytes
Download FTP scene.org
Rating:
Although this texture mapper is coded in GFA Basic for the Atari ST the code is comprehensible enough to be useful for PC owners.

Indoor Music System by Pascal of Cubic Team
/code/audio/players/ims06.zip
17 Jan 1999 (catalog date)
314,727 bytes
Download FTP scene.org
Rating:
This is the player used by the wellknown Cubic Player. Supports a lot of different soundcards and a lot of different file formats including .IT files.

Fire by Fantom Cat of Swat Cats
/code/effects/fire/swfire.zip
17 Jan 1999 (catalog date)
6,160 bytes
Download FTP scene.org
Rating:
An original variation of the well-known fire effect.

Tom's Plasma by Tom Dibble
/code/effects/plasma/tplas11.zip
10 Jan 1997 (catalog date)
139,950 bytes
Download FTP scene.org
Rating:
Decent plasma example - Has some "fractal clouds" code too. Needs a random number generator of it's own so that there isn't the huge data file of mostly random numbers that goes along with it.

Alias by Minimalist
/code/effects/rotozoom/alias.zip
25 Aug 1997 (catalog date)
164,287 bytes
Download FTP scene.org
Rating:
Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.

Slimy Rotozoomer by SliQ
/code/effects/rotozoom/texmpsrc.zip
08 Jun 1997 (catalog date)
49,314 bytes
Download FTP scene.org
Rating:
A slimy version of the wellknown rotozoomer effect.

Bobs Editor by Avalanche
/code/effects/vectball/bedit110.zip
26 Jun 1997 (catalog date)
42,920 bytes
Download FTP scene.org
Rating:
This editor generates some numbers that you can use as input for your own bob routines. Not very useful.

Animation Construction Kit 3D (source) by Lary Myers
/code/effects/worlds/acksrc.zip
25 Aug 1997 (catalog date)
146,731 bytes
Download FTP scene.org
Rating:
A Wolfenstein-like 3d world engine by Lary Myers, including all sources and a good explanation of how it works. To make it run you also have to download ackkit.zip which contains all the data.

File (de)concatenator by Kli
/code/fileutil/klitar10.zip
17 Jan 1999 (catalog date)
19,344 bytes
Download FTP scene.org
Rating:
Puts separate files in one big file and separates them again. Not very useful, unless you want to use it as a utility for your own virtual file system.

Ralf Brown's Interrupt List
/code/hardware/general/telerama.zip
17 Jan 1999 (catalog date)
827,866 bytes
Download FTP scene.org
Rating:
Every coder should download this, it's the best interrupt list around.

Bytes Of Wisdom Diskmag Engine Sources by MinMax of Septic Productions
/code/mags/bow5src.zip
21 Aug 1998 (catalog date)
109,870 bytes
Download FTP scene.org
Sources to diskmag engine written in Watcom C. Can use VBE 1.2/2.0 & textmode. Very flexible. Also it is recomended that you download the diskmag itself (to get the example files) (bow5.zip)

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. :)

Polyfiller Tutorial by Natan Whitaker
/code/tutors/graphics/poly_tut.zip
17 Jan 1999 (catalog date)
134,279 bytes
Download FTP scene.org
Rating:
The example executable included doesn't seem to work, but the textfile might be useful for beginners who want to write their own polyfiller routines.

Bezier and Spline by plash of Azure
/code/tutors/math/azr_bcrv.zip
19 Jan 1998 (catalog date)
96,843 bytes
Download FTP scene.org
Rating:
Examples of Bezier patches and B-spline curves. Read a reference on bezier or spline modelling first. The math is not easy nor is it explained by the author. Good reference if you are having troubles getting your own routines to work.

VGA 128kb Tutorial by LSD of Meltdown
/code/tutors/video/vga128kb.zip
17 Jan 1999 (catalog date)
11,027 bytes
Download FTP scene.org
Rating:
Explains how to access 128kb of videomemory.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsco20.zip
25 Aug 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. Good utility with full source for reading .3DS files. It's easily tweakable (with a #define) to read from a file or memory and not that difficult to tweak for your own 3d structures. It's also done well enough that adding support for more features of the .3ds format should not be that difficult from a coding standpoint. Specs are admittedly hard to find.

C-- by Peter Cellik
/code/utils/compiler/c--c0203.zip
10 Jan 1997 (catalog date)
309,669 bytes
Download FTP scene.org
Rating:
C-- compiler,It's either a stripped down version of C or ASM on steriods. It was good and cool some time ago, but there are surely better development platforms available.

QLIB 2.02 by Sub Death
/code/utils/compiler/qlib202.zip
10 Jul 1997 (catalog date)
362,098 bytes
Download FTP scene.org
Rating:
Replacements for standard C Library functions. Uses pmode/w. It replaces most standard C library functions, presumeably so that you don't have to link in the stdlibraries keeping an executable size down. Has some extras.

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?

BBS Reggae Muffin by Razor 1911
/demos/1993/d/download.zip
29 Jun 1996 (catalog date)
22,108 bytes
Download FTP scene.org
Rating:

Killing Time by Breakdown
/demos/1993/k/killtime.zip
29 Jun 1996 (catalog date)
601,910 bytes
Download FTP scene.org
Rating:

BBS Breakdown by Electron
/demos/1993/m/megacool.zip
29 Jun 1996 (catalog date)
2,953 bytes
Download FTP scene.org
Rating:

Nuclear Detonation by Nuclear Meltdown
/demos/1993/n/nm_det.zip
29 Jun 1996 (catalog date)
27,788 bytes
Download FTP scene.org
Rating:

BBS Downtown by The Universal Coders
/demos/1994/d/downtown.zip
29 Jun 1996 (catalog date)
14,692 bytes
Download FTP scene.org
Rating:

Meltdown by SPA
/demos/1994/m/meltdown.zip
14 Jan 1997 (catalog date)
677,698 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 17

Posse by Meltdown
/demos/1994/p/posse.zip
27 Sep 1997 (catalog date)
345,359 bytes
Download FTP scene.org
Rating:
386,,SB,

Super Unknown by Five and Then Some
/demos/1994/s/sunknown.zip
29 Jun 1996 (catalog date)
1,611,721 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the demo division and ranked 01

Unknown by Mindprobe
/demos/1994/u/unknown.zip
29 Jun 1996 (catalog date)
347,971 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 02

Countdown by Realtech
/demos/1995/c/countdwn.zip
29 Jun 1996 (catalog date)
925,447 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 04

NM2 by Nuclear Meltdown
/demos/1995/n/nm2.zip
30 Jun 1996 (catalog date)
9,432 bytes
Download FTP scene.org
Rating:

4.77 MHz by Nuclear Meltdown
/demos/1996/0-9/477mhz.zip
30 Jun 1996 (catalog date)
86,013 bytes
Download FTP scene.org
Rating:

Blast by Unknown
/demos/1996/b/blast.zip
31 Aug 1996 (catalog date)
4,906 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the in4k division and ranked 03

Blown Away Hopes by Borealis
/demos/1996/b/bor_hope.zip
08 Jun 1997 (catalog date)
324,851 bytes
Download FTP scene.org
Rating:

Breakdown by The Crow
/demos/1996/b/brkdown.zip
16 Nov 1996 (catalog date)
66,066 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the in64 division and ranked 03

Downtown by Abyss
/demos/1996/d/downtown.zip
09 Feb 1997 (catalog date)
1,027,109 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 16
P5,VESA,GUS/SB,2MB

BBS Black Town by Darkness Unknown Force
/demos/1996/d/dufbtint.zip
15 Nov 1996 (catalog date)
6,919 bytes
Download FTP scene.org
Rating:

BBS Harakiri by Darkness Unknown Force
/demos/1996/d/dufhk.zip
31 Jan 1997 (catalog date)
4,154 bytes
Download FTP scene.org
Rating:
486

Simple by Darkness Unknown Force
/demos/1996/d/dufsimpl.zip
08 Nov 1996 (catalog date)
471,312 bytes
Download FTP scene.org
Rating:

Known Thing by Maroon
/demos/1996/k/knowthng.zip
06 Dec 1996 (catalog date)
39,894 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 15

The Lynch by Nuclear Meltdown
/demos/1996/n/nm_lynch.zip
30 Jun 1996 (catalog date)
575,813 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 08

The Mistake by Nuclear Meltdown
/demos/1996/n/nm_mistk.zip
13 Oct 1996 (catalog date)
21,565 bytes
Download FTP scene.org
Rating:
Released at event NAID96

Small by Nuclear Meltdown
/demos/1996/n/nm_small.zip
06 Jul 1996 (catalog date)
4,657 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the in4k division and ranked ??

Unknown by Exhumers
/demos/1996/u/unknown.zip
09 May 1998 (catalog date)
68,627 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 09
386,,GUS,

The Letdown Project by Exadus
/demos/1997/e/exs_ldpf.zip
27 Feb 1998 (catalog date)
1,465,561 bytes
Download FTP scene.org
Rating:

Toontown by Kolor
/demos/1997/t/toontown.zip
04 May 1997 (catalog date)
874,483 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the demo division and ranked 03

Unknown Powers by The Fun Factory
/demos/1997/u/up.zip
05 Aug 1997 (catalog date)
54,442 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in64 division and ranked 05

Lost in Chinatown by Extreme Command
/demos/1997/x/xtc_chna.zip
16 May 1998 (catalog date)
444,651 bytes
Download FTP scene.org
Rating:

Boogie Down by Accumulator
/demos/1998/a/axboogie.zip
19 May 1998 (catalog date)
2,841,047 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the dtxt division and ranked 02
,,SB,

H-Town by H-Town Playaz
/demos/1998/h/htown98.zip
23 May 1998 (catalog date)
1,294,399 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the djav division and ranked 04
JAVA

Return of the Mack by H-Town Players
/demos/1998/h/htownass.zip
12 Nov 1998 (catalog date)
1,901,054 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the djav division and ranked 07
JAVA

Lockdown by Reality Benders
/demos/1998/l/lockdown.zip
18 Oct 1998 (catalog date)
38,010 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 05
,,GUS,

Brown Eyed Girl by Tohe
/graphics/images/1995/b/brown_ey.zip
04 Jul 1996 (catalog date)
57,348 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the grfx division and ranked 07

Firestorm by Danny
/graphics/images/1996/b/blownawa.zip
14 May 1997 (catalog date)
1,195,541 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the grfx division and ranked 03

Sundown by ???
/graphics/images/1996/s/sundown.zip
23 Nov 1996 (catalog date)
39,530 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grfx division and ranked XX

Homegrown God by Exorcist
/graphics/images/1996/x/xor-hgod.zip
25 Oct 1996 (catalog date)
133,047 bytes
Download FTP scene.org
Rating:

Achtung by unknown
/graphics/images/1998/a/achtung.zip
25 Nov 1998 (catalog date)
793,132 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
771x446x16m

Craft by unknown
/graphics/images/1998/c/craft.zip
25 Nov 1998 (catalog date)
42,422 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
425x425x16m

unknown by unknown
/graphics/images/1998/d/darkfutr.zip
25 Nov 1998 (catalog date)
360,520 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
567x283x16m

Euphoria by unknown
/graphics/images/1998/e/euphblue.zip
25 Nov 1998 (catalog date)
47,879 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the gfst division and ranked ??
640x480x16m

Fallen Angels by unknown
/graphics/images/1998/f/fallnang.zip
25 Nov 1998 (catalog date)
22,336 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
454x340x16m

Forest by unknown
/graphics/images/1998/f/forest.zip
25 Nov 1998 (catalog date)
45,007 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the gfst division and ranked ??
936x702x16m

PTC by unknown
/graphics/images/1998/p/ptcpark2.zip
25 Nov 1998 (catalog date)
191,846 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the gfst division and ranked ??
640x480x16m

unknown by AVMR
/graphics/images/1998/t/terrafma.zip
25 Nov 1998 (catalog date)
53,665 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
454x433x16m

Countdown Unpacker by Scale of Blasm
/graphics/programs/convert/cdunpack.zip
18 Jun 1998 (catalog date)
8,066 bytes
Download FTP scene.org
rip GIFs from "Countdown" by Realtech

SynTheme by Mike Brown
/music/contests/mc1/entries/__synthm.zip
09 Nov 1996 (catalog date)
114,014 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 13

The Unknown Land by Welti
/music/contests/mc4/veteran/m4v-unkn.zip
10 Nov 1996 (catalog date)
684,801 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Secrets Of The Mind - Dream by The Unknown of The Fredscape Mod Collective
/music/contests/mc5/intermed/m5i-sotm.zip
29 Aug 1997 (catalog date)
579,128 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Downfall by Hydro of Aquatica
/music/contests/mc5/rookie/m5r-dnf.zip
29 Aug 1997 (catalog date)
124,763 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Habits by Logòs of Charlie Brown Records
/music/contests/mc5/veteran/m5v-hbit.zip
29 Aug 1997 (catalog date)
555,943 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Further Down
/music/contests/mc6/intermed/m6i-down.zip
28 Mar 1999 (catalog date)
414,919 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Unknown by Wanderer
/music/contests/mc6/intermed/m6i-unkn.zip
28 Mar 1999 (catalog date)
624,958 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

And We Drown by Prufrock
/music/contests/mc6/rookie/m6r-drwn.zip
28 Mar 1999 (catalog date)
277,951 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R02

Lovely Girl Drowning by EatStatic
/music/contests/mc6/rookie/m6r-love.zip
28 Mar 1999 (catalog date)
467,440 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Imperfect by Frown
/music/contests/mc6/veteran/m6v-impf.zip
28 Mar 1999 (catalog date)
626,135 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Downbeat by Union
/music/disks/1995/dbeat.zip
26 Jul 1996 (catalog date)
3,759,455 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:

Deceased Ambition (XM Pack) by Vincent Voois
/music/disks/1996/daxmpck.zip
22 Jan 1997 (catalog date)
5,063,281 bytes
Download FTP scene.org
Rating:
At 5 megs, you might not want to download this. Trust me, you do. There are a couple totally kick ass tunes in here... this guy is good.

Spur Of The Moment by Aahz, Axl, Aztechie, Bluenote, Daedalus, Dilvish, Generic Blues, Jtown, Lemm, Luvk, Nf, Pothead, Qporcupine, Rage
/music/disks/1996/spur.zip
14 Jul 1997 (catalog date)
1,646,679 bytes
Download FTP scene.org

Ancient Tracks by Tangerine of T-Rex
/music/disks/1996/tan-ant.zip
23 Jan 1997 (catalog date)
2,023,579 bytes
Download FTP scene.org
Rating:
This guy is consistenly good and even samples some of his own stuff (a lost art). This pack was released in 1996 but contains his tunes from 1995. I wish I knew what he was doing these days.

Dee Musicdisk Two by Dee
/music/disks/1997/dee2.zip
01 Feb 1997 (catalog date)
4,250,859 bytes
Download FTP scene.org
Rating:
Slam! This is how a music disk should be done. Absolutely the best interface I've seen for a music disk since Epidemic. Not only that, but the interface is configurable... you can actually use it for your own productions. The music kicks ass. If you only download a couple music disks this year, be sure that one of them is Dee Musicdisk Two!

Pinkbrownwhite Ep by Sandra, Chantal of Play These Records
/music/disks/1998/ptr-pbw.zip
29 Jul 1998 (catalog date)
122,198 bytes
Download FTP scene.org

Cubic Player 2.0 Alpha Plus Plus Enhanced Full Version by pascal
/music/programs/players/cp20full.zip
14 May 1998 (catalog date)
663,963 bytes
Download FTP scene.org
This is the FULL version of Cubic Player 2.0 alpha plus plus enhanced. I took the time to complete this so that people wouldn't have to keep downloading the main player and all the enhancements. If I missed anything, let me know.

Denzogtr.zip by Alessandro De Sanctis
/music/programs/players/denzogtr.zip
11 Dec 1997 (catalog date)
93,829 bytes
Download FTP scene.org
This is the ultimate chords/scales finder: all you're looking for DenzoGtr can find. This is not a scales or chords dB, but a powerful engine that you cam program for finding all positions for both scales and chords. There is no a fix number of choice: you can find 10, 100, 1000, 10000 position for each chord depending from tunig, finger positions, inversions and other parameters. In the same way you can search for 3 notes for string scales or pentatonic pattern etc. Also arpeggios are simple to find. Remenber that DenzoGtr is designed to be expanded with your own tuning, scales and chords. So have fun, Alex.

Universal Module Player 32 V0.39a by Terry Chatman of none
/music/programs/players/u32-039a.zip
15 Jun 1998 (catalog date)
95,572 bytes
Download FTP scene.org
A pretty damn good module player with no quirks. Easy to setup & use. Supports loading of multiple modules, MOD/S3M/XM, Sound Blaster Series, Pro Audio Spectrum Series, & Microsoft Sound System sound cards and compatibles. Download this today

Download samples from AWE32
/music/programs/samplers/awe32bnk.zip
09 Sep 1996 (catalog date)
15,432 bytes
Download FTP scene.org
(Windows)

CD Information v1.4
/music/programs/samplers/cdinfo14.zip
09 Sep 1996 (catalog date)
67,352 bytes
Download FTP scene.org
download samples from CD (DOS)

Orangator V2.0b7 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-or2b.zip
26 Feb 1998 (catalog date)
476,525 bytes
Download FTP scene.org
Orangator is a powerful virtual analogue synthesizer with subtractive, additive and fm method of synthesis. Tons of improvements in this version. Beta 7 - use on your own risk.

Impulse Tracker Font Editor V2.12 by ZaStaR
/music/programs/trackers/itf212.zip
19 Aug 1997 (catalog date)
43,399 bytes
Download FTP scene.org
Edits the font Impulse Tracker uses. Tired of the illegible DOS fonts IT is forced to use? Load from a new selection of fonts or make your own.

Vibe Control Center V1.01 by Logos of Charlie Brown Records
/music/programs/unusual/vibe101.zip
06 Jun 1997 (catalog date)
618,214 bytes
Download FTP scene.org
Vibe Control Center is a program which enlightens the work of the (music-)group manager. VCC has a powerful (paradox-based) database in which all the group- data can be entered. With this information VCC can easily print fancy text-files in the format you have designed with the powerful (html-alike) text-structuring language. VCC can also pack your releases or disks with the push of a button, WITH the info-files that carry the latest of your group its information. No more endlessly preparing an info-file for a musicdisk or release, just push that button. By downloading Vibe, you have earned a good night sleep, Logos

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus4.zip
11 Sep 1996 (catalog date)
1,495,900 bytes
Download FTP scene.org
This is the fourth and probably last in a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. In this collection, I've tried to sample unique sounds native only to the proteus synthesizer and that cannot be found in the General MIDI set. I'm hoping to provide the means for the many composers out there to make some truly unique sounding mods. I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC as was done on the first two Proteus packs. This has yielded some very quiet and crisp samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit mono and were created by playing different notes on the multisound, and capturing them live to disk using the Multisound's own digital audio sampler. Post editing was done to optimize gain and remove the dead space as well as to keep the samples reasonable small.

Sine Bass Samples
/music/samples/sine.zip
10 Sep 1996 (catalog date)
557,956 bytes
Download FTP scene.org
unknown format, 8-bit 44kh

Roland JX3P Sample Pack Number 1 by Swill
/music/samples/swil-jx1.zip
21 Jan 1997 (catalog date)
1,419,144 bytes
Download FTP scene.org
One of the best synthesizers from the early 80s, now used (like the tb-303) for techno music. All classic sounds, now captured for playback on PC soundcard to use with your own music. Recorded in 16 bit mono. All samples are freeware, but feel the urge to mention the sampler in the credits.

Roland JX3P Sample Pack Number 2 by Swill
/music/samples/swil-jx2.zip
21 Jan 1997 (catalog date)
1,613,623 bytes
Download FTP scene.org
One of the best synthesizers from the early 80s, now used (like the tb-303) for techno music. All classic sounds, now captured for playback on PC soundcard to use with your own music. Recorded in 16 bit mono. All samples are freeware, but feel the urge to mention the sampler in the credits.

Feeling Down by Skunk
/music/songs/1995/d/down.zip
11 Sep 1996 (catalog date)
141,965 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the mmul division and ranked XX
(XM)

Mysterious Unknown by Rascal
/music/songs/1995/d/dsa_myst.zip
21 Sep 1996 (catalog date)
469,544 bytes
Download FTP scene.org
Rating:
(XM)

Hexagram by HyperUnknown
/music/songs/1995/h/hexagram.zip
21 Sep 1996 (catalog date)
287,988 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Innerdub by Merrick Brown
/music/songs/1995/i/innerdub.zip
16 Sep 1996 (catalog date)
99,539 bytes
Download FTP scene.org
Rating:
(MTM)

Deep Deep Down by Vladimir JD Sopot
/music/songs/1995/j/jd-deep.zip
01 Aug 1997 (catalog date)
141,236 bytes
Download FTP scene.org
Rating:
(XM)

Into the Unknown by Kxmode
/music/songs/1995/k/kx-into.zip
18 Sep 1996 (catalog date)
452,865 bytes
Download FTP scene.org
Rating:
(S3M)

My Kind Of Town by Nexus
/music/songs/1995/n/nex-town.zip
18 Sep 1996 (catalog date)
152,255 bytes
Download FTP scene.org
Rating:
(S3M)

Slow Town by Trifid
/music/songs/1995/r/raf-town.zip
21 Sep 1996 (catalog date)
333,868 bytes
Download FTP scene.org
Rating:
(XM)

Virus by Unknown
/music/songs/1995/v/virus.zip
16 Sep 1996 (catalog date)
139,754 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(MED)

Walking Down My Back by Bom
/music/songs/1995/w/walking.zip
21 Sep 1996 (catalog date)
292,366 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Weird Little Town by Xhale of Calamity, DCS
/music/songs/1995/w/wierdtow.zip
02 Jun 1998 (catalog date)
83,958 bytes
Download FTP scene.org
Rating:
(MOD)

Beyond the Unknown by Hilander
/music/songs/1996/b/beytheun.zip
13 Sep 1996 (catalog date)
193,470 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the mmul division and ranked XX
(S3M)

Melancholoop by Logos of Charlie Brown Records
/music/songs/1996/c/cb-mloop.zip
11 Aug 1996 (catalog date)
328,449 bytes
Download FTP scene.org
Rating:
(XM)

Steppin' Through by Logos of Charlie Brown Records
/music/songs/1996/c/cb-stepp.zip
11 Aug 1996 (catalog date)
307,217 bytes
Download FTP scene.org
Rating:
(XM)

Struck by Logos, Guy, Pedro, Truxx of Charlie Brown Records
/music/songs/1996/c/cb-strck.zip
11 Aug 1996 (catalog date)
268,609 bytes
Download FTP scene.org
Rating:
(XM)

These Wings by Pedro of Charlie Brown Records
/music/songs/1996/c/cb-these.zip
01 Jul 1996 (catalog date)
405,222 bytes
Download FTP scene.org
Rating:
(XM)

Showdown by DD
/music/songs/1996/d/dd-showd.zip
16 Nov 1996 (catalog date)
247,751 bytes
Download FTP scene.org
Rating:
(XM)

Unknown Phuture by Elwood
/music/songs/1996/e/elw-unkf.zip
09 Apr 1997 (catalog date)
406,346 bytes
Download FTP scene.org
Rating:
(XM)

And You Thought The Beat Slow Down by Junglizt
/music/songs/1996/f/fl_beat.zip
06 Apr 1997 (catalog date)
109,116 bytes
Download FTP scene.org
(IT)

Get On Up, Get On Down by Matt
/music/songs/1996/g/getonup.zip
22 Sep 1996 (catalog date)
247,403 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the mmul division and ranked 01
(XM)

Hyper Does Hyper by HyperUnknown
/music/songs/1996/h/hu-hyper.zip
21 Jan 1997 (catalog date)
326,499 bytes
Download FTP scene.org
Rating:
(XM)

Sliding Down by Super Slimer of Metamorph
/music/songs/1996/m/m_slide.zip
30 Aug 1996 (catalog date)
159,050 bytes
Download FTP scene.org
Rating:
(XM)

Lol It Down by Tanigon
/music/songs/1996/p/pg_loldw.zip
23 Aug 1996 (catalog date)
246,369 bytes
Download FTP scene.org
Rating:
(XM)

Gladiator Showdown by RabiteMan
/music/songs/1996/r/rm-brass.zip
09 Apr 1997 (catalog date)
82,926 bytes
Download FTP scene.org
(IT)

I'm Going To Town by argh of TB
/music/songs/1996/t/tb-town.zip
09 Apr 1997 (catalog date)
253,029 bytes
Download FTP scene.org
Rating:
(IT)

Thunder Clowns by WildSide
/music/songs/1996/t/thunderc.zip
19 Mar 1997 (catalog date)
174,657 bytes
Download FTP scene.org
(S3M)

The Unknown by SoundMaster
/music/songs/1996/u/unknown.zip
22 Sep 1996 (catalog date)
60,349 bytes
Download FTP scene.org
Rating:
(MOD)

Wind Down by Reuben Fortier
/music/songs/1996/w/winddown.zip
22 Sep 1996 (catalog date)
516,249 bytes
Download FTP scene.org
Rating:
(IT)

Kenetically Funkified Chickens by Yannis Brown
/music/songs/1996/y/yb-kfc.zip
17 Nov 1997 (catalog date)
154,683 bytes
Download FTP scene.org
(IT)

Bluegrass Rock by Yannis Brown
/music/songs/1996/y/ybbgrass.zip
18 Nov 1996 (catalog date)
250,144 bytes
Download FTP scene.org
Rating:
(IT)

Optimism by Yannis Brown
/music/songs/1996/y/ybopti.zip
18 Nov 1996 (catalog date)
375,182 bytes
Download FTP scene.org
Rating:
(IT)

With Heart and With Soul by Yannis Brown
/music/songs/1996/y/ybsoul.zip
18 Nov 1996 (catalog date)
226,869 bytes
Download FTP scene.org
Rating:
(IT)

Spaz on Jazz by Yannis Brown
/music/songs/1996/y/ybspaz.zip
18 Nov 1996 (catalog date)
87,981 bytes
Download FTP scene.org
Rating:
(IT)

Down Deep by Perpetuator of Blitz Beat Productions
/music/songs/1997/b/b-down.zip
17 Sep 1997 (catalog date)
626,298 bytes
Download FTP scene.org
(XM)

Brown Dwarf by FLAtRich of fLAtDiSk SoftWorks
/music/songs/1997/b/b_dwarf.zip
04 Aug 1997 (catalog date)
255,156 bytes
Download FTP scene.org
(IT)

Mind Explorer by HyperUnknown of Bane Coders Software
/music/songs/1997/b/ban-mxpl.zip
18 Jan 1998 (catalog date)
395,264 bytes
Download FTP scene.org
(XM)

Big Day In Little Chinatown by Pirate Pete
/music/songs/1997/b/bigday.zip
05 Sep 1997 (catalog date)
101,308 bytes
Download FTP scene.org
(S3M)

Devil's Own by Ranger Rick of FTMI Studios
/music/songs/1997/d/devlsown.zip
05 Sep 1997 (catalog date)
659,008 bytes
Download FTP scene.org
(IT)

Unknown by Convertito of Dreamers
/music/songs/1997/d/dms-unk.zip
23 Jul 1997 (catalog date)
409,631 bytes
Download FTP scene.org
(XM)

Down by distance of orange
/music/songs/1997/d/down_.zip
16 Jan 1998 (catalog date)
85,702 bytes
Download FTP scene.org
(S3M)

Venture Into The Unknown by Imode
/music/songs/1997/e/en_ventu.zip
13 Apr 1997 (catalog date)
324,485 bytes
Download FTP scene.org
(IT)

The Final Countdown by Tompa
/music/songs/1997/f/finalc.zip
06 Apr 1997 (catalog date)
116,978 bytes
Download FTP scene.org
(IT)

Unknown But Known by Hyperunknown of Beam
/music/songs/1997/h/hu-known.zip
11 Sep 1997 (catalog date)
523,548 bytes
Download FTP scene.org
(XM)

Ghost Town by Mazedude of Ignition Music
/music/songs/1997/i/ighost.zip
01 Dec 1997 (catalog date)
138,910 bytes
Download FTP scene.org
(S3M)

The Unknown Sound by djzip of kombo
/music/songs/1997/k/km_unown.zip
06 Jan 1998 (catalog date)
488,643 bytes
Download FTP scene.org
(XM)

Long Way Down by Farmer
/music/songs/1997/l/longway.zip
23 Jul 1997 (catalog date)
718,762 bytes
Download FTP scene.org
(IT)

Love Dug Down by Nogsf of Tundra, Ewox
/music/songs/1997/n/no_ldd.zip
30 Dec 1998 (catalog date)
499,877 bytes
Download FTP scene.org
Released at event DST97 in the mmul division and ranked 08

Unknown Cargo by Dan of NWP
/music/songs/1997/n/nwp_unca.zip
03 Feb 1998 (catalog date)
175,814 bytes
Download FTP scene.org
(XM)

Frown 2 by Paso of Esteem
/music/songs/1997/p/p-frown2.zip
13 Apr 1997 (catalog date)
85,563 bytes
Download FTP scene.org
(IT)

I Love You - Trance You Down Into Happier State Remix by Psychad of Obvious
/music/songs/1997/p/psy_love.zip
02 Jun 1997 (catalog date)
488,597 bytes
Download FTP scene.org
(XM)

Origin Unknown by Silky of Resonance
/music/songs/1997/r/r_origin.zip
10 Jul 1997 (catalog date)
496,353 bytes
Download FTP scene.org
(XM)

Origin Unknown, Trance Mission From Uranus Mix by Silky of Resonance
/music/songs/1997/r/r_ou2.zip
10 Jul 1997 (catalog date)
527,436 bytes
Download FTP scene.org
(XM)

On Your Own by Setec of Artistic Idiotz
/music/songs/1997/s/sc_onyou.zip
08 Jun 1997 (catalog date)
461,117 bytes
Download FTP scene.org
(XM)

Wendy Towngas by Sinus
/music/songs/1997/s/sin-wend.zip
09 Apr 1997 (catalog date)
808,663 bytes
Download FTP scene.org
(IT)

If someone had known by Chris Meland of Melon
/music/songs/1997/s/someone.zip
09 Feb 1999 (catalog date)
407,314 bytes
Download FTP scene.org
Released at event TP97 in the mmul division and ranked ??

Gabberized Funk by Spurious of Dead Clown Records
/music/songs/1997/s/sp-gabb.zip
21 Jul 1997 (catalog date)
244,293 bytes
Download FTP scene.org
(XM)

Gabberdrome by Spurious of Dead Clown Records
/music/songs/1997/s/sp-gdrom.zip
21 Jul 1997 (catalog date)
167,148 bytes
Download FTP scene.org
(XM)

Race Of Discovery by Spurious of Dead Clown Records
/music/songs/1997/s/sp-rod.zip
16 Sep 1997 (catalog date)
268,296 bytes
Download FTP scene.org
(XM)

Sarcastic Shuffle by Spurious of Dead Clown Records
/music/songs/1997/s/sp-sarsh.zip
21 Jul 1997 (catalog date)
287,390 bytes
Download FTP scene.org
(XM)

The Experience by UNKNOWN
/music/songs/1997/t/theexper.zip
06 Jul 1997 (catalog date)
368,555 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 19
(XM)

Transmission - Origin Unknown Industry Mix by Dan Wilson of Duplo
/music/songs/1997/t/transmn.zip
20 Aug 1997 (catalog date)
919,189 bytes
Download FTP scene.org
(XM)

Slide It Down by Tryoth of Arise
/music/songs/1997/t/tth_sid.zip
06 Apr 1997 (catalog date)
165,118 bytes
Download FTP scene.org
(XM)

Unknwon by Dustchild
/music/songs/1997/u/unknown.zip
25 Apr 1998 (catalog date)
687,554 bytes
Download FTP scene.org
(XM)

Shutting Down by Will Be
/music/songs/1997/w/wb-shutd.zip
22 Jan 1998 (catalog date)
1,010,765 bytes
Download FTP scene.org
(IT)

Wit Down by Jason of Crusaders
/music/songs/1997/w/witdown.zip
06 Jul 1997 (catalog date)
353,889 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 22
(XM)

Aeons Of Notes by Yannis Brown
/music/songs/1997/y/ybaeon.zip
17 Nov 1997 (catalog date)
176,956 bytes
Download FTP scene.org
(IT)

You Are On Your Own by GKV
/music/songs/1997/y/yoyo-gkv.zip
25 Jul 1997 (catalog date)
180,663 bytes
Download FTP scene.org
(IT)

Looking At The Rain Falling Down by Teo of AbsurD
/music/songs/1998/a/ab-look2.zip
23 Jun 1998 (catalog date)
323,122 bytes
Download FTP scene.org
(XM)

James Is Brown by Cloaked Alien of Scarab Corpse
/music/songs/1998/c/ca_jib.zip
29 Jun 1998 (catalog date)
548,017 bytes
Download FTP scene.org
(XM)

Poofing Town by djzip of Kosmic free music foundation, Kombo
/music/songs/1998/d/djz_poof.zip
15 Jul 1998 (catalog date)
93,344 bytes
Download FTP scene.org
(XM)

Falling Down by Kain of None
/music/songs/1998/f/falldown.zip
02 Feb 1998 (catalog date)
561,634 bytes
Download FTP scene.org
(S3M)

Her Own Stealth by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-herow.zip
11 May 1998 (catalog date)
925,260 bytes
Download FTP scene.org
(XM)

Unknown by Klm of Unity, Inc.
/music/songs/1998/k/klm_unkn.zip
06 Feb 1998 (catalog date)
100,504 bytes
Download FTP scene.org
(XM)

Space Clown's Crisis by kTov
/music/songs/1998/k/ktov_cln.zip
29 Jun 1998 (catalog date)
374,695 bytes
Download FTP scene.org
(IT)

Drowning In Her Remix by nightshade
/music/songs/1998/n/ns_dihr.zip
11 Feb 1998 (catalog date)
1,142,343 bytes
Download FTP scene.org
(XM)

Break Me Down by Optic of Theralite
/music/songs/1998/t/tlt_brea.zip
21 Apr 1998 (catalog date)
455,322 bytes
Download FTP scene.org
(XM)

The Unknown One by SPRiTE of DruidZ
/music/songs/1998/u/unknown1.zip
09 Feb 1998 (catalog date)
1,264,800 bytes
Download FTP scene.org
(IT)

The Unknown One by SPRiTE of DruidZ
/music/songs/1998/u/unknown2.zip
05 Feb 1998 (catalog date)
1,287,187 bytes
Download FTP scene.org
(IT)

The Unknown One by SPRiTE of DruidZ
/music/songs/1998/u/unknown3.zip
02 Feb 1998 (catalog date)
1,309,941 bytes
Download FTP scene.org
(IT)

The Porno Invitation Intro by Orange
/party/invites/1996/theporno.zip
09 Oct 1996 (catalog date)
199,484 bytes
Download FTP scene.org
Rating:
Released at event PRN96
Sorry to let you down, but there is actually no porn in this intro.

Upside Down by Blue Adonis of Pure
/tla/disks/1995/p/pure-ba1.zip
26 Jul 1996 (catalog date)
1,167,127 bytes
Download FTP
Rating:

Rave-Town by Odysseus
/tla/songs/1994/other/ravetown.zip
15 Sep 1996 (catalog date)
187,510 bytes
Download FTP
Rating:
Released at event TP94 in the mmul division and ranked XX
ULT

Drums of the Jungle by Unknown
/tla/songs/1995/mod/d/drums.zip
11 Sep 1996 (catalog date)
159,611 bytes
Download FTP
Rating:
Released at event BIZ95 in the mmul division and ranked XX

Get Down Make Love (remix) by Bedlamite
/tla/songs/1995/s3m/n/nin_love.zip
18 Sep 1996 (catalog date)
962,236 bytes
Download FTP
Rating:

I Took My Own Life by Jimmac
/tla/songs/1995/xm/i/i_took.zip
21 Sep 1996 (catalog date)
259,182 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:

Stashun Breakdown by Graham the Happy Scum
/tla/songs/1996/it/g/gths-sbk.zip
01 Oct 1996 (catalog date)
304,112 bytes
Download FTP
Rating:

Footdown by Araelien
/tla/songs/1996/s3m/f/footdown.zip
08 Oct 1996 (catalog date)
90,257 bytes
Download FTP
Rating:

Valley of What Known by The Decomplier
/tla/songs/1996/s3m/r/raf-val.zip
30 Aug 1996 (catalog date)
206,929 bytes
Download FTP
Rating:

Barry's Brownie by Tronster
/tla/songs/1996/xm/b/bbrownie.zip
08 Oct 1996 (catalog date)
48,562 bytes
Download FTP
Rating:

Psychotraction by Charlie Brown Crew
/tla/songs/1996/xm/c/cb-twarp.arj
22 Sep 1996 (catalog date)
168,883 bytes
Download FTP
Rating:

Deep Down by Erektor
/tla/songs/1996/xm/e/ekt-deep.zip
16 Nov 1996 (catalog date)
510,788 bytes
Download FTP
Rating:

Unknown Forest by Gentech
/tla/songs/1996/xm/g/gth_unkw.zip
16 Nov 1996 (catalog date)
382,887 bytes
Download FTP
Rating:

Teo Falling Down by Aphex
/tla/songs/1996/xm/t/teofall.zip
17 Nov 1996 (catalog date)
728,513 bytes
Download FTP
Rating:

To The Unknown Man by P-Tec
/tla/songs/1996/xm/t/ttunknow.zip
22 Sep 1996 (catalog date)
83,858 bytes
Download FTP
Rating: