Search for "Ming": 141 matches

3d math by Lithium of VLA
/code/3d/docs/3d_math.zip
10 Jan 1997 (catalog date)
11,835 bytes
Download FTP scene.org
Rating:
Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.

3d basics by Synergist
/code/3d/docs/3dbasics.zip
10 Jan 1997 (catalog date)
2,745 bytes
Download FTP scene.org
Rating:
Some basic 3d documentation - I'd never want to tell someone that this doc is a good place to start. The person writing this has no concept of structures, which severely ease the programming of complex things such as 3d systems.

Zed 3D by Zed
/code/3d/docs/zed3d060.zip
10 Jan 1997 (catalog date)
357,811 bytes
Download FTP scene.org
Rating:
A comprehensive doc on many aspects of 3d math and programming - Designed for those comfortable with math. It spells out the math concepts needed and shows their application, but by no means spoon feeds the information to you.

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.

AWE 32 "documentation" by Judge Dred
/code/audio/docs/awe32prg.zip
10 Jan 1997 (catalog date)
37,028 bytes
Download FTP scene.org
Rating:
Useful documents for AWE 32 programming - Beats the shit out of Creative Lab's released information.

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.

Tnt's Mod Player by ByteRaver of TNT, NO-ID
/code/audio/players/tnt-mp11.zip
10 Jun 1998 (catalog date)
306,622 bytes
Download FTP scene.org
This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines (stereo with panning effects), 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.

Squid source by tlc, The Doctor
/code/demosrc/bbsintro/sqd1_src.zip
10 Jan 1997 (catalog date)
21,591 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with copper bars, a scrollie, altered text characters, and an adlib player - Copious comments and tight source. They even do checks for the proper equipment, i.e. VGA and a 386. Comes with docs on programming the adlib and SB fm chips. Comments are in Portuguese.

bits'93 source by David Hedley
/code/demosrc/intros/bits93.zip
10 Jan 1997 (catalog date)
34,416 bytes
Download FTP scene.org
Rating:
Sources for an intro with a bouncing lens and a sinus scroller - Few comments. Shows influences from Mental Surgery, mainly in the interrupt routines. Old sources (1993), good timing of effects.

Farmer source by Warlock of Absence
/code/demosrc/intros/src_farm.zip
12 Aug 1997 (catalog date)
14,197 bytes
Download FTP scene.org
Rating:
source to a 4k intro. No comments. Has rotating bitmaps, zooming, bump-mapping, water, tunnel, and some other misc stuff.

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.

Fullscreen Rotozoomer by Scott A. Deming
/code/effects/rotozoom/fullr_1.zip
26 Jun 1997 (catalog date)
17,886 bytes
Download FTP scene.org
Rating:
The algorithm is mathematicaly correcty, but it can be done faster.

Stars by Mark Mackey
/code/effects/stars/stars2.zip
10 Jan 1997 (catalog date)
10,857 bytes
Download FTP scene.org
Rating:
A slightly more complex starfield - So-so. No timing code so it blazes.

tube by James Johnson
/code/effects/tunnel/tubesrc.zip
10 Jan 1997 (catalog date)
22,030 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Poorly done, looks horrible, no explanation or comments, no timing synching.

LZO Data Compression Library v0.20 by Markus Oberhumer
/code/fileutil/lzo020.zip
06 Oct 1996 (catalog date)
184,964 bytes
Download FTP scene.org
Rating:
over conscious about compression ratios and statistics and has many long files about its stats in the /doc directory, but no description about the API. You have to figure out how to use it yourself from the two short examples that come with it. Otherwise, it's fairly complete and you can decide which compression routines you'd like to link yourself (assuming you can figure out that much).

SoundBlaster Programming Info by Andr B Baresel, Craig Jackson
/code/hardware/audio/sblast09.zip
21 Jan 1998 (catalog date)
502,511 bytes
Download FTP scene.org
Rating:
The ultimate guide for SoundBlaster coders. Sources included (including S3M player).

Pentium Userguide Volume 3
/code/hardware/cpu/pent_ug3.zip
17 Jan 1999 (catalog date)
3,820,036 bytes
Download FTP scene.org
Rating:
Contains everything you need to know about the pentium instructions, their timing, etc. in Acrobat format.

