Search for "Ler": 276 matches(displaying first 250)

3D Coding tutorial by Ica of Hubris
/code/3d/docs/3dica221.zip
30 Jun 1998 (catalog date)
422,704 bytes
Download FTP scene.org
Rating:
This tutorial is very easy to understand and describes everything you need to know like the mathematical basics, the different kind of polyfillers, shading methods, camera movement, sorting and backface culling and much much more. A must-have for every 3d coder! Text

Polyfiller Tutorial by Karma of TFL-TDV
/code/3d/docs/ttka3ddo.zip
18 Jan 1998 (catalog date)
15,613 bytes
Download FTP scene.org
Rating:
A good explanation of different types of polyfillers.

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

3D example by Andrew Harvey
/code/3d/systems/exampl3d.zip
30 Jun 1998 (catalog date)
385,953 bytes
Download FTP scene.org
Rating:
Good looking texturemapped 3d engine, but unfortunately there is no documentation included. Assembler

Simple 3D Engine by Zjack of DCC
/code/3d/systems/toruskit.zip
17 Jan 1999 (catalog date)
104,753 bytes
Download FTP scene.org
Rating:
An outdated 3d engine in assembler using different tricks that used to be populair a few years ago, like a 50hz mode and a weird vga resolution.

fx 3d kit by Dave Stampe
/code/3d/trifill/flat/fpoly256.zip
10 Jan 1997 (catalog date)
35,175 bytes
Download FTP scene.org
Rating:
A Y mode filler and line routine - Well documented and good comments. Poor asm style when it comes to stack handling. It would be difficult to learn from this code.

Trifiller Routine For Mode 13h by Mike Caruso
/code/3d/trifill/flat/trifill.zip
01 Dec 1997 (catalog date)
37,622 bytes
Download FTP scene.org
Rating:

Gouraud filler by Cazz
/code/3d/trifill/gouraud/cazzgour.zip
19 Jan 1998 (catalog date)
65,361 bytes
Download FTP scene.org
Rating:
Gouraud filler and some code for rendering an object. Incorrect x clipping. PI = 3.14159265 *3* 58979323... (you only need the first 5-7 digits anyway...)

Gouraud shader source by Jedi of Sector One
/code/3d/trifill/gouraud/ggouro2.zip
10 Jan 1997 (catalog date)
66,612 bytes
Download FTP scene.org
Rating:
Source for a gouraud filler, requires GEMA to compile - Needs GEMA. No useful comments. For TASM and MASM users, remember that GEMA's nmenonics are operation source, destination.

Crappy Texture Map by Mandrill
/code/3d/trifill/texmap/ctm.zip
19 Jan 1998 (catalog date)
6,214 bytes
Download FTP scene.org
Rating:
Crappy Texture Map. At least you know what code should be doing what. The filler looks familiar (the register lay out). The texture 'swims' so I'm not sure this is a routine to emulate.

Triscan by Andrew Harvey
/code/3d/trifill/texmap/triscan.zip
19 Jan 1998 (catalog date)
11,472 bytes
Download FTP scene.org
Rating:
Some triangle fillers. Doesn't assemble as is. Uses lots of assembler macros, which is good for style and helps portability, but kills readability for people not familiar with the code.

GUS Play interface by Juggler of BTL
/code/audio/players/gp15-pas.zip
10 Jan 1997 (catalog date)
46,188 bytes
Download FTP scene.org
Rating:
An interface for GUS Play for TP - Comes with Robban's GUS play and CyberStrike's Ultradox

LZ & Huffman Compression System by Tuo, Ze Killer
/code/compress/skylz100.zip
17 Jan 1999 (catalog date)
27,818 bytes
Download FTP scene.org
Rating:

BBS Addy source by TCP of Diablo Force
/code/demosrc/bbsintro/d4z_etad.zip
30 Jun 1998 (catalog date)
9,555 bytes
Download FTP scene.org
Rating:
Very simple BBS addy. Assembler

Underworld BBS by Dake of Devotion
/code/demosrc/bbsintro/dk_uwsrc.zip
26 Jan 1998 (catalog date)
17,240 bytes
Download FTP scene.org
Rating:
Simple BBS addy. Not very impressive but has good commenting. Helpful for those learning assembler.

Divine BBS addy source by Dawn of New Age
/code/demosrc/bbsintro/dna_dsrc.zip
30 Jun 1998 (catalog date)
21,201 bytes
Download FTP scene.org
Rating:
Contains a nice vertical voxel bar effect. Assembler

Kukoo2 source by Type One of TFL-TDV
/code/demosrc/bbsintro/kuk2src.zip
10 Jan 1997 (catalog date)
159,048 bytes
Download FTP scene.org
Rating:
Source for the second part of kukoo2 (A BBS ad) with multiple parallax-esque scrollers - Refuses to recompile for me, though it looks as if it should. I didn't try MASM though.

42 Source by Maniac of LBA
/code/demosrc/bbsintro/lba42src.zip
26 Jun 1997 (catalog date)
10,213 bytes
Download FTP scene.org
Rating:
BBS ad with a scroller and a lighting-esque effect. Both an asm and Pascal version compile, though the pascal version looks like nothing more than a rewrite of the asm code in Pascal's inline syntax. Few comments.

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

Phro source by Phred of OTM
/code/demosrc/demos/phro.zip
10 Jan 1997 (catalog date)
294,474 bytes
Download FTP scene.org
Rating:
Source for a demo with texture mapping, space cut, motion blur, a tunnel, and texture warping - All pascal with inline assembler. Good source, but no comments.

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.

fysx by Jinesra
/code/demosrc/intros/fysx.zip
19 Jan 1998 (catalog date)
1,438 bytes
Download FTP scene.org
Rating:
A 256 byte intro with dual scrollers and fire-esque effect.

Hooray by Neon of Spetsnaz
/code/demosrc/intros/hooray.zip
19 Jan 1998 (catalog date)
31,077 bytes
Download FTP scene.org
Rating:
Hooray 4-k intro (raytracing). Good code style for assembler, well commented functions, poorly commented math.

