Search for "Xi": 335 matches(displaying first 250)

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

Module Player For Borland/Turbo Pascal 7.0 by Charles Attard.
/code/audio/players/modunit2.zip
17 Jan 1999 (catalog date)
176,078 bytes
Download FTP scene.org
Rating:
Supports 699/mod/mtm/nst/s3m/wav/xi/xm on all SoundBlaster Pro cards and compatibles. Quality could be better.

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.

Inconexia sources by JCAB, JARE of Iguana
/code/demosrc/demos/incosrc.zip
10 Jan 1997 (catalog date)
242,043 bytes
Download FTP scene.org
Rating:
A collection of sources from Inconexia - A collection of effects. Get gallery.zip for the museum part which the .txt file says won't be released. :)

Maximum by Bear of Sinope
/code/demosrc/intros/maximum.zip
01 Jul 1997 (catalog date)
20,172 bytes
Download FTP scene.org
Rating:
Source for an effect full 4k intro. I can't tell what language most of the comments are in. The 100% register gouraud shaded texture innerloop is particularly clever.

Gallery Source by ARM of Iguana
/code/effects/doom/gallery.zip
10 Jan 1997 (catalog date)
593,716 bytes
Download FTP scene.org
Rating:
Source to Iguana's gallery scene from Inconexia (a doom clone) - Nice code, but low accuracy on the maths. Cool pictures, but I saw them the first time, when they were in the Prado. :) I always thought that there should have been an Easter Egg for May 3rd. Run subdirs.exe to get the full source.

Scaling Routines by John A. Slagel
/code/effects/scaling/scale.zip
08 Jul 1997 (catalog date)
6,996 bytes
Download FTP scene.org
Rating:
Some pretty flexible scaling routines for modeX and mode 13h.

Peroxide Trainer Part 1 by Telemachos of Peroxide
/code/effects/worlds/pxdtut1.zip
17 Jan 1999 (catalog date)
73,945 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d mazes like the ones used in old games like dungeon master and eye of the beholder.

Joystick axis reading code by Peter Wan
/code/hardware/joystick/joysdk11.zip
10 Jan 1997 (catalog date)
35,092 bytes
Download FTP scene.org
Rating:
Source to read joystick positions for the Gravis Game Pad - *This* is how source should be written, especially for an SDK. If only we were all this diligent.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

Peroxide Trainer Part 2 by Telemachos of Peroxide
/code/hardware/memory/pxdtut2.zip
17 Jan 1999 (catalog date)
11,137 bytes
Download FTP scene.org
Rating:
This tutorial explains how to use ems memory.

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.

Tiny DPMI by Maxwell Sayles of Xi
/code/hardware/pmode/tinydpmi.zip
17 Jan 1999 (catalog date)
4,724 bytes
Download FTP scene.org
Rating:
Only 173 bytes big, which makes it perfect for 4kb intros.

Xi Development System by Fysx
/code/hardware/pmode/xids0815.zip
19 Jan 1998 (catalog date)
43,131 bytes
Download FTP scene.org
Rating:
Xi Development System, a pmode extender. Uses tlink in the end, but works from watcom and tasm. Possibly a contender if you're writing a 64k intro and need a pmode extender. I'm unsure of it's stability, but it's small.

VESA 1.x tutorial for dos32 by Peter Stuge of XiA
/code/hardware/video/dos32vbe.zip
30 Jun 1998 (catalog date)
8,951 bytes
Download FTP scene.org
Rating:
Assembler

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)

The Mag by Spellcaster
/code/mags/mag01.zip
01 Jul 1997 (catalog date)
17,455 bytes
Download FTP scene.org
Rating:
A serial coding magazine. For the ultra-beginner. Info on understanding hexidecimal numbers and a primer for Pascal.

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.

Asphyxia VGA demo trainer series by Denthor of Asphyxia
/code/tutors/denthor/tut1-9.zip
11 Jan 1997 (catalog date)
96,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer series - Everything to help the beginner get started in graphics coding.

Tutorial #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:X-mode - Explains how to use mode-x and how it can be helpful. Doesn't dwell on setting the mode.

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

Tutorial #11 by Denthor of Asphyxia
/code/tutors/denthor/tut11.zip
11 Jan 1997 (catalog date)
15,291 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Cross fading - Only works on pictures with limited colors.

Tutorial #12 by Denthor of Asphyxia
/code/tutors/denthor/tut12.zip
11 Jan 1997 (catalog date)
12,770 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scrolling in X-mode - Only covers vertical screen scrolling.

Tutorial #13 by Denthor of Asphyxia
/code/tutors/denthor/tut13.zip
11 Jan 1997 (catalog date)
9,823 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:3d starfields - We've seen these time and time again. Check out /code/effects/stars for more examples.

Tutorial #14 by Denthor of Asphyxia
/code/tutors/denthor/tut14.zip
11 Jan 1997 (catalog date)
11,496 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Glenz - More complex polygon fillers.

Tutorial #15 by Denthor of Asphyxia
/code/tutors/denthor/tut15.zip
11 Jan 1997 (catalog date)
7,663 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Plasmas - So-so. Check out /code/effects/plasma/jclplasm.zip for more.

Tutorial #16 by Denthor of Asphyxia
/code/tutors/denthor/tut16.zip
11 Jan 1997 (catalog date)
11,630 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scaling - One of those things you'll need time and time and time and time again in demo coding.

Tutorial #17 by Denthor of Asphyxia
/code/tutors/denthor/tut17.zip
11 Jan 1997 (catalog date)
18,411 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Pixel Morphing & Static - Pixel Morphing is similar to the one of the first few things in Crystal Dream II, or imagine the IFS fractal morphing of Verses or Hex Appeal.

Tutorial #18 by Denthor of Asphyxia
/code/tutors/denthor/tut18.zip
11 Jan 1997 (catalog date)
59,119 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Packing and pcx loading - check out /code/utils/packers for some further examples.