DMA tut by Draeden of VLA
/code/hardware/dma/dma_vla.zip
10 Jan 1997 (catalog date)
2,516 bytes
Download FTP scene.org
Rating:
Some docs for DMA programming - Sufficient for learning how to program the DMA. I do believe this was part of the PCGPE 1.0.

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

DOS 32 by Adam Seychell
/code/hardware/pmode/dos32v33.zip
10 Jan 1997 (catalog date)
339,512 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the best choices for a DOS extender. It's complete, well coded, and flexible. (no accompanying .txt file)

PMODE by Tran
/code/hardware/pmode/pm-11-94.zip
10 Jan 1997 (catalog date)
81,994 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE by Tran
/code/hardware/pmode/pmode307.zip
10 Jan 1997 (catalog date)
54,781 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE/W by Tran, Daredevil
/code/hardware/pmode/pmw133.zip
10 Jan 1997 (catalog date)
143,190 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode C programming - Works with the Watcom C compiler as a replacement for their protected mode system. Has it's tradeoffs with their (Watcom's) system.

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
Some source code for getting into pmode - Good comments, but doesn't set up much of a programming environment. Has no support for DPMI nor real mode call backs.

S-VGA Programming by Sasquatch
/code/hardware/video/rvesa.zip
10 Jan 1997 (catalog date)
4,523 bytes
Download FTP scene.org
Rating:
VESA programming example - Not helpful.

GUS Programming Info v3.02
/code/sound/gusin302.zip
06 Oct 1996 (catalog date)
13,723 bytes
Download FTP scene.org
Rating:

Timing 486 Instructions by Infi of Sunrise
/code/tutors/asm/tim486.zip
18 Jan 1998 (catalog date)
36,542 bytes
Download FTP scene.org
Rating:
Timing values of the 486 instructions.

SWAG by SourceWare Archival Group
/code/tutors/swag/swag.zip
18 Mar 1997 (catalog date)
4,975,456 bytes
Download FTP scene.org
Rating:
Programing sources and information for PASCAL programmers - A veritable must for PASCAL programmers, especially those still on the lower end of the learning curve.

VGA Programming Course by T.C.P. of Diabolic Force
/code/tutors/video/tcp_vgak.zip
17 Jan 1999 (catalog date)
87,740 bytes
Download FTP scene.org
Rating:
Doesn't add anything new to existing courses.

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

Distance by the Distance Programming Team
/demos/1991/distance.zip
29 Jun 1996 (catalog date)
129,028 bytes
Download FTP scene.org
Rating:

42 by Halcyon
/demos/1994/0-9/42.zip
29 Jun 1996 (catalog date)
67,994 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.

Jungle Party '95 by Mingo
/demos/1995/j/jparty95.zip
20 Oct 1996 (catalog date)
124,095 bytes
Download FTP scene.org
Rating:

Dreaming In Blue by Lightman of Vertigo
/demos/1996/b/blue.zip
06 Jul 1996 (catalog date)
2,509 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the in4k division and ranked 01

Dreaming in Blue by Alien
/demos/1996/b/blue2.zip
30 Jun 1996 (catalog date)
4,169 bytes
Download FTP scene.org
Rating:

Search For Quality by Mingo
/demos/1996/q/quality.zip
20 Oct 1996 (catalog date)
81,603 bytes
Download FTP scene.org

Forever Dreaming by Acme, Quad
/demos/1997/a/acme-4e.zip
08 Feb 1998 (catalog date)
1,572,290 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked EE

Kingboot by Paragon
/demos/1997/k/kingboot.zip
22 Sep 1997 (catalog date)
66,095 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked DD
may get timing problems - 486,,,

Mathematical Dreams by Mingo
/demos/1997/m/matd.zip
17 Mar 1997 (catalog date)
169,406 bytes
Download FTP scene.org
Rating:
,VESA,SB,

Into the Brain by Mingo
/demos/1998/i/intotb.zip
21 Feb 1998 (catalog date)
185,657 bytes
Download FTP scene.org
Rating:

Like a Dream by Mingo
/demos/1998/l/ldream.zip
07 May 1998 (catalog date)
205,656 bytes
Download FTP scene.org
Rating:
,,Adlib

Fabric of Life by Rash
/demos/1998/r/rash-fol.zip
25 Oct 1998 (catalog date)
1,230,461 bytes
Download FTP scene.org
Rating:
may have timing problems with GUS - P5,VESA,GUS/SB,8MB