Assembler Laboratory V1.3 Beta 1 by Kurt Groenbech a.k.a. Rib of Talent, Xenon
/code/editors/alab13b1.zip
24 Aug 1998 (catalog date)
322,386 bytes
Download FTP scene.org
A very good assembler and Watcom C IDE with a lot of very useful features.

Assembler Laboratory v1.2 by Kurt Inge Groenbech
/code/editors/alabv12.zip
26 Feb 1998 (catalog date)
185,153 bytes
Download FTP scene.org
Rating:
A very good development environment that includes a very good editor with syntax highlighting.

Sine Generator by Claim of Mindstream
/code/editors/sg_v07.zip
26 Feb 1998 (catalog date)
30,188 bytes
Download FTP scene.org
Rating:
Generates an assembler listing of a sine lookup table.

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.

Fire code by Kirk A. Baum
/code/effects/fire/firecode.zip
10 Jan 1997 (catalog date)
54,739 bytes
Download FTP scene.org
Rating:
A simple fire routine - Contains the same fire as that of fire-win.zip but coded in assembler for DOS.

128 byte fire by Gaffer of Prometheus
/code/effects/fire/flame128.zip
30 Jun 1998 (catalog date)
2,363 bytes
Download FTP scene.org
Rating:
Assembler

Mg-flame by Magnesium
/code/effects/fire/mg_flame.zip
06 Jul 1998 (catalog date)
3,276 bytes
Download FTP scene.org
A Flame effect in only 256-bytes with full assembler source. It even leaves you in DOS with a message. Commented for those wanting to learn 256-byte asm coding. TASM needed.

Chaotic Fractal Screensaver by Magister of Phazix
/code/effects/fractal/mfract.zip
24 Apr 1998 (catalog date)
16,607 bytes
Download FTP scene.org
A screensaver of sorts (plain DOS only, no Windows 95) that zooms into the Mandelbrot set and animates the Julia set. Source code included. Also includes a text file that explains fractals and how to generate them. Text, assembler, protected-mode.

Pallette Resampler by Jason Nunn of Superreal, Hornet
/code/effects/pallette/presamp.zip
21 Sep 1997 (catalog date)
85,884 bytes
Download FTP scene.org
Rating:
Fits multiple 256 color palettes into one.

Argon by Insomniac of Matrix
/code/effects/plasma/argon128.zip
27 Dec 1997 (catalog date)
4,183 bytes
Download FTP scene.org
Rating:
tri-layer plasma in 128bytes, Assembler

Plasma by Jan Moller, Erik Hansen
/code/effects/plasma/c_plasma.zip
10 Jan 1997 (catalog date)
55,010 bytes
Download FTP scene.org
Rating:
Simple plasma example - Just some plasma. You might want to take the comments out on the WaitRast(): call and recompile, especially if you have a Pentium.

Rotozoomer by Paul H. Kahler
/code/effects/rotozoom/rotatebm.zip
08 Jul 1997 (catalog date)
17,607 bytes
Download FTP scene.org
Rating:
The comments included with the code are very clear, so this one is great for starters.

Realmode Scroller by Karja
/code/effects/scroll/k-scroll.zip
17 Jan 1999 (catalog date)
13,473 bytes
Download FTP scene.org
Rating:
Very dated.

Motion Read Me by Patch of Avalanche
/code/effects/scroll/motionrd.zip
10 Jan 1997 (catalog date)
30,871 bytes
Download FTP scene.org
Rating:
Source for a smooth vertical text mode scroller - That's the way to do it. :) (Bugs on Matrox cards, but that's the fault of the card, not the code.)

123 Byte Tiny Star Field by Rex Deathstar of Waterlogic
/code/effects/stars/tinystar.zip
06 Oct 1996 (catalog date)
1,929 bytes
Download FTP scene.org
Rating:
The 3d version of what Matt and Pascal did. Could conceivably be much smaller

An "effect" in only 15 bytes by Grax
/code/effects/various/15bytes.zip
30 Jun 1998 (catalog date)
378 bytes
Download FTP scene.org
Rating:
By looking at the quality of this effect you understand why it fits in only 15 bytes. Assembler

Moving Sky With Multiple Layers by Saint
/code/effects/various/skymlpas.zip
03 Jun 1998 (catalog date)
10,728 bytes
Download FTP scene.org
This is a nice moving sky with multiple layers. Includes heavily commented Turbo Pascal source code (with embedded Assembler).

SMK3D Effects by SMKaribou of GMF
/code/effects/various/smk3dsrc.zip
05 Oct 1996 (catalog date)
619,782 bytes
Download FTP scene.org
Rating:
Phong, Gouraud, Bump Mapping, etc. - Comments in French, lots well done trifillers

Water Effect by Konrad Olejnik
/code/effects/water/paswater.zip
17 Jan 1999 (catalog date)
91,458 bytes
Download FTP scene.org
Rating:
Contains a pure pascal version and a faster pascal with inline assembler version.

100 byte water effect by Programmer of Universe Group
/code/effects/water/unv-100b.zip
27 Dec 1997 (catalog date)
2,237 bytes
Download FTP scene.org
Rating:
Assembler

Water by De-Phassed
/code/effects/water/water.zip
10 Jan 1997 (catalog date)
14,565 bytes
Download FTP scene.org
Rating:
An example of water - Nothing more than a copy of Iguana's water routine done in full assembler.

2asm Anything 2 Asm,c,pas Converter by sneaqo of aardbei
/code/fileutil/2asm.zip
21 Aug 1998 (catalog date)
97,877 bytes
Download FTP scene.org
converts a binary file into a db list, or a C or Pascal array. has a lot of options, and examples for all 3 languages included. Assembler, C, Pascal

Apack V0.74b by Jibz
/code/fileutil/apack074.zip
22 Apr 1998 (catalog date)
53,707 bytes
Download FTP scene.org
The best exe/com-packer for smaller files.