Tutorial #19 by Denthor of Asphyxia
/code/tutors/denthor/tut19.zip
11 Jan 1997 (catalog date)
11,620 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:full assembler - for a quick and painless (?) switch from pascal/asm to full assembler. Has a simple fire effect as an example.

Tutorial #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

Asphyxia VGA Demo Trainer #21 by Denthor of Asphyxia
/code/tutors/denthor/tut21.zip
06 Oct 1996 (catalog date)
26,721 bytes
Download FTP scene.org
Rating:
Free Direction Texture Mapping

Tutorial in C by Steve Pinault
/code/tutors/denthor/tutorc.zip
11 Jan 1997 (catalog date)
59,478 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:C versions of the PAS source - Needs MSVC to compile, which most people simply don't have.

Peroxide Trainer Part 3 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut3.zip
17 Jan 1999 (catalog date)
26,393 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d vectors using flatshading and glenzing.

Peroxide Trainer Part 4 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut4.zip
17 Jan 1999 (catalog date)
27,821 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code different kind of polyfillers including gouraudshaded, texturemapped and environmapped polygons.

Peroxide Trainer Part 7 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut7.zip
17 Jan 1999 (catalog date)
50,278 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code a wolfenstein 3d engine.

Peroxide Trainer Part 5 by Telemachos of Peroxide
/code/tutors/video/pxdtut5.zip
17 Jan 1999 (catalog date)
22,362 bytes
Download FTP scene.org
Rating:
This tutorial explains how to access the vesa 1.2 modes.

Peroxide Trainer Part 5, C-version by Telemachos of Peroxide
/code/tutors/video/pxdtut5c.zip
17 Jan 1999 (catalog date)
33,744 bytes
Download FTP scene.org
Rating:
This tutorial explains how to access the vesa 1.2 modes.

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.