Introduction to 3D Programming - Article #1 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn114_3d.zip
02 Dec 1996 (catalog date)
14,866 bytes
Download FTP scene.org
from DemoNews.114

Introduction to 3D Programming - Article #2 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn116_3d.zip
02 Dec 1996 (catalog date)
19,309 bytes
Download FTP scene.org
from DemoNews.116

The Second Coming by W
/music/contests/mc4/rookie/m4r-thes.zip
10 Nov 1996 (catalog date)
369,081 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

All the Way by Liam The Lemming
/music/contests/mc4/veteran/m4v-allt.zip
10 Nov 1996 (catalog date)
204,194 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Cats At Play by Minggrey of Shattered Fixtures
/music/contests/mc5/rookie/m5r-cap.zip
29 Aug 1997 (catalog date)
441,450 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Music Box by Rose Blooming Red
/music/contests/mc5/rookie/m5r-msbx.zip
29 Aug 1997 (catalog date)
4,436 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Pulse by Ming of Disc, Impression, Scrape
/music/contests/mc5/rookie/m5r-pulz.zip
29 Aug 1997 (catalog date)
226,259 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

A Different Sky by Liam The Lemming of Kosmic, Three Brits, Twain
/music/contests/mc5/veteran/m5v-dsky.zip
29 Aug 1997 (catalog date)
551,615 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Me My Taco by Ming
/music/contests/mc6/intermed/m6i-taco.zip
28 Mar 1999 (catalog date)
338,738 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Nightmare Dreaming by Bestie
/music/contests/mc6/rookie/m6r-ndre.zip
28 Mar 1999 (catalog date)
454,652 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Power Of Two by Liam The Lemming
/music/contests/mc6/veteran/m6v-ptwo.zip
28 Mar 1999 (catalog date)
588,987 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Mellowed Out Mixes by Liam The Lemming
/music/disks/1995/mellowed.zip
26 Jul 1996 (catalog date)
260,869 bytes
Download FTP scene.org
Rating:

The Misadventurous Mixes by Liam The Lemming
/music/disks/1995/misadvnt.zip
26 Jul 1996 (catalog date)
338,028 bytes
Download FTP scene.org
Rating:

One Year On by Liam The Lemming, Amusic
/music/disks/1996/m1-1yron.zip
29 Sep 1996 (catalog date)
2,126,872 bytes
Download FTP scene.org
Rating:

Seven Days by Liam The Lemming
/music/disks/1996/m1-7days.zip
26 Jan 1997 (catalog date)
1,453,578 bytes
Download FTP scene.org
Rating:
no interface

Autoemotive by Liam The Lemming
/music/disks/1996/moz-aetv.zip
15 Sep 1996 (catalog date)
1,397,815 bytes
Download FTP scene.org
Rating:

Timing Is The Secret by Jesse Dangerously of Happy Phat Klan
/music/disks/1997/jd-tits.zip
11 Jun 1997 (catalog date)
2,498,068 bytes
Download FTP scene.org

Warp by Ming, Teapot of DiSC
/music/disks/1998/dc-warp.zip
12 May 1998 (catalog date)
1,782,428 bytes
Download FTP scene.org

The Attic by Liam The Lemming of Process Five
/music/disks/1998/p5-attic.zip
21 May 1998 (catalog date)
3,284,543 bytes
Download FTP scene.org

The Pulse 0.90 by Ladislav Lostak of Unreal
/music/programs/players/pulse090.zip
20 Sep 1998 (catalog date)
1,009,064 bytes
Download FTP scene.org
New Czech player of all types of mods, mp3 and wav for Win95/98/NT. The newest beta version brings completely rebuilt system based on "components" (allows to add new features, e.g. new format loader, just by adding the dll library to the directory), new design structure (non-rectangle windows, animated buttons, ...} that allows to change design on-fly while playing, and WinAMP skins support with non-observed differences, 12-parameter Reverb editor with presets saving, simple playlist editor, pop-up menu on right-click, external tools for associating extensions and Systray, several new (and splendid) designs, nice splash-screen on start, sid format support (Commodore 64), full-customizable taskbar using "Captions", and lots of more features which are to be improved in upcoming versions. Supports 669, far, fnk, it, m15, mdl, med, mod, mtm, mp1/2/3, nst, raw, s3m, sid/dat, stm, ult, wav, wow and xm.