Apack V0.90b by Jibz
/code/fileutil/apack090.zip
03 Aug 1998 (catalog date)
72,391 bytes
Download FTP scene.org
The best exe/com-packer for smaller files.

Virtual File System by Dark Fiber
/code/fileutil/ilfs202b.zip
17 Jan 1999 (catalog date)
110,874 bytes
Download FTP scene.org
Rating:
For Watcom C and DOS32 Assembler. Puts all your datafiles in one big file. Does not compress the data, and you have to do too many things by yourself that could have been done by the library.

Intel docs by ?
/code/hardware/cpu/intel.doc
10 Jan 1997 (catalog date)
114,654 bytes
Download FTP scene.org
Rating:
A complete listing of the 80x86 opcodes - Great reference for those learning assembler and those needing to double check opcodes. Dubious clock listings (none for pentium.)

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.

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
Source for making a keyboard handler (int 9) and reading the keyboard from the handler - Doesn't tell you much, but is a good demonstration. I'd suggest for those needing to write a keyboard handler is to get a hardware reference for the keyboard and see what other options are available and how the code works.

Introduction To Keyboard Handlers by Alioth, Don Williamson of O.M.D
/code/hardware/keyboard/keyb.zip
24 Apr 1998 (catalog date)
18,117 bytes
Download FTP scene.org
How to construct a keyboard handler from scratch and why what you do actually works. :)

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.

Real Memory by Chatter
/code/hardware/memory/realmem.zip
10 Jan 1997 (catalog date)
10,850 bytes
Download FTP scene.org
Rating:
Supposedly gets you past the 64k barrier in real mode - I have no clue what compiler this is supposed to compile for. It uses opcodes not allowed in BC's inline assembler, watcom doesn't use that kind of inline assembler (and doesn't need this extender anyway), and this is pointless for djgpp which only compiles 32bit pmode apps. I have neither TC (but considering that's a sub-set of BC I can assume it won't work) nor Quick C (but that's so old, it's inline assembler's probably incomplete too).

Fmouse by Holy Drake of Guardians
/code/hardware/mouse/fmouse12.zip
02 Jul 1997 (catalog date)
8,610 bytes
Download FTP scene.org
Rating:
A mouse routine for mode 12h. Nice source, full docs for using. Simple enough to extend to making a general mouse handler for any video mode.

Eclipse operating System v3.05
/code/hardware/pmode/e_os305.zip
30 Jun 1998 (catalog date)
1,442,821 bytes
Download FTP scene.org
Rating:
A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler

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.

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

Windows GDI Killer by Kiyone of Galaxy Police
/code/hardware/video/killgdi.zip
17 Jan 1999 (catalog date)
15,938 bytes
Download FTP scene.org
Rating:
This .DLL gives you full access to the VGA card under Windows'95. Very useful if you want to port your demos to windows.

Type One's SVGA Tricks Part 1 by Type One
/code/hardware/video/t1-svga1.zip
06 Oct 1996 (catalog date)
17,713 bytes
Download FTP scene.org
Rating:
Broken english. :( Lots of very useful video card tweaking information. Text and assembler, but not compileable.

SVGA Tricks by Type One of Pulpe
/code/hardware/video/t1svga11.zip
17 Jan 1999 (catalog date)
14,657 bytes
Download FTP scene.org
Rating:
Contains a lot of information about setting specific modes, including some very weird ones, about accelerating specific videocards, etc.

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

88 byte pcx viewer by Gyr
/code/images/gyrpcx.zip
30 Jun 1998 (catalog date)
10,937 bytes
Download FTP scene.org
Rating:
A nice example of size optimalisation. Assembler.

Micropcx
/code/images/micropcx.zip
15 Apr 1997 (catalog date)
1,921 bytes
Download FTP scene.org
Source code in assembler and .com executable of the shortest pcx viewer in the whole world (made in Poland!).

X-Sharp 3D Animation Package v22
/code/library/xsharp22.zip
01 Dec 1997 (catalog date)
115,072 bytes
Download FTP scene.org
Rating:
Contains a lot of different routines for X-Mode, including polyfillers.

The Mag by Spellcaster
/code/mags/mag02.zip
01 Jul 1997 (catalog date)
12,743 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing info on Pascal, gets into basic assembler, BIOS, interrupts, and mode 13h.

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

The Mag by Spellcaster
/code/mags/mag05.zip
01 Jul 1997 (catalog date)
20,724 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into Pascal, arrays, memory. Contains a fairly complete list of assembler opcodes (courtesy Intel).

The Mag by Spellcaster
/code/mags/mag09.zip
01 Jul 1997 (catalog date)
77,599 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into assembler, more on that game.

ASM Tutorials Part 0, 1, and 2 by Draeden of VLA
/code/tutors/asm/asmvla00.zip
18 Jan 1998 (catalog date)
16,905 bytes
Download FTP scene.org
Rating:
If you are totaly unexperienced with assembler this is the right one to start with.

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 #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 #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.

The King Magazine Volume 2 by The King
/code/tutors/graphics/kmagv2.zip
18 Jan 1998 (catalog date)
54,474 bytes
Download FTP scene.org
Rating:
Nice for beginners. This volume explains some basic Pascal and Assembler coding and how to do crossfades.

The King Magazine Volume 3 by The King
/code/tutors/graphics/kmagv3.zip
18 Jan 1998 (catalog date)
63,180 bytes
Download FTP scene.org
Rating:
Better than volume 2. Again some basic stuff for Pascal, Assembler, Hardware and Graphics, etc. Examples are now in C too.

Demo Series, Part 9 by Outlaw Triad
/code/tutors/graphics/otpoly.zip
17 Jan 1999 (catalog date)
13,285 bytes
Download FTP scene.org
Rating:
Tutorial about polyfillers.

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.

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.

3D Modeler by T.Lewis
/code/utils/3d/clay235.zip
26 Feb 1998 (catalog date)
167,316 bytes
Download FTP scene.org
Contains a nasty display bug.

Basic To Assembly Translator by Kevin Diggins
/code/utils/compiler/basm10.zip
26 Feb 1998 (catalog date)
297,077 bytes
Download FTP scene.org
Rating:
Creates an assembly listing out of a basic listing.

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

Bin to H by Lev Iserovich
/code/utils/compiler/bin2h.zip
12 Aug 1997 (catalog date)
11,097 bytes
Download FTP scene.org
Rating:
A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.)