Font Grabber by Denthor of Asphyxia
/code/utils/fonts/texter5.zip
29 Sep 1997 (catalog date)
34,741 bytes
Download FTP scene.org
Rating:
Allows you to grab 256 color fonts from .GIF, .CEL, .BMP and .PCX files. Mouse only. Example source included.

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)

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut2.zip
19 Jan 1998 (catalog date)
26,572 bytes
Download FTP scene.org
Rating:
Windows Tutorial 2. Resources, bitmaps, and blitting to the screen. (bit-maps aren't transparent... as an exercise to the reader, correct this.)

Intro by The Toxic Dream
/demos/1992/ttdintro.zip
29 Jun 1996 (catalog date)
65,588 bytes
Download FTP scene.org
Rating:

Inconexia (GUS Patch) by Iguana
/demos/1993/i/inco_gus.zip
29 Jun 1996 (catalog date)
46,069 bytes
Download FTP scene.org
Rating:

Inconexia by Iguana
/demos/1993/i/inconexi.zip
29 Jun 1996 (catalog date)
479,845 bytes
Download FTP scene.org
Rating:

No Future by Proxima
/demos/1993/n/nofuture.zip
29 Jun 1996 (catalog date)
62,982 bytes
Download FTP scene.org
Rating:

Silky by Asphyxia
/demos/1993/s/silky.zip
29 Jun 1996 (catalog date)
12,909 bytes
Download FTP scene.org
Rating:

Undead by Toxic Zombies
/demos/1993/u/undead.zip
29 Jun 1996 (catalog date)
356,710 bytes
Download FTP scene.org
Rating:

The Accident by Axidental
/demos/1994/a/accident.zip
29 Jun 1996 (catalog date)
1,324,763 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 19

Another Way Scroll by Jinx of The Coexistence
/demos/1994/a/addy_ii.zip
29 Jun 1996 (catalog date)
6,898 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Anorexia by Hazard
/demos/1994/a/anorexia.zip
29 Jun 1996 (catalog date)
52,834 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 14

Chaos 386 by Noxious
/demos/1994/c/chaos386.zip
29 Jun 1996 (catalog date)
2,072 bytes
Download FTP scene.org
Rating:

Chaos 486 by Noxious
/demos/1994/c/chaos486.zip
29 Jun 1996 (catalog date)
2,092 bytes
Download FTP scene.org
Rating:

Contagion by The Coexistence
/demos/1994/c/contagio.zip
29 Jun 1996 (catalog date)
1,109,841 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked 03

Unlimited Existance by Fascination
/demos/1994/f/fsn_ue.zip
29 Jun 1996 (catalog date)
129,462 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 06

Intoxicated by Post Mortem
/demos/1994/i/intox.zip
29 Jun 1996 (catalog date)
335,441 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division

Loppiaismainen Joulukuusi Kaattixelle by Jeskola
/demos/1994/j/jp_sexi.zip
29 Jun 1996 (catalog date)
39,143 bytes
Download FTP scene.org
Rating:

Soap by Proxima
/demos/1994/m/muq_soap.zip
29 Jun 1996 (catalog date)
64,070 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 08

Necrolatry by Mode XIX
/demos/1994/n/necrolat.zip
29 Jun 1996 (catalog date)
230,279 bytes
Download FTP scene.org
Rating:

Psycho Neurosis by Asphyxia
/demos/1994/p/psycho.zip
29 Jun 1996 (catalog date)
1,322,370 bytes
Download FTP scene.org
Rating:

BBS Safe Exit #2 by Spinning Bugs
/demos/1994/s/safexit2.zip
29 Jun 1996 (catalog date)
1,853 bytes
Download FTP scene.org
Rating:

BBS Safe Exit 2k by Spinning Bugs
/demos/1994/s/safexit3.zip
29 Jun 1996 (catalog date)
2,631 bytes
Download FTP scene.org
Rating:

Twisted Existence by Corruption
/demos/1994/t/te_dmo.zip
29 Jun 1996 (catalog date)
468,785 bytes
Download FTP scene.org
Rating:

Uneatable by The Coexistence
/demos/1994/u/uneatble.zip
29 Jun 1996 (catalog date)
2,245,798 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 14

Vex Intro by Pascal, DOJ
/demos/1994/v/vexintro.zip
29 Jun 1996 (catalog date)
69,496 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division

Burma by Proxima
/demos/1995/b/burma.zip
29 Jun 1996 (catalog date)
64,809 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in64 division and ranked 02

Intro by Proxima
/demos/1995/c/cal4k.zip
29 Jun 1996 (catalog date)
2,940 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in4k division and ranked 02

Complexity by Byteam
/demos/1995/c/clxfinal.zip
29 Jun 1996 (catalog date)
9,686 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 07

Fractia by Euxinus
/demos/1995/f/fractia.zip
09 Jul 1996 (catalog date)
33,769 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked XX

Inflexion by Flexion
/demos/1995/i/inflex.zip
24 May 1997 (catalog date)
2,002,557 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked DD

3k Innocence by Twaddler of Proxima
/demos/1995/i/innon3k.zip
30 Jun 1996 (catalog date)
3,813 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in4k division and ranked 01

Light by Xinu
/demos/1995/l/light.zip
30 Jun 1996 (catalog date)
11,417 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the infs division and ranked 03

Flexible by Massive
/demos/1995/m/mass_flx.zip
30 Jun 1996 (catalog date)
66,600 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in64 division and ranked 03

Par-TV by Han Solo of The Coexistence
/demos/1995/p/par-tv.zip
26 May 1998 (catalog date)
4,423 bytes
Download FTP scene.org
Rating:

Gut Gut by Proxima
/demos/1995/p/prx_gut.zip
30 Jun 1996 (catalog date)
65,596 bytes
Download FTP scene.org
Rating:

Static Hype by Proxima
/demos/1995/p/prx_hype.zip
30 Jun 1996 (catalog date)
849,786 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the demo division and ranked 04

Odin's Vrede v1.0 by Proxima
/demos/1995/p/prx_odin.zip
30 Jun 1996 (catalog date)
59,279 bytes
Download FTP scene.org
Rating:

Reflections by Sanxion
/demos/1995/s/sxn-refl.zip
27 Nov 1998 (catalog date)
176,514 bytes
Download FTP scene.org
Rating:
486DX2,,SB,

BBS Underworld Elements by Sanxion
/demos/1995/s/sxn_uwel.zip
30 Jun 1996 (catalog date)
7,135 bytes
Download FTP scene.org
Rating:

Taksi by Brainlez Coders
/demos/1995/t/taxintro.zip
30 Jun 1996 (catalog date)
5,609 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Babes by The Coexistence
/demos/1995/t/tc_babes.zip
30 Jun 1996 (catalog date)
159,885 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the infs division and ranked 05

Unreadable by The Coexistence
/demos/1995/t/tc_unr.zip
30 Jun 1996 (catalog date)
77,182 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 08

Toxic Waste by Metabolic
/demos/1995/x/xtoxic.zip
30 Jun 1996 (catalog date)
66,457 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

Bit Hunters 2 by Axioma
/demos/1996/a/aa_bh2ax.zip
18 Sep 1996 (catalog date)
80,541 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in64 division and ranked 03

Anxious by Vandals
/demos/1996/a/anxious.zip
14 Sep 1996 (catalog date)
521,065 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 13

Happy Birthday Calvin by Proxima
/demos/1996/c/calvin17.zip
13 Jul 1996 (catalog date)
107,735 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the demo division and ranked ??

Dyslexia by Threesome
/demos/1996/d/dyslexia.zip
03 Jul 1996 (catalog date)
66,087 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the in64 division and ranked 01

Exine by Anarchy
/demos/1996/e/exine.zip
30 Jun 1996 (catalog date)
1,313,593 bytes
Download FTP scene.org
Rating:
Released at event VOL96 in the demo division and ranked ??

Friendship by Index, Proxima
/demos/1996/i/idxprxfr.zip
15 Nov 1996 (catalog date)
53,873 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 04

Klima by Proxima
/demos/1996/k/klima.zip
30 Jun 1996 (catalog date)
56,848 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 05

Maximum by Bear
/demos/1996/m/maximum.zip
04 Dec 1996 (catalog date)
20,172 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in4k division and ranked 04

Maximum Reality by Unique PC
/demos/1996/m/maxreal.zip
30 Jun 1996 (catalog date)
10,931 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the in4k division and ranked 01

Perplexity by Noice
/demos/1996/n/noc_perp.zip
20 Jan 1997 (catalog date)
531,144 bytes
Download FTP scene.org
Rating:

Evil Killing Toys by Proxima
/demos/1996/p/prx-evil.zip
13 Jul 1996 (catalog date)
74,822 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked 01

Digestive Flour by Proxima
/demos/1996/p/prx_flou.zip
30 Jun 1996 (catalog date)
2,687 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in4k division and ranked 02

Gut Gut Gut by Proxima
/demos/1996/p/prx_gx3f.zip
30 Jun 1996 (catalog date)
75,529 bytes
Download FTP scene.org
Rating:
Released at event I96 in the in64 division and ranked 04

Kasvopesu by Proxima
/demos/1996/p/prx_kasv.zip
06 Jul 1996 (catalog date)
49,855 bytes
Download FTP scene.org
Rating:

Pum by Proxima
/demos/1996/p/pum.zip
30 Jun 1996 (catalog date)
58,021 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 06

Flash by The Coexistence
/demos/1996/t/tc_flash.zip
30 Jun 1996 (catalog date)
1,022,929 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the demo division and ranked 04

Torso Preview by Mode XIX
/demos/1996/t/torso97.zip
30 Oct 1996 (catalog date)
108,389 bytes
Download FTP scene.org
Rating:

Torso Preview (SB patch) by Mode XIX
/demos/1996/t/torsofix.zip
26 Dec 1996 (catalog date)
50,166 bytes
Download FTP scene.org
Rating:

Pooh in Mexico by Sublogic, TPOLM
/demos/1996/v/vinnie.zip
15 Nov 1997 (catalog date)
129,979 bytes
Download FTP scene.org
Rating:

Things Change by Proxima
/demos/1996/y/yitchxxx.zip
30 Jun 1996 (catalog date)
106,856 bytes
Download FTP scene.org
Rating:

1k Intro by Screeny of Axioma
/demos/1997/a/aa_1kint.zip
13 Sep 1997 (catalog date)
7,239 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 09

Junk by Axioma
/demos/1997/a/aa_juke.zip
11 May 1997 (catalog date)
84,788 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 02

Party Coding by Axioma
/demos/1997/a/aa_pcode.zip
11 Apr 1997 (catalog date)
84,491 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the in64 division and ranked 01

Trutymo by Axioma
/demos/1997/a/aa_truty.zip
13 Sep 1997 (catalog date)
1,041,767 bytes
Download FTP scene.org
Released at event ANT97 in the demo division and ranked 03

Water by Hypnos of Axioma
/demos/1997/a/aa_water.zip
13 Sep 1997 (catalog date)
7,190 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 03

Toxic by Garbage
/demos/1997/g/gb_toxic.zip
16 Jun 1997 (catalog date)
686,895 bytes
Download FTP scene.org
Rating:
486,,GUS/SB16,

Gut Gut Gut Gut by Proxima
/demos/1997/g/gutgut3.zip
26 Jul 1997 (catalog date)
63,040 bytes
Download FTP scene.org
Rating:
Released at event I97 in the in64 division and ranked 02

Majestic by Proxium
/demos/1997/m/majestic.zip
13 Feb 1998 (catalog date)
4,249 bytes
Download FTP scene.org
Rating:
486DX,,,

Maximum Overdrift by Hypnotica
/demos/1997/m/maxover.zip
16 Apr 1997 (catalog date)
271,406 bytes
Download FTP scene.org
Rating:

Jokkmokk by Proxima
/demos/1997/p/prx-jokk.zip
26 Jul 1997 (catalog date)
4,388 bytes
Download FTP scene.org
Rating:
Released at event I97 in the in4k division and ranked 02

Gulp by Proxima
/demos/1997/p/prx_gulp.zip
23 Mar 1997 (catalog date)
63,344 bytes
Download FTP scene.org
Rating:
Released at event SNS97 in the in64 division and ranked 03
386,SVGA,GUS,

Undo by Proxima
/demos/1997/p/prx_undo.zip
23 Mar 1997 (catalog date)
69,093 bytes
Download FTP scene.org
Rating:
Released at event SNS97 in the in64 division and ranked 04

In the Kitchen '97 by Rednex
/demos/1997/r/rnxitk97.zip
08 Feb 1998 (catalog date)
270,330 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 10
486,VESA,GUS/SB/PAS,

Sputnik by Fysx of Xi
/demos/1997/s/sputnik.zip
25 Oct 1997 (catalog date)
3,900 bytes
Download FTP scene.org
Rating:
Released at event CRS97 in the in1k division and ranked 01

Axioma by Axioma
/demos/1998/a/aa_demo.zip
07 Mar 1998 (catalog date)
1,301,193 bytes
Download FTP scene.org
Released at event FLAG98 in the demo division and ranked 02
,VESA,,

Burn Baby Burn by Maximum
/demos/1998/b/burnburn.zip
12 Aug 1998 (catalog date)
647,020 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 04
,,GUS/SB/PAS,

Macaroni Drop by Twaddler of INF, Proxima
/demos/1998/m/macrdrop.zip
16 May 1998 (catalog date)
5,123 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in4k division and ranked 06
386,,Adlib,

Back to Nice World by Proxium
/demos/1998/n/nicewrld.zip
18 Jun 1998 (catalog date)
319,155 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB,

Intro 5 by Proxium
/demos/1998/p/prmintr5.zip
27 Feb 1998 (catalog date)
28,942 bytes
Download FTP scene.org
Rating:
,,GUS,

Unsuited Lifepod by Proxima
/demos/1998/p/prx_life.zip
19 May 1998 (catalog date)
911,685 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked 07
P5,VESA,GUS/SB,

Xite by PW
/demos/1998/p/pw-xite.zip
02 Sep 1998 (catalog date)
692,581 bytes
Download FTP scene.org
Rating:
486,,GUS,

21-byte intros by ??
/demos/1998/s/sbornik.zip
04 Jun 1998 (catalog date)
487 bytes
Download FTP scene.org
Rating:
just random dots, no exit

Checkpoint by SDI, Obnoxious
/demos/1998/s/suspect.zip
22 May 1998 (catalog date)
525,235 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 06
,,GUS/SB/PAS,

Goodpipe by Pixie
/graphics/images/1994/g/goodpipe.zip
04 Jul 1996 (catalog date)
43,177 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 07

Why? by Pixie
/graphics/images/1994/w/why.zip
04 Jul 1996 (catalog date)
68,334 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 26

Complexion by Wolf
/graphics/images/1994/w/wolf.zip
04 Jul 1996 (catalog date)
46,714 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 16

Babbage by Nerve Axis
/graphics/images/1995/b/babbage.zip
04 Jul 1996 (catalog date)
198,655 bytes
Download FTP scene.org
Rating:
Released at event DS95 in the grfx division and ranked 03

Bliss by Nerve Axis
/graphics/images/1995/b/bliss.zip
04 Jul 1996 (catalog date)
22,377 bytes
Download FTP scene.org
Rating:
Released at event DS95 in the grfx division and ranked 07

Maffia by Nerve Axis
/graphics/images/1995/m/maffia.zip
04 Jul 1996 (catalog date)
191,470 bytes
Download FTP scene.org
Rating:
Released at event DS95 in the grfx division and ranked 06

Outer Space by Toxic
/graphics/images/1995/o/outspace.zip
04 Jul 1996 (catalog date)
33,932 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Space Fist by Pixie
/graphics/images/1995/s/spacefis.zip
04 Jul 1996 (catalog date)
45,925 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked ??

Next by Mixi
/graphics/images/1996/n/next.zip
16 May 1997 (catalog date)
23,020 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grfx division and ranked XX

Cheap flight by Sunday of Proxima
/graphics/images/1997/p/pixel_57.zip
16 Jun 1998 (catalog date)
713,451 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 77
640x480x16m

Bar 2 by Mr. Figaro, Reflexion of Contraz
/graphics/images/1998/b/bar-co.zip
21 Oct 1998 (catalog date)
590,812 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grtc division and ranked 13
800x600x16m

Killerhead by DanDee of TBF, Nostalgia, Laxity
/graphics/images/1998/k/killerhe.zip
28 May 1998 (catalog date)
95,828 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 28
640x512x256

Toxic Beatu Queen by Kiwi of Deep Boys
/graphics/images/1998/t/toxic_be.zip
15 Oct 1998 (catalog date)
33,922 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked ??
320x200x256

Xionc by Max
/graphics/images/1998/x/xionc.zip
05 Nov 1998 (catalog date)
92,470 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grtc division and ranked 08
640x480x16m

Mayhem 1 by Phantom, Toxic Zombies
/mags/1993/mayhem.zip
14 Sep 1996 (catalog date)
189,390 bytes
Download FTP scene.org
Rating:

Maximum Overload by Synth Dream PC
/music/contests/mc2/veteran/v-overld.zip
09 Nov 1996 (catalog date)
225,286 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V04

Abaxis by Silky of Resonance
/music/contests/mc5/rookie/m5r-abax.zip
29 Aug 1997 (catalog date)
428,506 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked R09

Carexidentifyerworx by Da Nme!
/music/contests/mc5/veteran/m5v-care.zip
29 Aug 1997 (catalog date)
648,586 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Inner Anxious by Dir-Lay
/music/contests/mc6/intermed/m6i-anxi.zip
28 Mar 1999 (catalog date)
423,203 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Major Lak Of Taste by Solar Defender Of Galaxies
/music/contests/mc6/rookie/m6r-mlot.zip
28 Mar 1999 (catalog date)
357,401 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Elixire I by Witchcraft
/music/contests/mc6/veteran/m6v-elix.zip
28 Mar 1999 (catalog date)
648,654 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Epistaxis by Argh
/music/contests/mc6/veteran/m6v-epis.zip
28 Mar 1999 (catalog date)
704,024 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Maximum Overload by Synth Dream PC
/music/contests/mc_winners/v-overld.mod
28 Mar 1999 (catalog date)
371,062 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V04

Maximum Overload by Synth Dream PC
/music/contests/mc_winners/v-overld.mp3
28 Mar 1999 (catalog date)
4,179,173 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V04

Maxi-Release 3 by Eliot Music Systems
/music/disks/1995/ems-mx03.zip
26 Jul 1996 (catalog date)
1,216,477 bytes
Download FTP scene.org
Rating:

Adlib Musicdisk 2 by Sanxion
/music/disks/1996/sxn-amd2.zip
14 Mar 1997 (catalog date)
56,914 bytes
Download FTP scene.org
Rating:

Synthetica by Sanxion
/music/disks/1996/sxn-synt.zip
20 Nov 1996 (catalog date)
2,752,968 bytes
Download FTP scene.org
Rating:

Traxism Compo #7
/music/disks/1996/tr07_vot.zip
23 Jan 1997 (catalog date)
185,409 bytes
Download FTP scene.org
Rating:
A few good songs, a few bad ones.

Next Generation by Dioxide of hRG
/music/disks/1997/88noize.zip
23 Dec 1997 (catalog date)
1,981,471 bytes
Download FTP scene.org

Xperimental Music Project by Dioxide of hRG
/music/disks/1997/88trr00.zip
23 Dec 1997 (catalog date)
1,608,495 bytes
Download FTP scene.org

Xperimental Music Project by Dioxide of hRG
/music/disks/1997/88trr02.zip
23 Dec 1997 (catalog date)
2,076,664 bytes
Download FTP scene.org

It's Over Maxi-singel Incl. 6-mixes by Datrix
/music/disks/1997/dx-maxi.zip
11 Aug 1997 (catalog date)
1,914,641 bytes
Download FTP scene.org

Fluxion by Paso of Embryo
/music/disks/1997/emb-flux.zip
28 Oct 1997 (catalog date)
2,241,964 bytes
Download FTP scene.org

Blasphematory Transmittal by Period3 of Klexikal
/music/disks/1997/p3-bt.zip
13 Apr 1997 (catalog date)
2,178,917 bytes
Download FTP scene.org

Banishment by Broam, Deezay, Krest, The greatFox, and RS3 of Exiles
/music/disks/1998/e_banish.zip
30 Apr 1998 (catalog date)
2,928,859 bytes
Download FTP scene.org

Strange Customs by Blacknova,Broam,Deezay,GreatFox,Lizard,RS3 of Exiles
/music/disks/1998/e_custom.zip
18 Aug 1998 (catalog date)
3,654,827 bytes
Download FTP scene.org

Survival by Broam, Deezay, greatFox, Krest, Mindfuck, and RS3 of Exiles
/music/disks/1998/e_surviv.zip
14 Jun 1998 (catalog date)
5,107,879 bytes
Download FTP scene.org

Stage Nine by Scirocco, Tito, Radix, Purple Motion, Xerxes, Basehead, Laxity, Mick Rippon, Hunz, Mystical, Nemesis, Keith303
/music/disks/1998/stage9.zip
11 Jan 1998 (catalog date)
6,969,494 bytes
Download FTP scene.org
Rating:

The Taxi-ride Musicdisc by Snorkelmannen Disco Duck Tabac of SVEG
/music/disks/1998/taxi.zip
26 May 1998 (catalog date)
1,538,796 bytes
Download FTP scene.org

Wav To Xi Converter 1.2 by MAZ
/music/programs/convert/wav2xi12.zip
28 Apr 1997 (catalog date)
15,628 bytes
Download FTP scene.org
8/16 bit WAV to XI converter, incl. crossfade loop "detection", frequency to FT2 RelNote/FineTune conversion, amplification trigger and zero cross handling. NEW: removed readonly-WAV bug, now accepts paths in source filename to better integrate it with AKA's SMoRPhi

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!

Judas Sound System V2.06y by Yehar, Cadaver
/music/programs/players/jdas206y.zip
07 Jun 1998 (catalog date)
438,873 bytes
Download FTP scene.org
Judas v2.06y Apocalyptic Softwaremixing Soundsystem for Watcom 32bit flat mode. Supports: SB/SBPRO/SB16/GUS/WAV-writer. Modules: XM/MOD/S3M. Samples: WAV/raw. Quality mixer gives you the best sound quality you can get today, clicker free (without touching sharp percussions), mixed with 32bit precision. Cubic interpolation reproduces samples with good treble response and very low distortion. Fast mixer is the ultra-fast alternative, suitable for games and demos. A player, examples, documents and full sources are included. Judas is free to be used for any purpose. New in this version: fixes, enhanced quality mixer, distortion indicator, true volume meters, song looping settings, rewinding and forwarding, Watcom 11.0 support.

The Multi Module Player V5.325 by Charles Attard
/music/programs/players/mmp5325.zip
24 May 1997 (catalog date)
123,088 bytes
Download FTP scene.org
High quality graphical player for 669/LST/MOD/MTM/NST/S3M/XM/WAV/XI/ARJ/ZIP with mouse. Support for SB Pro/16 with oversampling and low-pass filter

Modplug Player V1.38 by Olivier Lapicque
/music/programs/players/mpp138.zip
30 Aug 1998 (catalog date)
255,342 bytes
Download FTP scene.org
MOD/S3M/XM/IT/OKT/NST/WOW/MED/669 Player for Windows95/NT4, Supports playlists live mixing of 2 mods + input, Bass Expansion, Surround, Reverb, EQ, zipped modules, VU-Meter, spectrum analyzer, DirectSound & MMX acceleration. WinAmp Plug-Ins & RAR support, IT Resonant Filters, and 5-bands Graphic Equalizer. (See readme.txt for more details)

Play It V0.02a For Win95 And Winnt by Olivier Aumage
/music/programs/players/pliw002b.zip
14 Jun 1997 (catalog date)
186,158 bytes
Download FTP scene.org
Impulse Tracker modules player. Runs under Win95 and WinNT. Features are FLOATING POINT mixing routine, Surround, Digital Filter, Volume Ramps. Full source code for BC++ 5.0 included, under GPL license. Pentium or needed.

Play It 0.03 For Windows by Olivier Aumage
/music/programs/players/pliw003.zip
07 Jun 1998 (catalog date)
550,929 bytes
Download FTP scene.org
High quality software player for Impulse Tracker modules. Win95 - WinNT4. Playback of up to 4 modules at a time. High precision mixing routines. C++ source files included.

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.

Xm-exe 1.5 by Ian Luck
/music/programs/players/xm-exe15.zip
18 Aug 1998 (catalog date)
215,789 bytes
Download FTP scene.org
Combines playback code and XM/MOD file(s) to create a Win9x/NT executable of the XM/MOD(s). FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Compression, WAV writer, Multi-XM, Nice GUI.

Xmplay 1.1 by Ian Luck
/music/programs/players/xmplay11.zip
03 Aug 1998 (catalog date)
76,323 bytes
Download FTP scene.org
Win95/NT XM/MOD player. FEATURES: Balls-on accurate reproduction, Linear/Spline interpolated mixing, Volume/Pan ramping, Surround sound, 5 Band equalizer, Spectrum Analyzer, Nice GUI.

Sample Grabber Pro V2.981 by Jay Dee
/music/programs/rippers/sgpr2981.zip
11 Jan 1998 (catalog date)
54,437 bytes
Download FTP scene.org
SAMPLE GRABBER PRO 2.981 * += A MUST-HAVE for all PC-composers. =+ Reads samples from various module types including, but not limited to: STM/S3M/MOD/669/MTM/LIQ/FAR/DMF/PSM/ XM CDM/AMF/ULT/MDL/OKT/AMS/INR/WOW/DSM/ SN 669/DTM/DSM/GDM/DPP/DTM/CBA/DTM/SN2/ MM PTM/FNK/MED/PAC/AMM/AMF/PLM/HQM/AMS/ IT UNI/SBK/SF2/FFF/RTM/PDM/CCM/ AM and saves them either all or one by one to: SPL/IFF/DP3/DSF/FSM/UWF/AMS/PCM/RAW/WAV RTS * AND * XI +=====================================+ New in this version: bugfixes +=========================[10.jan.98]==+

Defractor 0.97beta by Neurotix
/music/programs/samplers/dfc097.zip
11 Oct 1997 (catalog date)
308,071 bytes
Download FTP scene.org
Defractor is Digital Synth with sample generator. Its Sample Generator Engine is based on a 32 Bit float core. It features 2 Oscillator (with 13 waveform), 2 Envelope Generator, Smoothing - Pinch/Punch - Sliding filters, Preview, Overdrive. It save samples in .RAW .WAV and .XI format. Many other feature... Defractor is **FREEWARE**

DigiTracker (improved) by Jari Karppinen
/music/programs/trackers/digiti32.zip
14 Mar 1997 (catalog date)
264,496 bytes
Download FTP scene.org
SB,GUS, supporting MDL, XM, MOD, S3M, DMF, PTM, ULT, 669, FAR, DSM, MTM, IST, PAT, XI, IFF, WAV, VOC, SMP

Modplug Tracker V1.00 Alpha5 by Olivier Lapicque
/music/programs/trackers/mpt100a5.zip
14 Jan 1998 (catalog date)
287,483 bytes
Download FTP scene.org
MOD/S3M/XM/IT Tracker for Windows95/NT4, same effects as ModPlug Player. Support WAV/SND/XI/AIFF/S3I/RAW samples. Basic sample editing functions (Normalize, Amplify, Resample & Reverse), copy/paste between patterns, samples and songs.

Modplug Tracker V1.00 Beta1 by Olivier Lapicque
/music/programs/trackers/mpt100b1.zip
17 Jun 1998 (catalog date)
363,704 bytes
Download FTP scene.org
MOD/S3M/XM/IT Tracker for Windows95/NT4, same effects as ModPlug Player. Support WAV/SND/XI/AIFF/S3I/RAW/SF2 samples. Basic sample editing functions (Normalize, Amplify, Resample & Reverse), copy/paste between patterns, samples and songs. Low latency DirectSound support, find/replace function, supports sample loops in WAV (standard sampler information field) Supports Midi input, XI/ITI/PAT/SF2 instruments, import of midi files, and a lot more.

Metabolic Virtual File System 1.0 by Slater of Metabolic
/music/programs/unusual/mvfs.zip
12 Jun 1997 (catalog date)
36,850 bytes
Download FTP scene.org
MetaBolic Virtual File System is a set of DOS-based utilities which allow a user to create virtual links to files. This way a file can be present many times on your harddisk while using diskspace only once. The system is transparant to existing and future applications. Virtual files can be accessed just as if they were real files.

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.

Drum Loops - Pack 1 by FAC
/music/samples/f_loops1.zip
26 Apr 1997 (catalog date)
1,631,610 bytes
Download FTP scene.org
Some original drum loops and fill-ins all in XI format, 22 Khz, 16 bits. These are NOT techno loops.

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.

Sample Collection by Jazz
/music/samples/jz-smpl1.zip
10 Sep 1996 (catalog date)
1,499,136 bytes
Download FTP scene.org
XI, from Roland D-70

Roland Juno 106 Samples
/music/samples/mm_juno.zip
10 Sep 1996 (catalog date)
512,792 bytes
Download FTP scene.org
XI

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus3.zip
10 Sep 1996 (catalog date)
746,435 bytes
Download FTP scene.org
This is the third of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. Whereas the first and second collections (proteus1.zip and proteus2.zip) were a collection of melodic as well as percussion samples at 22kHz/16 bits, this one is percussion only at 44.1kHz/16 bits. Based on some good feedback (thanks Jester :-) 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. This has yielded some very quiet and crisp samples compared to the first sets of 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 and were created by playing different percussion notes on the multisound, and capturing them live to RAM and then to disk. Post editing was done to optimize gain and remove the dead space.

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.

Funk Xi Instrument Pack by PiCoder of Seaber Designs
/music/samples/sed-xi01.zip
06 Oct 1997 (catalog date)
2,961,600 bytes
Download FTP scene.org
This pack contains absolutely ultimate quality samples for extra high sound fidelity, 17 FT2 format XI instruments

Techno Base Single Hits Samplepack. by Myno of d-Liquid
/music/samples/tecbase1.zip
22 Jun 1998 (catalog date)
1,048,254 bytes
Download FTP scene.org
12 samples of various Techno/rave Basses digital ripped from various sample cds. .xi singlehit in pure 16bit 44.100KHz.

Roland W-30 Instrument Samplepack by Myno of d-Liquid
/music/samples/w30ins.zip
22 Jun 1998 (catalog date)
1,403,813 bytes
Download FTP scene.org
xi singlehit 16bit 44.100Khz samples. SynthBase, strings, el-piano, hammond, altosax, m.m nice for tracker music. Enjoy.

Roland W-30 Percussion Samplepack by Myno of d-Liquid
/music/samples/w30prc.zip
22 Jun 1998 (catalog date)
1,297,135 bytes
Download FTP scene.org
xi singlehit 16bit 44.100Khz samples. Congas, timbales, cymbals, shakers, drums, m.m cool Latin, brazilian percussion. happy fiesta.

Instrument Collection (March 95) by Golden Spud
/music/samples/xi950311.zip
10 Sep 1996 (catalog date)
1,248,224 bytes
Download FTP scene.org
XI, has subdirectories

Techno Rave Bass Drum Set by NTX
/music/samples/xi_techd.zip
10 Sep 1996 (catalog date)
358,038 bytes
Download FTP scene.org
XI - 8-bit and 16-bit

Checknobanckh by Laxity
/music/songs/1994/checkno.zip
15 Sep 1996 (catalog date)
97,683 bytes
Download FTP scene.org
Rating:
(MOD)

Existence by Universal Sound
/music/songs/1994/exist.zip
15 Sep 1996 (catalog date)
314,029 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(S3M)

Existence by Spacebrain
/music/songs/1994/existenc.zip
15 Sep 1996 (catalog date)
262,095 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Carameldioxide by Caramel
/music/songs/1995/c/caramel.zip
16 Sep 1996 (catalog date)
69,922 bytes
Download FTP scene.org
Rating:
(MOD)

Existing by Mick Rippon
/music/songs/1995/e/existing.zip
17 Sep 1996 (catalog date)
171,978 bytes
Download FTP scene.org
Rating:
(S3M)

Exrcomptun by Elixir
/music/songs/1995/e/exrcompt.zip
16 Sep 1996 (catalog date)
220,908 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked XX
(MOD)

Intoxicated Chords by Sikamikanico
/music/songs/1995/i/intoxic.zip
21 Sep 1996 (catalog date)
392,387 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

The Proxima Mission by Q
/music/songs/1995/p/proxima.zip
19 Sep 1996 (catalog date)
161,074 bytes
Download FTP scene.org
Rating:
(S3M)

Gone 2 Long by Dixi
/music/songs/1996/0-9/2long.zip
18 Mar 1997 (catalog date)
151,959 bytes
Download FTP scene.org
Rating:
(S3M)

Arcadia by Dixi
/music/songs/1996/a/arcadia.zip
18 Mar 1997 (catalog date)
179,355 bytes
Download FTP scene.org
Rating:
(S3M)

Utopic Dreams by Axis
/music/songs/1996/a/axis_md2.zip
08 Oct 1996 (catalog date)
208,953 bytes
Download FTP scene.org
Rating:
(XM)

Inflexibility by Cyberzip
/music/songs/1996/c/cz-flex.zip
30 Aug 1996 (catalog date)
328,033 bytes
Download FTP scene.org
Rating:
(XM)

Intoxicated by pioneer of decay
/music/songs/1996/d/dcy_intx.zip
06 Apr 1997 (catalog date)
176,981 bytes
Download FTP scene.org
(XM)

Deep by Squesh of Axioma
/music/songs/1996/d/deep.zip
22 Sep 1996 (catalog date)
133,862 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the mmul division and ranked 04
(S3M)

Dance Emergency Remix by Dixi
/music/songs/1996/e/emergenc.zip
19 Mar 1997 (catalog date)
173,090 bytes
Download FTP scene.org
(S3M)

Trees by OxideMan
/music/songs/1996/g/gem-tree.zip
22 Sep 1996 (catalog date)
81,160 bytes
Download FTP scene.org
Rating:
(S3M)

Exit Hotdog Seven by Caramel
/music/songs/1996/h/hotdog.zip
19 Nov 1996 (catalog date)
299,918 bytes
Download FTP scene.org
Rating:
(MOD)

Hi Breeze by Calvin of Proxima
/music/songs/1996/j/jegkanju.zip
24 Jan 1997 (catalog date)
100,964 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the mmul division and ranked ??
(XM) Heavy bass, good beat

Maximalism by Mick Rippon
/music/songs/1996/m/maxmlism.zip
22 Sep 1996 (catalog date)
561,905 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the mmul division and ranked 05
(XM)

Anxiety Express by Keith303
/music/songs/1996/m/mo_xps.zip
17 Nov 1996 (catalog date)
777,137 bytes
Download FTP scene.org
Rating:
(XM)

Morbid Existence #2 by Mordicus
/music/songs/1996/m/morbidii.zip
04 Aug 1996 (catalog date)
369,122 bytes
Download FTP scene.org
Rating:
(XM)

Existing (remix) by Mick Rippon
/music/songs/1996/m/mr_exist.zip
22 Sep 1996 (catalog date)
273,864 bytes
Download FTP scene.org
Rating:
(XM)

Yr Stereo Pharmazeuth by Pothead Pixie
/music/songs/1996/p/p_stereo.zip
24 Jan 1997 (catalog date)
134,528 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the mmul division and ranked XX
(IT)

Paramusika And The Jellys by Pothead Pixie of Beam
/music/songs/1996/p/pp_para.zip
13 Sep 1997 (catalog date)
353,274 bytes
Download FTP scene.org
(IT)

Center by Pothead Pixie of Beam
/music/songs/1996/p/ppcenter.zip
13 Sep 1997 (catalog date)
295,063 bytes
Download FTP scene.org
(IT)

Sky's by Prizrak
/music/songs/1996/p/priz-sky.zip
11 Feb 1997 (catalog date)
104,524 bytes
Download FTP scene.org
Rating:
(XM) fast synthpop, bad mixing

Without A Reason by Maximus of RAF
/music/songs/1996/r/raf-resn.zip
05 Mar 1997 (catalog date)
166,090 bytes
Download FTP scene.org
Rating:
(IT)

Sarine Dreams by Dixi
/music/songs/1996/s/sarine.zip
19 Mar 1997 (catalog date)
160,891 bytes
Download FTP scene.org
(S3M)

Small Faces by Subsonic of Noxious
/music/songs/1996/s/smlfaces.zip
24 Jan 1997 (catalog date)
343,663 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the mmul division and ranked 10
(XM)

2f by Per Almered of Excellence In Art
/music/songs/1996/x/xia_2f.zip
27 Jun 1997 (catalog date)
284,075 bytes
Download FTP scene.org
(MOD)

Fatale by Per Almered of Excellence In Art
/music/songs/1996/x/xia_fata.zip
27 Jun 1997 (catalog date)
485,454 bytes
Download FTP scene.org
(MOD)

Greenish by Per Almered of Excellence In Art
/music/songs/1996/x/xia_gree.zip
27 Jun 1997 (catalog date)
142,965 bytes
Download FTP scene.org
(XM)

Musique Zero by Per Almered of Excellence In Art
/music/songs/1996/x/xia_mus0.zip
27 Jun 1997 (catalog date)
246,814 bytes
Download FTP scene.org
(MOD)

Musique Two by Per Almered of Excellence In Art
/music/songs/1996/x/xia_mus2.zip
27 Jun 1997 (catalog date)
85,664 bytes
Download FTP scene.org
(XM)

Obsession Main by Per Almered of Excellence In Art
/music/songs/1996/x/xia_obsm.zip
27 Jun 1997 (catalog date)
100,322 bytes
Download FTP scene.org
(MOD)

Octalyser Demo by Per Almered of Excellence In Art
/music/songs/1996/x/xia_octa.zip
27 Jun 1997 (catalog date)
98,520 bytes
Download FTP scene.org
(MOD)

Perish by Per Almered
/music/songs/1996/x/xia_peri.zip
17 Nov 1996 (catalog date)
195,502 bytes
Download FTP scene.org
Rating:
(XM)

Smooth by Per Almered of Excellence In Art
/music/songs/1996/x/xia_smoo.zip
27 Jun 1997 (catalog date)
331,666 bytes
Download FTP scene.org
(MOD)

Tipish by Per Almered of Excellence In Art
/music/songs/1996/x/xia_tipi.zip
27 Jun 1997 (catalog date)
89,853 bytes
Download FTP scene.org
(MOD)

Intoxication II by Almighty One
/music/songs/1997/a/a1_ntxk2.zip
17 Mar 1997 (catalog date)
534,493 bytes
Download FTP scene.org
(IT)

Intoxication by Almighty One
/music/songs/1997/a/a1_toxic.zip
18 Mar 1997 (catalog date)
468,476 bytes
Download FTP scene.org
(S3M)

Carbondioxide 7-11 by Vinnie of Spaceballs
/music/songs/1997/c/carbondi.zip
06 Jul 1997 (catalog date)
295,211 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 07
(MOD)

Maximum Chippage by Dynamite
/music/songs/1997/d/dn-mchip.zip
19 Mar 1997 (catalog date)
16,697 bytes
Download FTP scene.org
Rating:
(S3M)

Siesta El Mexico by Eko-Joker
/music/songs/1997/f/final.zip
30 Dec 1998 (catalog date)
505,106 bytes
Download FTP scene.org
Released at event DML97 in the mmul division and ranked 20