Tnt's Mod Player by ByteRaver of TNT, NO-ID
/music/programs/players/tnt-mp10.zip
21 Apr 1998 (catalog date)
207,724 bytes
Download FTP scene.org
This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines, 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.

Hammerhead by Bram Bos
/music/programs/samplers/hhbeta96.zip
24 May 1997 (catalog date)
1,440,712 bytes
Download FTP scene.org
What is HammerHead ? HammerHead is a simple TR-909-like drumcomputer program aiming at the dance-scene. You can use it to create perfect Techno-loops, Jungle patterns and real BAD-MOFO-KICK-ASS-NOISY-GABBA-SHIT. What is HammerHead not ? HammerHead is not Shareware, it's Freeware . No frustrating save-disabling, no grayed-out-menu-features, no paying serious money, no annoying messages and most of all NO TIME LIMIT... HammerHead is not a Bossa Nova tool... This means that you won't find any sucky Tom-Toms, Shakers, Cowbells, Congas and Bongos in this box... What you WILL find is cool 909 shit, bad overdriven bassdrums, lotsa snaredrums, claps, and complete breakbeats to spice up the lot. Buckets-o-fun for making Jungle.

Oberheim Matrix 1000 Samples by Soundwave
/music/samples/swoberhm.zip
11 Oct 1997 (catalog date)
34,540,308 bytes
Download FTP scene.org
This is yet another sample pack made for those with samplers and high-end trackers. 50 samples are in this pack, all coming from bank 0 (!) of the Oberheim Matrix 1000. The Oberheim Matrix 1000 is a nice little analog synthesizer with classic Oberheim sounds, for those who don't know. The samples were done on a Turtle Beach Tropez. Hopefully this provides a tad better audio quality than the Pro Audio Spectrum 16 (which in itself wasn't bad). Sorry, no loop points or envelopes are provided.

Nobody Dreaming by Dune
/music/songs/1994/nobodydr.zip
15 Sep 1996 (catalog date)
219,640 bytes
Download FTP scene.org
Rating:
(S3M)

Afro Head by Sulphur, Lemming
/music/songs/1995/a/afrohead.zip
16 Sep 1996 (catalog date)
214,096 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(S3M)

Closing The Chapter by Liam The Lemming
/music/songs/1995/c/chapter.zip
16 Sep 1996 (catalog date)
125,376 bytes
Download FTP scene.org
Rating:
(S3M)

Roll The End Credits by Liam The Lemming
/music/songs/1995/c/credits.zip
16 Sep 1996 (catalog date)
146,840 bytes
Download FTP scene.org
Rating:
(S3M)

Dreams Don't Last Forever by Liam The Lemming
/music/songs/1995/d/ddlf.zip
17 Sep 1996 (catalog date)
199,622 bytes
Download FTP scene.org
Rating:
(S3M)

Dangerous Ground by Liam The Lemming
/music/songs/1995/d/dngerous.zip
17 Sep 1996 (catalog date)
104,934 bytes
Download FTP scene.org
Rating:
(S3M)

Emotional Suffering by Liam The Lemming
/music/songs/1995/e/emotion.zip
17 Sep 1996 (catalog date)
105,273 bytes
Download FTP scene.org
Rating:
(S3M)

Fall From Grace by Liam The Lemming
/music/songs/1995/f/fallfrom.zip
17 Sep 1996 (catalog date)
137,963 bytes
Download FTP scene.org
Rating:
(S3M)

Fighting Fit by Liam The Lemming
/music/songs/1995/f/fighting.zip
17 Sep 1996 (catalog date)
126,951 bytes
Download FTP scene.org
Rating:
(S3M)

Flappy Happiness by Liam The Lemming
/music/songs/1995/f/flappy.zip
17 Sep 1996 (catalog date)
169,498 bytes
Download FTP scene.org
Rating:
(S3M)

The Wizards Dream by Hemingway
/music/songs/1995/h/hmng-twd.zip
21 Sep 1996 (catalog date)
243,002 bytes
Download FTP scene.org
Rating:
(XM)