Bin to Obj by Mr Baggins of Extravaganza
/code/utils/compiler/binobj32.zip
12 Aug 1997 (catalog date)
31,779 bytes
Download FTP scene.org
Rating:
A bin 2 obj util. Actually produces obj files, but only works with Watcom C. (By extension, you should be able to get it to work with pmode and TASM.)

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

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.

C-- examples by Peter Cellik
/code/utils/compiler/c--ex103.zip
10 Jan 1997 (catalog date)
213,584 bytes
Download FTP scene.org
Rating:
C-- example sources - A must get for c--0203.zip

DeKompress DOS32 by Dark Fibre
/code/utils/compiler/dkd32.zip
10 Jan 1997 (catalog date)
12,414 bytes
Download FTP scene.org
Rating:
Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.

GEMA by ? of Sector One
/code/utils/compiler/gema16.zip
10 Jan 1997 (catalog date)
118,143 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

GEMA by ? of Sector One
/code/utils/compiler/gema26aa.zip
10 Jan 1997 (catalog date)
148,691 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

Inc Pro by KeLewAN
/code/utils/compiler/incpro3.zip
12 Aug 1997 (catalog date)
6,818 bytes
Download FTP scene.org
Rating:
A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter.

MikDLL library by MikMak
/code/utils/compiler/mikdll.zip
10 Jan 1997 (catalog date)
20,844 bytes
Download FTP scene.org
Rating:
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time.

The MAKEFILE Maker v1.3 (Watcom) by Kwanny
/code/utils/compiler/mm13.zip
06 Oct 1996 (catalog date)
30,985 bytes
Download FTP scene.org
Rating:

Netwide Assembler by Simon Tatham, Julian Hall
/code/utils/compiler/nasm094.zip
02 Jul 1997 (catalog date)
320,576 bytes
Download FTP scene.org
Rating:
A freeware assembler with good support. People have been switching from TASM to this assembler, especially linux and 68K coders. It is still being supported by the makers so it understands newer op codes, like mmx instructions, so you don't need to get intel's 'macros' for new opcodes.

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.

Cirrus 542x Booster.
/code/utils/graphics/cirboost.zip
26 Feb 1998 (catalog date)
88,929 bytes
Download FTP scene.org
Rating:
TSR that accelerates vga cards with a Cirrus 542x chipset.

24 Hour Break by Digitize Design Group
/demos/1993/0-9/24h_brk.zip
29 Jun 1996 (catalog date)
90,627 bytes
Download FTP scene.org
Rating:
Fast circle-effect, sine scroller (coded in interesting way) - not a great job for asm-intro-compo (of course some music) btw: at the end they are talking about many bugs: here is one: press (& hold) left shift during sine-scroller. Letters D and G will be moved 'a little' :-)

30 Demo by Noice
/demos/1993/0-9/30_demo.zip
29 Jun 1996 (catalog date)
40,554 bytes
Download FTP scene.org
Rating:
Demo contains rotating cube (so obvious), low-zoom plasma (so good, because you cannot see plasma in any other demo this way - always there is a high zoom (because looks better :-), then a dot-ball (also obvious), and end-scroller (thats all???? yes....)

Assembler Instinct by Gollum
/demos/1994/a/asminst.zip
29 Jun 1996 (catalog date)
695,570 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 07

Grimtro by Twin Killer of Gollum
/demos/1994/g/grimtro.zip
29 Jun 1996 (catalog date)
2,398 bytes
Download FTP scene.org
Rating:
Released at event BP94

Toddlers Terror by Spirit
/demos/1994/t/toddlers.zip
29 Jun 1996 (catalog date)
73,578 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 08

BBS Wellerware by ???
/demos/1994/w/wwdemo.zip
29 Jun 1996 (catalog date)
56,875 bytes
Download FTP scene.org
Rating:

15 Min by Mewlers
/demos/1995/0-9/15min.zip
29 Jun 1996 (catalog date)
43,945 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 03

Banal by Mewlers
/demos/1995/b/banal.zip
29 Jun 1996 (catalog date)
308,200 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 12

Kewl Intro by Bit Killers
/demos/1995/b/bkillers.zip
29 Jun 1996 (catalog date)
64,637 bytes
Download FTP scene.org
Rating:

Go by Mewlers
/demos/1995/g/go.zip
14 May 1997 (catalog date)
55,967 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX
,,GUS/SB/PAS,

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

Mega by Dungeon Dwellers
/demos/1995/m/mega.zip
30 Jun 1996 (catalog date)
1,145,230 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked ??

Morphia by the Bit Killers
/demos/1995/m/morphia.zip
30 Jun 1996 (catalog date)
353,102 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the demo division and ranked 07

Squishtro! by Dungeon Dwellers
/demos/1995/s/squ.zip
30 Jun 1996 (catalog date)
74,260 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the in64 division and ranked ??

Reverse (final) by Ketchup Killers
/demos/1996/k/kk-rvsf.zip
30 Jan 1997 (catalog date)
126,466 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 09
486,SVGA,GUS

Leroy by Xtacy
/demos/1996/l/leroy.zip
31 Aug 1996 (catalog date)
2,767,353 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the demo division and ranked 02

Leroy (SB/8MB fix) by Xtacy
/demos/1996/l/leroyfix.zip
31 Aug 1996 (catalog date)
101,477 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the demo division and ranked 02

Hola by Leroy & Co.
/demos/1996/p/pr96-hol.zip
06 Jul 1996 (catalog date)
136,279 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the infs division and ranked ??

Simple Scroller by Solar Designer
/demos/1996/s/slr_s599.zip
30 Jun 1996 (catalog date)
889 bytes
Download FTP scene.org
Rating:

NPI by Elerium Core
/demos/1997/e/ec-npi.zip
01 Nov 1997 (catalog date)
557,535 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 06
486,,GUS/SB,

Fooler Dentro by MWB
/demos/1997/m/mwb_fdf.zip
20 Dec 1997 (catalog date)
718,623 bytes
Download FTP scene.org
Rating:
Released at event SAT97 in the demo division and ranked 03
486,VESA,GUS/SB,

Impact by Mewlers
/demos/1997/m/mwl_impc.zip
07 Dec 1997 (catalog date)
56,062 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the in64 division and ranked 01
,,no sound?,

Snabelmannen Anfaller by ??
/demos/1997/s/snabel.zip
04 Apr 1997 (catalog date)
424,373 bytes
Download FTP scene.org
Rating:

Adolf Hitler 4k by Stalin of Quisling
/demos/1998/0-9/4k.zip
25 Jul 1998 (catalog date)
4,441 bytes
Download FTP scene.org
Rating:

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,

Impact 2 by Mewlers
/demos/1998/m/mwl_imp2.zip
30 Jul 1998 (catalog date)
61,218 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the in64 division and ranked 03
P5,VESA,GUS,

Styler 2 by Knights
/demos/1998/s/styler2.zip
03 Oct 1998 (catalog date)
1,123,448 bytes
Download FTP scene.org
Rating:
P100,VESA,GUS/SB/PAS,16MB

Vortex by Mewlers
/demos/1998/v/vortex_b.zip
22 Oct 1998 (catalog date)
1,793,357 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 12

A Place to Be by Prowler
/graphics/images/1994/a/aplaceto.zip
04 Jul 1996 (catalog date)
79,816 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 30

From the Deep by Bytemangler
/graphics/images/1994/f/frmdeepc.zip
04 Jul 1996 (catalog date)
34,132 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

The Gallery by Raptor, Jff, Illicit
/graphics/images/1995/g/gallery.zip
04 Jul 1996 (catalog date)
32,215 bytes
Download FTP scene.org
Rating:

Ballerina by Boo
/graphics/images/1996/b/balerina.zip
12 Sep 1996 (catalog date)
54,898 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the grfx division and ranked ??

Serial Killer by Bat
/graphics/images/1996/b/bat_gfx5.zip
02 Sep 1996 (catalog date)
48,139 bytes
Download FTP scene.org
Rating:

Ruler by Pop 2 Pop
/graphics/images/1996/r/ruler.zip
06 May 1998 (catalog date)
2,940 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grfx division and ranked 25
320x200x256

Little room at the end of the world by Cyc
/graphics/images/1997/l/littlero.zip
17 Feb 1998 (catalog date)
10,823 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 11
320x200x256

Selfportrait by Ruler of Pop 2 Pop
/graphics/images/1997/m/mek-94.zip
18 May 1998 (catalog date)
12,401 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grfx division and ranked ??
320x200x4

Militanta kanibaler by Tudor of TBL
/graphics/images/1997/m/militant.zip
25 Nov 1998 (catalog date)
246,504 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grtc division and ranked 01
800x600x16m

Sky Travellers by 3D Addict
/graphics/images/1997/s/skytravl.zip
13 Sep 1997 (catalog date)
85,378 bytes
Download FTP scene.org
Rating:
640x192x16m

Space Travellers by 3D Addict
/graphics/images/1997/s/spacetra.zip
13 Sep 1997 (catalog date)
71,686 bytes
Download FTP scene.org
Rating:
640x192x16m

The Clerics Study by Phoenix
/graphics/images/1998/c/cleric.zip
05 Nov 1998 (catalog date)
160,970 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grtc division and ranked 09
640x480x16m

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

MDraw Sprite Editor by Matt Miller
/graphics/programs/editors/mdraw.zip
22 Sep 1996 (catalog date)
50,275 bytes
Download FTP scene.org

Master Modeler 1.0 by Arkham
/graphics/programs/vector/akm-mm10.zip
22 Sep 1996 (catalog date)
85,171 bytes
Download FTP scene.org

Killer Mosquito by Bonzai Plant
/music/contests/mc4/veteran/m4v-mosq.zip
10 Nov 1996 (catalog date)
678,600 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

The Storyteller by Dna-groove of Embryo
/music/contests/mc5/intermed/m5i-stor.zip
29 Aug 1997 (catalog date)
246,377 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked I06

Killer R by Niller
/music/contests/mc5/rookie/m5r-klrr.zip
29 Aug 1997 (catalog date)
303,536 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tranquil Memory by Realm Dweller
/music/contests/mc5/rookie/m5r-tqmm.zip
29 Aug 1997 (catalog date)
111,661 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Happy Traveller by BasB
/music/contests/mc6/intermed/m6i-trav.zip
28 Mar 1999 (catalog date)
478,641 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Killer's Arrest by Logos
/music/disks/1995/killers.zip
26 Jul 1996 (catalog date)
2,356,494 bytes
Download FTP scene.org
Rating:

Rat Sampler Pack 1995 by Rat
/music/disks/1995/rat_sp95.zip
26 Jul 1996 (catalog date)
547,397 bytes
Download FTP scene.org
Rating:

Timetraveller by andr0meda of Green
/music/disks/1997/gr1_time.zip
11 Dec 1997 (catalog date)
2,632,531 bytes
Download FTP scene.org

Dura Master by Nearly Gods
/music/disks/1997/ng-dura.zip
01 Feb 1997 (catalog date)
1,894,723 bytes
Download FTP scene.org
Rating:
Good techno! 3 songs in AMS format, with a nice player to go along. Don't try to play these in Cubic Player (out of memory) or under Windows 95 (lose keyboard handler). Would have given this 4 stars if there had been more songs.

Blackwolf 1998 by Blackwolf of Dungeon Dwellers Design
/music/disks/1998/bw-1998.zip
09 Feb 1998 (catalog date)
697,353 bytes
Download FTP scene.org

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)