Los Kosmoss Erektus by Lemming
/music/songs/1995/k/kosmoss.zip
24 Sep 1996 (catalog date)
102,835 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the mmul division and ranked 03
(S3M)

The Littl'uns Bundle by Liam The Lemming
/music/songs/1995/l/littluns.zip
18 Sep 1996 (catalog date)
517,132 bytes
Download FTP scene.org
Rating:
(S3M) Collection of Chiptunes

No Way To Know by Liam The Lemming
/music/songs/1995/n/noway.zip
18 Sep 1996 (catalog date)
104,197 bytes
Download FTP scene.org
Rating:
(S3M)

Plink Plink Plonk Plonk by Liam The Lemming
/music/songs/1995/p/plink.zip
19 Sep 1996 (catalog date)
114,533 bytes
Download FTP scene.org
Rating:
(S3M)

In Pursuit by Liam The Lemming
/music/songs/1995/p/pursuit.zip
19 Sep 1996 (catalog date)
100,320 bytes
Download FTP scene.org
Rating:
(S3M)

Mellow Funk by Liam The Lemming
/music/songs/1995/s/secrecy.zip
20 Sep 1996 (catalog date)
319,829 bytes
Download FTP scene.org
Rating:
(S3M)

Swimming Naked by Sikamikanico
/music/songs/1995/s/si_swim.zip
21 Sep 1996 (catalog date)
405,913 bytes
Download FTP scene.org
Rating:
(XM)

The ZX Speccy Collection by Liam The Lemming
/music/songs/1995/s/speccy.zip
20 Sep 1996 (catalog date)
349,642 bytes
Download FTP scene.org
Rating:
(S3M)

The Spur Of The Moment by Liam The Lemming
/music/songs/1995/s/spur.zip
20 Sep 1996 (catalog date)
165,336 bytes
Download FTP scene.org
Rating:
(S3M)

There Is by Liam The Lemming
/music/songs/1995/t/thereis.zip
20 Sep 1996 (catalog date)
131,183 bytes
Download FTP scene.org
Rating:
(S3M)

The Siege by Liam The Lemming
/music/songs/1995/t/thesiege.zip
20 Sep 1996 (catalog date)
194,692 bytes
Download FTP scene.org
Rating:
(S3M)

The Vibe by Liam The Lemming
/music/songs/1995/t/thevibe.zip
20 Sep 1996 (catalog date)
114,597 bytes
Download FTP scene.org
Rating:
(S3M)

Threatening Behaviour by Liam The Lemming
/music/songs/1995/t/threaten.zip
20 Sep 1996 (catalog date)
178,199 bytes
Download FTP scene.org
Rating:
(S3M)

Tomorrow? by Liam The Lemming
/music/songs/1995/t/tomorrow.zip
20 Sep 1996 (catalog date)
128,213 bytes
Download FTP scene.org
Rating:
(S3M)

We Didn't Fall In Love by Liam The Lemming
/music/songs/1995/w/wdfil.zip
20 Sep 1996 (catalog date)
227,823 bytes
Download FTP scene.org
Rating:
(S3M)

War Of The SuperUsers by Liam The Lemming
/music/songs/1995/w/wots.zip
20 Sep 1996 (catalog date)
261,010 bytes
Download FTP scene.org
Rating:
(S3M)

Yammah Reincarnation by Liam The Lemming
/music/songs/1995/y/yammah5.zip
20 Sep 1996 (catalog date)
226,620 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(S3M)

Dreaming of You by Igneous
/music/songs/1996/d/dreaming.zip
11 Aug 1996 (catalog date)
35,249 bytes
Download FTP scene.org
Rating:
(XM)

Coming Home by CD
/music/songs/1996/g/g_coming.zip
01 Jul 1996 (catalog date)
251,890 bytes
Download FTP scene.org
Rating:
(IT)

Dreaming Pangea by Skie
/music/songs/1996/g/g_pangea.zip
01 Jul 1996 (catalog date)
160,098 bytes
Download FTP scene.org
Rating:
(S3M)

The Humming by Hunz
/music/songs/1996/h/hnz-humn.zip
22 Sep 1996 (catalog date)
337,492 bytes
Download FTP scene.org
Rating:
(XM)

Second Coming by Maelcum, The Hacker
/music/songs/1996/k/k_2ndcom.zip
23 Sep 1996 (catalog date)
259,010 bytes
Download FTP scene.org
Rating:
(MTM)