RDOS Player v1.7
/music/programs/players/rplay017.zip
21 Jan 1997 (catalog date)
437,256 bytes
Download FTP scene.org
OPL2/OPL3 music module player for your ears. FIRST generic adlib player in PC world at all. Coded in 100% assembler. It's fast with x-mode graphic analyzers and other. Supports module packing and about 16 adlib module formats (AGD, HSC, RAD, D00 plus more...)

Dump AWE32 Samples to file
/music/programs/samplers/awe-dump.zip
09 Sep 1996 (catalog date)
12,809 bytes
Download FTP scene.org
(DOS) (source included)

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

Awetube 1.17 by Milosz Tylenda
/music/programs/samplers/awetub17.zip
26 Apr 1997 (catalog date)
31,364 bytes
Download FTP scene.org
Simple realtime vocoder for awe32. Version 1.17

Blaster Master v6.1
/music/programs/samplers/bmstr61.zip
09 Sep 1996 (catalog date)
291,537 bytes
Download FTP scene.org
(DOS)

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)

Cool Edit v1.52
/music/programs/samplers/cool152.zip
09 Sep 1996 (catalog date)
838,036 bytes
Download FTP scene.org

Compact Split v2.0 and CD Read v1.0
/music/programs/samplers/cs2.zip
28 Sep 1996 (catalog date)
206,726 bytes
Download FTP scene.org
Grabs tracks digitally (no noise) from audio-cds and splits the tracks into perfectly cut sample.

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**

DigiPlay v3.0 by Future Crew
/music/programs/samplers/dp30.zip
09 Sep 1996 (catalog date)
78,595 bytes
Download FTP scene.org
(DOS)

Encode/Decode II
/music/programs/samplers/encdec.zip
10 Sep 1996 (catalog date)
5,167 bytes
Download FTP scene.org
digital sample encoder/decoder for compression

FM Synthesizer v4
/music/programs/samplers/fms4.zip
09 Sep 1996 (catalog date)
66,766 bytes
Download FTP scene.org

An FM Instrument editor
/music/programs/samplers/folk102.zip
09 Sep 1996 (catalog date)
78,058 bytes
Download FTP scene.org
(DOS)

GB-303 v7
/music/programs/samplers/gb303_v7.zip
09 Sep 1996 (catalog date)
63,885 bytes
Download FTP scene.org
sample synthesizer

GoldWave v2.10
/music/programs/samplers/gldwav21.zip
09 Sep 1996 (catalog date)
281,152 bytes
Download FTP scene.org
(Windows)

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.

Hardcore Speech Enhancer v1.3
/music/programs/samplers/hse13.zip
09 Sep 1996 (catalog date)
30,103 bytes
Download FTP scene.org

New Prorave Synthesizer V2.21 by Nick'97
/music/programs/samplers/prorv221.zip
08 Nov 1997 (catalog date)
79,857 bytes
Download FTP scene.org
Prorave is DOS-based sound synthesizer. It uses 32 overtones to create the complex sounds. You may control vibrato and amplitude variation of each overtone. Program have easy and intuitive SVGA-graphic mouse interface. Export formats: IFF, SND and WAV. GUS/SB sound output. New in 2.21: parameters library, configuration window, bugs fixed and other changes. It is FREEWARE.

Compress 8-bit samples
/music/programs/samplers/quantic.zip
09 Sep 1996 (catalog date)
805,272 bytes
Download FTP scene.org
(DOS)

Read CD Digital Audio v2.0
/music/programs/samplers/readcda2.zip
28 Sep 1996 (catalog date)
33,701 bytes
Download FTP scene.org
Update of readcda.zip

ReSample v0.12a by MLF of SLI
/music/programs/samplers/resample.zip
09 Sep 1996 (catalog date)
33,915 bytes
Download FTP scene.org
Takes ST3 samples and resamples them at any rate

Rubber Duck v0.86b by D-Lusion
/music/programs/samplers/rubdk086.zip
09 Jan 1997 (catalog date)
832,246 bytes
Download FTP scene.org
realtime resonant filters, 4 basic waveforms, 224 note sequencer, digital delay, drum section, 16-bit, 44khz, Win95

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

Sound Forge v3.0
/music/programs/samplers/sforge.zip
09 Sep 1996 (catalog date)
1,244,545 bytes
Download FTP scene.org
(Windows)

Acid Snarrl v1.6
/music/programs/samplers/snarrl16.zip
21 Jan 1997 (catalog date)
24,666 bytes
Download FTP scene.org
Sample synthesizer for DOS

Synthesized Sample Editor by Michael P. Weber
/music/programs/samplers/ssebeta.zip
09 Sep 1996 (catalog date)
81,339 bytes
Download FTP scene.org
(DOS)

Orangator V1.1 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-or11.zip
29 Aug 1997 (catalog date)
314,312 bytes
Download FTP scene.org
New verion of powerful win95 synth, bugfixed, new effects (reverb, etc) and no demosong note the e-mail address correction

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.

Visual Orangator V1.0 by Agent Orange, Tangerine of T-Rex
/music/programs/samplers/trx-vor.zip
26 Feb 1998 (catalog date)
200,533 bytes
Download FTP scene.org
Visual Orangator is continuation of Orangator but the main difference is that it is modular.

Ultra Amender v2.0
/music/programs/samplers/ua20.zip
09 Sep 1996 (catalog date)
166,644 bytes
Download FTP scene.org
Sampler for the GUS (DOS)

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.

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.

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

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

Roland 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.

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

Roland Juno 106 Samples #2 by Soundwave
/music/samples/swjuno2.zip
11 Oct 1997 (catalog date)
18,988,252 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass, Yamaha TX16W - Sampler with Typhoon OS the modulation makes synthesis possible. By popular demand, the Juno pack is back! And this time, we've got a lot of resonance for all of you techno guys out there. (: We've got a couple of samples of resonant acid-like bass, plus a lot of other goodies with booms, distortion, LFOs, etc. There are 25 additional Juno sounds here, recorded at 44.1kHz, 16 bit on a Pro Audio Spectrum 16 with the sample point at C3 unless otherwise noted. Sorry, no loop points or envelopes are provided. Be sure to check out the Typhoon TR-808-like kit as well.

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.

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

Full Alert by Mr. Root
/music/songs/1994/full_ale.zip
15 Sep 1996 (catalog date)
74,688 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Accelerate by Deus.Ex
/music/songs/1995/a/acceler8.zip
20 Sep 1996 (catalog date)
369,007 bytes
Download FTP scene.org
Rating:
(XM)

Llenties Accelerades by Jak
/music/songs/1995/j/jk_llent.zip
21 Sep 1996 (catalog date)
102,228 bytes
Download FTP scene.org
Rating:
(XM)

Killer Instinct by Danes
/music/songs/1995/k/killer.zip
21 Sep 1996 (catalog date)
112,452 bytes
Download FTP scene.org
Rating:
(XM)

Losing It by Ler
/music/songs/1995/l/losingit.zip
18 Sep 1996 (catalog date)
251,530 bytes
Download FTP scene.org
Rating:
(S3M)

To Awesome People by StormCaller
/music/songs/1995/r/ridev.zip
20 Sep 1996 (catalog date)
178,730 bytes
Download FTP scene.org
Rating:
(S3M)

Tontrolleri by Zalt
/music/songs/1995/z/zlt_ton.zip
21 Sep 1996 (catalog date)
212,021 bytes
Download FTP scene.org
Rating:
(XM)

Time Controller by Cygnes
/music/songs/1996/c/cgs-tc.zip
18 Nov 1996 (catalog date)
82,766 bytes
Download FTP scene.org
Rating:
(IT)

Cyber Cycler by Kvazar
/music/songs/1996/c/cybercyc.zip
22 Sep 1996 (catalog date)
459,639 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the mmul division and ranked ??
(XM)

Lords Of Lightning by An Earth Dweller, Stado
/music/songs/1996/d/dss-lord.zip
19 Mar 1997 (catalog date)
376,118 bytes
Download FTP scene.org
(S3M)

Funky Beat by Leroy of Yes
/music/songs/1996/f/funky.zip
24 Jan 1997 (catalog date)
163,608 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the mmul division and ranked 13
(XM)

Space Killer by Ghost Fellow
/music/songs/1996/g/gf_space.zip
22 Sep 1996 (catalog date)
117,415 bytes
Download FTP scene.org
Rating:
(S3M)

Galerie Remix - Main by Groo of CNCD
/music/songs/1996/g/grem-mus.zip
18 Mar 1997 (catalog date)
333,118 bytes
Download FTP scene.org
(MOD) From the first place Amiga demo at Juhla '96.

Jacob's Ladder by Ler
/music/songs/1996/j/jacobs_l.zip
22 Sep 1996 (catalog date)
256,007 bytes
Download FTP scene.org
Rating:
(S3M)

The Traveller by WAVE
/music/songs/1996/j/jt_travl.zip
02 Feb 1997 (catalog date)
196,365 bytes
Download FTP scene.org
Rating:
(XM)

Killer Vibes (remix) by Salvorite
/music/songs/1996/k/killer2.zip
24 Jul 1996 (catalog date)
67,832 bytes
Download FTP scene.org
Rating:
(MOD)

Out of Imagination by Leroy
/music/songs/1996/l/lry_outo.zip
23 Aug 1996 (catalog date)
7,920 bytes
Download FTP scene.org
Rating:
(XM)

Trance Thru the Night by Leroy
/music/songs/1996/l/lry_tran.zip
23 Aug 1996 (catalog date)
169,899 bytes
Download FTP scene.org
Rating:
(XM)

??? by Stormcaller
/music/songs/1996/m/mc4.zip
22 Sep 1996 (catalog date)
141,931 bytes
Download FTP scene.org
Rating:
(S3M)

Perkele Remix by Hegaxon
/music/songs/1996/p/perkeler.zip
15 Mar 1997 (catalog date)
353,514 bytes
Download FTP scene.org
Released at event DML96B in the mmul division and ranked XX
(S3M)

The Sampler by Xerxes
/music/songs/1996/x/xr-sampl.zip
22 Sep 1996 (catalog date)
726,749 bytes
Download FTP scene.org
Rating:
(XM)

Yyz by Ler
/music/songs/1996/y/yyz.zip
22 Sep 1996 (catalog date)
391,344 bytes
Download FTP scene.org
Rating:
(S3M)

Embryo Killers by Nymph of Coke of Blitz Beat Productions
/music/songs/1997/b/b-embry.zip
23 Feb 1998 (catalog date)
470,730 bytes
Download FTP scene.org
(IT)

Depredated Joy by Realm Dweller
/music/songs/1997/d/depr_joy.zip
06 Apr 1997 (catalog date)
166,846 bytes
Download FTP scene.org
(S3M)

Amber Gamblers by Deep Throat of Millennia
/music/songs/1997/d/dt_amber.zip
07 Jan 1998 (catalog date)
76,437 bytes
Download FTP scene.org
(XM)

Fuer Olga by Ruler of POP2POP
/music/songs/1997/e/elise_c2.zip
25 Jul 1997 (catalog date)
74,097 bytes
Download FTP scene.org
Released at event MEK97 in the mmul division and ranked XX
(MOD)

Valerie In Symbiosis by Urge
/music/songs/1997/e/ez-valer.zip
22 Aug 1997 (catalog date)
439,976 bytes
Download FTP scene.org
(XM)

The Mindblowing Music by Jammax, Lord Killer of Imagination, Demon Desing
/music/songs/1997/j/jam-mind.zip
19 Jul 1997 (catalog date)
450,556 bytes
Download FTP scene.org
(MDL)

Killer Vibes by Salvorite
/music/songs/1997/k/killer.zip
26 Apr 1997 (catalog date)
43,484 bytes
Download FTP scene.org
(MOD)