Painting Rainbows by Liam The Lemming
/music/songs/1996/k/k_paint.zip
18 Nov 1996 (catalog date)
492,731 bytes
Download FTP scene.org
Rating:
(IT)

(I Wanna) Dance Forever by Liam The Lemming
/music/songs/1996/l/lem-iwdf.zip
20 Nov 1996 (catalog date)
237,543 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the mmul division and ranked 14
(S3M)

Strange Comings EP by Dreamfish
/music/songs/1996/m/m_stra.zip
23 Jul 1996 (catalog date)
289,858 bytes
Download FTP scene.org
Rating:
(MOD)

Morning Moon by Screaming Angel
/music/songs/1996/m/mm.zip
15 Mar 1997 (catalog date)
252,966 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked 06
(S3M)

Roaming The Ruins by Yannis
/music/songs/1996/y/ybroam.zip
22 Sep 1996 (catalog date)
66,132 bytes
Download FTP scene.org
Rating:
(MOD)

Dream About Dreaming by Agent Orange of T-Rex
/music/songs/1997/a/ago-drea.zip
23 Nov 1997 (catalog date)
158,790 bytes
Download FTP scene.org
(XM)

Coming To Hell by castman of CyberImage
/music/songs/1997/c/cm-2hell.zip
29 Sep 1997 (catalog date)
300,254 bytes
Download FTP scene.org
(S3M)

Coming To Hell by castman of CyberImage
/music/songs/1997/c/cm-geno.zip
13 Nov 1997 (catalog date)
173,956 bytes
Download FTP scene.org
(IT)

Paziphik Phewah by Teapot, MING of DiSC
/music/songs/1997/d/dc-pzphw.zip
06 Apr 1997 (catalog date)
317,138 bytes
Download FTP scene.org
(IT)

Rumble On by MING of DiSC
/music/songs/1997/d/dc-rumbl.zip
06 Apr 1997 (catalog date)
193,155 bytes
Download FTP scene.org
(IT)

The Last Atlantis Song by Ming of DiSC
/music/songs/1997/d/dc-tlas.zip
05 Sep 1997 (catalog date)
204,615 bytes
Download FTP scene.org
(IT)

Experience by Ming of Disc
/music/songs/1997/d/dc_xpe.zip
25 Jun 1997 (catalog date)
470,102 bytes
Download FTP scene.org
(IT)

I'm Coming by Melwyn of Acid Rain
/music/songs/1997/i/imcoming.zip
06 Jul 1997 (catalog date)
640,146 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 03
(MOD)

Jamming With The Devil by Klm of Unity, Inc., Pantheon Music Releases
/music/songs/1997/j/jwtdvl.zip
28 Nov 1997 (catalog date)
35,072 bytes
Download FTP scene.org
(XM)

Twice the Fun by Liam The Lemming
/music/songs/1997/k/k_twice.zip
17 Mar 1997 (catalog date)
463,872 bytes
Download FTP scene.org
Rating:
(IT)

Cute by MING of DiSC
/music/songs/1997/m/mi-cute.zip
06 Apr 1997 (catalog date)
304,738 bytes
Download FTP scene.org
(IT)

Unplugged by Ming
/music/songs/1997/m/mi-plug.zip
04 Sep 1997 (catalog date)
148,196 bytes
Download FTP scene.org
(IT)

The 2nd Comming by Super Slimer of MetaMorph Productions
/music/songs/1997/m/mm_2ndcm.zip
06 Nov 1997 (catalog date)
718,175 bytes
Download FTP scene.org
(XM)

Underwater Dreaming by Frazz of Metamorph
/music/songs/1997/m/mm_uwdrm.zip
18 Sep 1997 (catalog date)
184,240 bytes
Download FTP scene.org
(XM)

Screaming Sorrow by Mr.Sanders of HRg
/music/songs/1997/m/mrs-sorr.zip
23 Jun 1997 (catalog date)
429,571 bytes
Download FTP scene.org
(IT)

Dreaming Of Summer by Stereoman of NOISE
/music/songs/1997/n/no-dofs.zip
17 Apr 1997 (catalog date)
296,677 bytes
Download FTP scene.org
(IT)