Thriller by Knights and Pirates
/music/songs/1997/k/kp-thril.zip
19 Sep 1997 (catalog date)
175,719 bytes
Download FTP scene.org
(XM)

Rain by Mike Mueller
/music/songs/1997/m/mm-rain.zip
20 Apr 1997 (catalog date)
310,220 bytes
Download FTP scene.org
(XM)

Me and my Kaikal by muffler of haujobb
/music/songs/1997/m/mykaikal.zip
09 Feb 1999 (catalog date)
619,440 bytes
Download FTP scene.org
Released at event TP97 in the mmul division and ranked 04

Embryo Killers by Nymph of Coke
/music/songs/1997/n/nc-embry.zip
21 Sep 1997 (catalog date)
469,252 bytes
Download FTP scene.org
(IT)

Clear Sky by JungLizt of Skyjump Team
/music/songs/1997/s/sky_cler.zip
29 Jul 1997 (catalog date)
604,638 bytes
Download FTP scene.org
(IT)

Bolero by Mixhaus of Society Of Sound
/music/songs/1997/s/sos_blro.zip
08 May 1997 (catalog date)
291,762 bytes
Download FTP scene.org
(XM)

Styleripping by distance of orange
/music/songs/1997/s/stlerpng.zip
16 Jan 1998 (catalog date)
107,876 bytes
Download FTP scene.org
(MOD)

trottler by enok
/music/songs/1997/t/trottler.zip
09 Feb 1999 (catalog date)
19,728 bytes
Download FTP scene.org
Released at event RAGE97 in the m08k division and ranked ??

Killer Must Die by TranZistor of Secret Sound System
/music/songs/1997/t/tz_kmd.zip
28 May 1998 (catalog date)
134,635 bytes
Download FTP scene.org
(XM)

Impaler by Zond 3 of Hertz
/music/songs/1997/z/z3-imp.zip
20 Nov 1997 (catalog date)
636,064 bytes
Download FTP scene.org
(XM)

Killer Loose In The Factory by Air0Day
/music/songs/1998/a/a0d_kill.zip
06 Jul 1998 (catalog date)
792,560 bytes
Download FTP scene.org
(XM)

Tolerance by Amadeus Voxon of Flash Inc.
/music/songs/1998/f/fl_toler.zip
25 Apr 1998 (catalog date)
1,202,091 bytes
Download FTP scene.org
(XM)

Entity by FMS, Killersushi
/music/songs/1998/f/fms_vs_k.zip
27 Jan 1998 (catalog date)
252,670 bytes
Download FTP scene.org
(IT)

Funk Traveller by Boo of Talent
/music/songs/1998/f/funktrvl.zip
18 Dec 1998 (catalog date)
464,367 bytes
Download FTP scene.org
Released at event BP98 in the mmul division and ranked XX

Ihan by Muffler of Haujobb, DCS, Doomsday
/music/songs/1998/i/ihan.zip
07 Dec 1998 (catalog date)
551,876 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked 01

Invasion Of Mutant Killer Bunnies! by KiWi of Deep Boys
/music/songs/1998/i/invasion.zip
13 Dec 1998 (catalog date)
538,866 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 04

dance attack by jangler of coil
/music/songs/1998/j/jng_danc.zip
07 Dec 1998 (catalog date)
386,341 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

Kaikal pop by Muffler of haujobb, dcs, doomday
/music/songs/1998/k/kaikal_p.zip
13 Dec 1998 (catalog date)
597,306 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 07

Discophobia by Killersushi
/music/songs/1998/k/ks_disco.zip
25 Jan 1998 (catalog date)
557,032 bytes
Download FTP scene.org
(IT)

Embryo In Me by Killersushi
/music/songs/1998/k/ks_embr.zip
16 Feb 1998 (catalog date)
794,761 bytes
Download FTP scene.org
(IT)

Merge by Killersushi
/music/songs/1998/k/ks_merge.zip
24 Jan 1998 (catalog date)
528,714 bytes
Download FTP scene.org
(IT)

Sintflut by Killersushi
/music/songs/1998/k/ks_sint.zip
10 Apr 1998 (catalog date)
364,909 bytes
Download FTP scene.org
(IT)

Structure by Killersushi
/music/songs/1998/k/ks_struc.zip
24 Jan 1998 (catalog date)
564,405 bytes
Download FTP scene.org
(IT)

Train To Acidland by Killersushi
/music/songs/1998/k/ks_train.zip
25 Jan 1998 (catalog date)
756,398 bytes
Download FTP scene.org
(IT)

Entity by FMS, Killersushi
/music/songs/1998/k/ks_vs_fm.zip
27 Jan 1998 (catalog date)
252,663 bytes
Download FTP scene.org
(IT)

Luulaja by Muffler of Haujobb
/music/songs/1998/l/luulaja.zip
15 Jan 1999 (catalog date)
547,359 bytes
Download FTP scene.org
Released at event JUH98 in the mmul division and ranked ??

Grimson Alert by Phlow of Goto10, xMp, Poffelipoff
/music/songs/1998/p/ph_grim.zip
03 Jul 1998 (catalog date)
257,652 bytes
Download FTP scene.org
(XM)

Party Sampler by mstan
/music/songs/1998/p/prtysamp.zip
19 Aug 1998 (catalog date)
382,371 bytes
Download FTP scene.org
(IT)

The Settlers Cover by Monz
/music/songs/1998/s/settlers.zip
24 May 1998 (catalog date)
103,029 bytes
Download FTP scene.org
(XM)

Thriller by John Duskos
/music/songs/1998/t/thriller.zip
15 Jan 1999 (catalog date)
480,982 bytes
Download FTP scene.org
Released at event GAR98 in the mmul division and ranked 01

Universal Bolero by Vincent Voois of Process Five
/music/songs/1998/v/vv_ub.zip
21 Apr 1998 (catalog date)
774,174 bytes
Download FTP scene.org
(IT)