Fuji Dreaming by Octoque
/music/songs/1997/o/oq-fuji.zip
30 Oct 1997 (catalog date)
758,623 bytes
Download FTP scene.org
(IT)

Attack Of The Lemmings by Farmer Alternate Worlds of Plasm
/music/songs/1997/p/plas_att.zip
13 Apr 1997 (catalog date)
401,635 bytes
Download FTP scene.org
(IT)

Empire Of Dust by Ming of Scrape
/music/songs/1997/s/scr-empd.zip
14 Dec 1997 (catalog date)
303,377 bytes
Download FTP scene.org
(IT)

Obliterating Kenny G by Ming of Scrape
/music/songs/1997/s/scr-kenn.zip
13 Dec 1997 (catalog date)
67,035 bytes
Download FTP scene.org
(IT)

Dixie by Ming Grey of Shattered Fixtures
/music/songs/1997/s/sf_dixie.zip
08 Apr 1997 (catalog date)
271,646 bytes
Download FTP scene.org
(XM)

Hmmm by Ming Grey of Shattered Fixtures
/music/songs/1997/s/sf_hmmm.zip
08 Apr 1997 (catalog date)
356,422 bytes
Download FTP scene.org
(XM)

Flaming Belly Buttons by Floppy Man of Sphere
/music/songs/1997/s/sfr-bely.zip
14 Jun 1997 (catalog date)
76,871 bytes
Download FTP scene.org
(S3M)

Steming From Urban Infinite by Haze of Society Of Sound
/music/songs/1997/s/sos_stem.zip
22 Jul 1997 (catalog date)
1,043,041 bytes
Download FTP scene.org
(IT)

The Dreaming To Far... by DjNikita of DangerHighVoltage Records
/music/songs/1998/d/dhv_dtf.zip
15 Apr 1998 (catalog date)
417,385 bytes
Download FTP scene.org
(IT)

Hatori Is Comming... by Dr_Watson
/music/songs/1998/d/dr_htrcm.zip
01 May 1998 (catalog date)
245,517 bytes
Download FTP scene.org
(XM)

Sea Of Hues by Liam the lemming of Kosmic
/music/songs/1998/s/sea_of_h.zip
13 Dec 1998 (catalog date)
869,657 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Time Is Coming by PiCoder of Seaber Designs
/music/songs/1998/s/sed-tim8.zip
22 Feb 1998 (catalog date)
536,054 bytes
Download FTP scene.org
(XM)

Humming - Z3 Remix by Zond 3 of Hertz
/music/songs/1998/z/z3-humm.zip
26 Mar 1998 (catalog date)
781,634 bytes
Download FTP scene.org
(XM)

Dreaming (Awake Mix) by CD
/tla/songs/1995/s3m/d/dream-g.zip
17 Sep 1996 (catalog date)
168,215 bytes
Download FTP
Rating:

Here It Is For You by The Avatar
/tla/songs/1995/s3m/l/lemming!.zip
18 Sep 1996 (catalog date)
95,380 bytes
Download FTP
Rating:

Dreaming Of Tibet by Brian Searcy
/tla/songs/1995/s3m/t/tibet.zip
20 Sep 1996 (catalog date)
193,712 bytes
Download FTP
Rating:

The Coming - Trilogy by Obuk
/tla/songs/1996/s3m/c/coming.zip
08 Oct 1996 (catalog date)
637,698 bytes
Download FTP
Rating:

Coming Of The Fall by Vad
/tla/songs/1996/s3m/g/gr_comfa.zip
22 Sep 1996 (catalog date)
140,475 bytes
Download FTP
Rating:

Homecoming (Rain of Praise) by Skilz
/tla/songs/1996/s3m/h/homerain.zip
30 Aug 1996 (catalog date)
166,675 bytes
Download FTP
Rating:

Lemmings Remix '95 by de Fayaa
/tla/songs/1996/s3m/n/ntx-lemm.zip
22 Sep 1996 (catalog date)
36,996 bytes
Download FTP
Rating:

Are You Dreaming? by PowerMike
/tla/songs/1996/s3m/p/pm-areyo.zip
23 Aug 1996 (catalog date)
68,803 bytes
Download FTP
Rating:

Dreaming by DJ Kike
/tla/songs/1996/xm/d/dubu94.zip
16 Nov 1996 (catalog date)
384,551 bytes
Download FTP
Rating: