Search for "Mat": 371 matches(displaying first 250)

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

3D 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

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

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

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.

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.

Texture Map by Robert Schmidt of Ztiff Zox Softwear
/code/3d/trifill/texmap/textmap.zip
08 Jun 1997 (catalog date)
11,172 bytes
Download FTP scene.org
Rating:
Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.

Texture Mapper by Fantom of Ultimate Brains
/code/3d/trifill/texmap/texture.zip
08 Jun 1997 (catalog date)
112,765 bytes
Download FTP scene.org
Rating:
There are no comments included with the source, so you'll need to spend some time before you totaly understand what's going on.

Audio Manager III by Kenneth Foo Chuan Khit
/code/audio/convert/amm.zip
10 Jan 1997 (catalog date)
30,360 bytes
Download FTP scene.org
Rating:
A loader for amm files - A proprietary format not generated by any trackers that I know of

15313115 by Fred of TFL-TDV
/code/audio/convert/mod15ins.zip
11 Jan 1997 (catalog date)
29,975 bytes
Download FTP scene.org
Rating:
A format converter for 15 instrument mods to/from 31 instrument mods - Useless! Even the file_id.diz says it's a joke. Rather boring on the humor scale. No code.

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

D00 Format by Joachim Fenkes
/code/audio/docs/d00form.zip
10 Jul 1997 (catalog date)
3,642 bytes
Download FTP scene.org
Rating:
D00 format. Needed if you want to write a player for the adlib files produced by EdLib by JCH/Vibrants. As a side note, EdLib comes with a description of the file format.

d00 format by Joachim Fenkes
/code/audio/docs/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

DMF Module Format Specifications by Code-X of Delusion
/code/audio/docs/dmfinfo.zip
21 Jan 1998 (catalog date)
29,524 bytes
Download FTP scene.org
Rating:

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

F. mod docs part 2 by Firelight
/code/audio/docs/fmoddoc2.zip
10 Jan 1997 (catalog date)
390,839 bytes
Download FTP scene.org
Rating:
Firelight's mod/s3m format description.

Description of the GT2 and GTK module formats by L. de Soras
/code/audio/docs/gt2-form.txt
30 Jun 1998 (catalog date)
22,995 bytes
Download FTP scene.org
Rating:
This document is partly written in french! Text

IW SDK
/code/audio/docs/iw_sdk20.zip
10 Jul 1997 (catalog date)
2,796,518 bytes
Download FTP scene.org
Rating:
The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.

MOD Format Specifications by Ian Tweedie
/code/audio/docs/modform.zip
21 Jan 1998 (catalog date)
5,923 bytes
Download FTP scene.org
Rating:

Protracker Studio 16 Module Format Specifications by CyberStrike of Renaissance
/code/audio/docs/ps16form.zip
21 Jan 1998 (catalog date)
14,375 bytes
Download FTP scene.org
Rating:

PTM PolyTracker Format Specifications by JAL of Nostalgia
/code/audio/docs/ptmform.zip
21 Jan 1998 (catalog date)
8,329 bytes
Download FTP scene.org

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120a.zip
10 Jan 1997 (catalog date)
326,365 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120b.zip
10 Jan 1997 (catalog date)
517,142 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

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

MIDAS by Alfred, Guru of Sahara Surfers
/code/audio/players/mds10b1.zip
01 Jul 1997 (catalog date)
1,410,314 bytes
Download FTP scene.org
Rating:
A music system for Watcom coders. Supports most file formats, SB, GUS, other soundcards.

MIDAS by Alfred, Guru of Sahara Surfers
/code/audio/players/midas061.zip
01 Jul 1997 (catalog date)
1,490,716 bytes
Download FTP scene.org
Rating:
A music system for Watcom coders. Supports most file formats, SB, GUS, other soundcards.

MOD Units by Charles Attard
/code/audio/players/modunits.zip
01 Jul 1997 (catalog date)
98,726 bytes
Download FTP scene.org
Rating:
TPU units for music playback. Supports a nice variety of file formats, but doens't support the GUS natively.

Sound Deluxe System 5.04 by Maple Leaf
/code/audio/players/sds504.zip
17 Jan 1999 (catalog date)
603,983 bytes
Download FTP scene.org
Rating:
This player supports a lot of different module formats, but the GUS support seems to have a bug because I hear nothing, while it works great on my Soundblaster Pro. It supports a lot of different languages, including Turbo Basic!

Micaco BBS ad source by Chc
/code/demosrc/bbsintro/micsrc41.zip
10 Jan 1997 (catalog date)
190,207 bytes
Download FTP scene.org
Rating:
Source for a BBS ad with an environment mapped object - It's all asm source, but you need Watcom to compile it. Comes with an extra ASC file format converter. All comments are in Spanish though there's a (shorter) Enlish readme file. Knowing Spanish is very useful for these sources as the comments are good.

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.

2D Rotation by Draeden of VLA
/code/effects/3d/rotate.zip
25 Aug 1997 (catalog date)
7,790 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

3D Rotation by Draeden of VLA
/code/effects/3d/rotate3d.zip
25 Aug 1997 (catalog date)
35,866 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

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.

Burning Match by Digimind
/code/effects/fire/bmatch.zip
19 Jun 1998 (catalog date)
3,005 bytes
Download FTP scene.org
314 byte fire example with asm source and executable. Features wood, sulfur and oxygen.

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

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.

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

38 Byte Plasma by Insomniac of Matrix
/code/effects/plasma/prawn.zip
17 Jan 1999 (catalog date)
3,125 bytes
Download FTP scene.org
Rating:

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

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

24 Byte Tiny Starfield by Matt Wilhelm
/code/effects/stars/mwstar.zip
05 Oct 1996 (catalog date)
5,708 bytes
Download FTP scene.org
Rating:
Slow as crap, but AWESOME! But I suppose only a demented coder would appreciate it.

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

Textmode Plasma by David Thornley
/code/effects/text/plsmatxt.zip
26 Jun 1997 (catalog date)
59,842 bytes
Download FTP scene.org
Rating:
Not very impressive.

Animation Construction Kit 3D by Lary Myers
/code/effects/worlds/ackkit.zip
25 Aug 1997 (catalog date)
152,985 bytes
Download FTP scene.org
Rating:
A demo of Lary Myers 3d world engine (see acksrc.zip) including a mapeditor and all the data needed for this engine.

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

Textfile Convertor by Designer
/code/fileutil/et-con14.zip
26 Feb 1998 (catalog date)
32,660 bytes
Download FTP scene.org
Rating:
Converts ansi files and textfiles for amiga, unix, etc. to pc format and back again.

File Formats by Max Maischein
/code/formats/ffmts002.zip
18 Jan 1998 (catalog date)
102,097 bytes
Download FTP scene.org
Rating:
A description of over 100 different file formats.

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

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

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

Pentium Stuff
/code/hardware/cpu/pentium.zip
01 Jul 1997 (catalog date)
164,896 bytes
Download FTP scene.org
Rating:
A collection of files on Pentium optimization. Some of these files look very useful, especially for optimizing information and truly esoteric stuff for the terminally curious.

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.

VGA Info by Andrew Scott
/code/hardware/video/vga-info.zip
10 Jan 1997 (catalog date)
139,440 bytes
Download FTP scene.org
Rating:
A VGA reference manual - Poor layout. I found it difficult to find things. Not as if the VGA card has changed, but the information seems outdated.

Bmp2raw V1.0 by Joerg Hartenberger of SCI
/code/images/bmp2raw.zip
11 Jul 1998 (catalog date)
24,415 bytes
Download FTP scene.org
Convert 8 or 24bpp BMPs into RAW Fileformat. Also: 24bpp to 16bpp RAW Converter.

CEL 2 SPR
/code/images/cel2spr.zip
15 Apr 1997 (catalog date)
28,662 bytes
Download FTP scene.org
Simple sprite conversion from AA .cel format.

Cutter
/code/images/cutter1.zip
15 Apr 1997 (catalog date)
68,240 bytes
Download FTP scene.org
Graphics Cutter v1.0 is a scripting language used in cutting graphics from PCX files. Unzip with -d option (subdirectories). Saves palette info, include files, and object files. Object files are stored in MODE 0x13 and MODE X formats. DEMO of bouncing balls included. Source available in registered version.

GIF 2 LBM by Daniel Hatadi
/code/images/gif2lbm.zip
15 Apr 1997 (catalog date)
17,893 bytes
Download FTP scene.org
Very simple bitmap converter. This converts plain 256 colour GIFs to the LBM format used with Themie Gouthas' XLIB. It also saves the palette separately in a .PAL file.

HSI 2 ARR
/code/images/hsi2arr.zip
15 Apr 1997 (catalog date)
62,609 bytes
Download FTP scene.org
Converts RAW format picture files to C readable arrays. Full source included, and two example programs.

Description of Imagine Raytracer File Format by G. Scibilia
/code/images/istg.zip
17 Jan 1999 (catalog date)
9,719 bytes
Download FTP scene.org
Rating:

FLI/FLC Loader by Mali of Malixa
/code/images/mdg_flc.zip
17 Jan 1999 (catalog date)
114,320 bytes
Download FTP scene.org
Rating:
Contains also some textfiles with a description of the .FLI and .FLC formats.

Multipage VGA Library by Lin Ke-Fong
/code/library/mpvga10.zip
01 Dec 1997 (catalog date)
84,061 bytes
Download FTP scene.org
Rating:
VGA library by Lin Ke-Fong. Very good tweaked vga library. It automaticaly detects the vga card to offer as much functionality as possible instead of using the standard vga settings only like most libraries do.

Graphics Engine by Matthew Hildebrand
/code/library/tge129d.zip
01 Dec 1997 (catalog date)
192,250 bytes
Download FTP scene.org
Rating:
Graphics library that supports multiple resolutions.

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/mag10.zip
01 Jul 1997 (catalog date)
114,192 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, elementary 3d, other stuff.

The Mag by Spellcaster
/code/mags/mag11.zip
01 Jul 1997 (catalog date)
95,422 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, more complex 3d, still adding to that game. (This magazine has come a long way since issue one and is entirely progressive.)

Music Format Description Library v2.0 by fh of GODS
/code/sound/fh-mfdl2.zip
06 Oct 1996 (catalog date)
87,094 bytes
Download FTP scene.org
Rating:

ProTracker MODule Format by VLA of VLA
/code/sound/modform.zip
05 Oct 1996 (catalog date)
6,746 bytes
Download FTP scene.org
Rating:

Music File Format Library v1.0 by Jamal Hannah
/code/sound/musfmt10.zip
05 Oct 1996 (catalog date)
172,360 bytes
Download FTP scene.org
Rating:

Demo Series, Part 17 by Outlaw Triad
/code/sound/otloader.zip
17 Jan 1999 (catalog date)
16,831 bytes
Download FTP scene.org
Rating:
Tutorial about loading a module into memory. The only useful thing about this tutorial is the description about the .mod format.

S3M File Format
/code/sound/s3mform.zip
05 Oct 1996 (catalog date)
3,307 bytes
Download FTP scene.org
Rating:

ULT Module File Format
/code/sound/ultform.zip
06 Oct 1996 (catalog date)
2,966 bytes
Download FTP scene.org
Rating:

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.

Free Direction Rendering by kombat of immortals
/code/tutors/graphics/freedir.zip
15 May 1998 (catalog date)
49,280 bytes
Download FTP scene.org
This document gives information on how to render various objects in high quality and in real time.

Serie De Tutoriales Fac 4 by FAC of Delabu Alama
/code/tutors/graphics/tut4.zip
25 Apr 1998 (catalog date)
36,135 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Fourth tutorial: Virtual Screens and the PCX format.

Serie De Tutoriales Fac 6 by FAC of Delabu Alama
/code/tutors/graphics/tut6.zip
25 Apr 1998 (catalog date)
60,387 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Sixth tutorial: Basic animation.

3d Lib by deks
/code/tutors/math/3dlib.zip
19 Jan 1998 (catalog date)
6,095 bytes
Download FTP scene.org
Rating:
Simple vector and matrix functions. Useless unless you know what they do, and easier to make than use if you do know. Correct code (and math) at the very least.

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

Spline Interpolation v1.3 by Adept of Esteem
/code/tutors/math/spline_3.zip
17 Jan 1999 (catalog date)
9,852 bytes
Download FTP scene.org
Rating:
Contains source to interpolate the spline data found in .3ds files.

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

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

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

3DS converter by MRI of Doomsday
/code/utils/3d/3dsrdr13.zip
25 Aug 1997 (catalog date)
6,754 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. An update of Jare's 3dsrdr12. Get the above for usefulness, get Jare's original version for posterity or more complete informations.

Byteraper 2000 v4.0b by Litening
/code/utils/graphics/byterape.zip
26 Feb 1998 (catalog date)
165,061 bytes
Download FTP scene.org
Rating:
A utility to rip graphics and mods out of demos. Doesn't work when compression is used, and it also doesn't support modern module formats.

PCX shade by Quark of Prone
/code/utils/graphics/pcxshade.zip
01 Jul 1997 (catalog date)
176,588 bytes
Download FTP scene.org
Rating:
A utility to generate a shade table from pcx files. Doesn't say exactly that the format of the output file is, which would be convenient, though it is obvious enough.

Tiny PCX by Sugar Less
/code/utils/graphics/tinypcx.zip
19 Jan 1998 (catalog date)
1,165 bytes
Download FTP scene.org
Rating:
164 byte pcx loader. Only works on 320x200x256 images (because of video mode and failing to check the image's actual size) and doesn't explain the pcx file format (which is more or less trivial)

Vfixppsl - Vesa Fix Pixels Per Scan Line by Saint
/code/utils/graphics/vfixppsl.zip
12 Jun 1998 (catalog date)
2,392 bytes
Download FTP scene.org
This little TSR sets the number of pixels per scan line to match the x resolution of the visible screen. Usefull for demos / games that assume the logical width of a scan line to be equal to the physical width. Includes ASM source code.

DeluxePaint Animation by ???
/code/video/anmformt.zip
29 Sep 1997 (catalog date)
21,999 bytes
Download FTP scene.org
Rating:
Info and code on the DeluxePaint animation .ANM format.

FLI/FLC Compressing Utility by Goto64 of Purple
/code/video/lzakit90.zip
17 Jan 1999 (catalog date)
286,808 bytes
Download FTP scene.org
Rating:
Very useful if you want to include animations in your demo.

Text Mode FLI/FLC Player
/code/video/txtfli.zip
06 Oct 1996 (catalog date)
99,695 bytes
Download FTP scene.org
Rating:
Buggy mode set, only worked in a dos box from win '95. Had information about the text mode demo compo and was rather impressive for what it did. Otherwise, tight code for what it does, sparce, useless comments.

Digital Matrix by Legend Design
/demos/1993/d/dm.zip
29 Jun 1996 (catalog date)
1,180,069 bytes
Download FTP scene.org
Rating:

4 Kings by Orange
/demos/1994/0-9/4kings.zip
29 Jun 1996 (catalog date)
57,584 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.

BBS Hematie by Arkham
/demos/1994/a/akm-hema.zip
17 Jan 1997 (catalog date)
9,086 bytes
Download FTP scene.org
Rating:

Comatose by Fear Factory
/demos/1994/c/coma.zip
29 Jun 1996 (catalog date)
515,738 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

PolyChromatic Dreams by Creation
/demos/1994/c/crn_pcd.zip
29 Jun 1996 (catalog date)
64,352 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX

I by Information
/demos/1994/i/i.zip
29 Jun 1996 (catalog date)
51,512 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 15

Plasmatic by Zden
/demos/1994/p/plasmat.zip
29 Jun 1996 (catalog date)
3,995 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 11

Animate by Schwartz
/demos/1995/a/animate.zip
29 Jun 1996 (catalog date)
4,906 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 01

Randomize by Tyhmat Juntit
/demos/1995/e/elitintr.zip
30 Jun 1996 (catalog date)
6,452 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 08

Ultimate Possibilities by Massive
/demos/1995/m/mass_ult.zip
30 Jun 1996 (catalog date)
320,614 bytes
Download FTP scene.org
Rating:
Released at event X95 in the demo division and ranked 04

Math by Interamnia
/demos/1995/m/math.zip
30 Jun 1996 (catalog date)
4,065 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Matteus by @
/demos/1995/m/matteus.zip
30 Jun 1996 (catalog date)
159,545 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked XX

Cinematic Intro by Alienated Vision
/demos/1996/a/avs-cine.zip
07 Sep 1996 (catalog date)
6,924 bytes
Download FTP scene.org
Rating:

Tuhka by COMA
/demos/1996/c/cmatuhka.zip
11 Jan 1997 (catalog date)
75,189 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the in64 division and ranked 03

Entrance by Sigmatic of Jello
/demos/1996/e/entrance.zip
30 Jun 1996 (catalog date)
475,354 bytes
Download FTP scene.org
Rating:

Digital Nightmare by Master of the Matrix
/demos/1996/f/funny.zip
14 Aug 1996 (catalog date)
164,798 bytes
Download FTP scene.org
Rating:

H8 by Primativos
/demos/1996/h/h8.zip
07 Feb 1997 (catalog date)
50,627 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 22

The Ultimate Love Creation by INF
/demos/1996/i/inf_love.zip
31 Jul 1996 (catalog date)
68,875 bytes
Download FTP scene.org
Rating:
Released at event TSP96 in the in64 division and ranked 01

Inferno by Lord Matrix
/demos/1996/i/inferno_.zip
30 Jun 1996 (catalog date)
16,401 bytes
Download FTP scene.org
Rating:

Mathro by Technolord of Chaotic Visions
/demos/1996/m/mathro.zip
20 Jan 1997 (catalog date)
19,758 bytes
Download FTP scene.org
Rating:

Vihreat Lehmat by MFX
/demos/1996/m/mfx_vihr.zip
16 Nov 1996 (catalog date)
1,192,628 bytes
Download FTP scene.org
Rating:
Released at event SKE96 in the demo division and ranked ??

Reanimator by Rage
/demos/1996/r/reanim8r.zip
30 Jun 1996 (catalog date)
3,553,899 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 03

Suspended Animation by Jourgensen
/demos/1996/s/sanim.zip
15 Nov 1996 (catalog date)
1,594,609 bytes
Download FTP scene.org
Rating:

Warp 20 by Thaumaturge
/demos/1996/t/t_warp20.zip
04 Sep 1996 (catalog date)
14,657 bytes
Download FTP scene.org
Rating:

Mind Over Matter by The Lost Souls
/demos/1996/t/tls_mom.zip
30 Jun 1996 (catalog date)
1,267,166 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the demo division and ranked 08

Mat by Beam
/demos/1997/b/beammat.zip
27 Apr 1997 (catalog date)
78,834 bytes
Download FTP scene.org
Released at event TG97 in the infs division

Transformation by Black Rainbow
/demos/1997/b/br_trans.zip
04 Jul 1998 (catalog date)
2,643,414 bytes
Download FTP scene.org
Rating:

Mathematica by Enenzi
/demos/1997/e/enz_math.zip
17 Jan 1998 (catalog date)
69,857 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the in64 division and ranked 02
,VESA,,

Firgbump by Matyi of Keen Team
/demos/1997/f/firgbump.zip
11 May 1997 (catalog date)
5,336 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in4k division and ranked 03

Grizzly by Insomniac of Matrix
/demos/1997/g/grizzly.zip
05 Mar 1998 (catalog date)
3,619 bytes
Download FTP scene.org
Rating:
64 bytes

Mat by Electrocution, The Lost Souls
/demos/1997/m/mat_te.zip
27 Apr 1997 (catalog date)
3,358,676 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 05

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

Matrix by HCL
/demos/1997/m/matrix.zip
30 Aug 1997 (catalog date)
1,601,575 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 04

Hindu Vil Ha Kjeks #2 by Rectum Cauda
/demos/1997/r/rc_mat92.zip
27 Apr 1997 (catalog date)
476,888 bytes
Download FTP scene.org
Released at event TG97 in the infs division and ranked 02

Undigital Motion by Submatic
/demos/1997/s/sbm_ndig.zip
07 Dec 1997 (catalog date)
501,294 bytes
Download FTP scene.org
Released at event DST97 in the demo division and ranked 04

Norge & Mat by Dureks
/demos/1997/s/spiffmat.zip
27 Apr 1997 (catalog date)
25,796 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 07

Waviness by Insomniac of Matrix
/demos/1997/w/waviness.zip
05 Mar 1998 (catalog date)
3,702 bytes
Download FTP scene.org
Rating:
128 bytes

Inmate by Calamity
/demos/1998/c/cmy-inm.zip
12 Aug 1998 (catalog date)
553,742 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 01

The Fulcrum (bugfix) by Matrix
/demos/1998/f/f_fix01.zip
22 May 1998 (catalog date)
167,499 bytes
Download FTP scene.org
Rating:
Released at event MEK98

The Fulcrum by Matrix
/demos/1998/f/fulcrum.zip
22 May 1998 (catalog date)
6,104,693 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 01
P166,VESA,GUS/SB,32MB

Matka Alamaailmaan by kSM
/demos/1998/m/matka.zip
02 Aug 1998 (catalog date)
1,085,537 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the demo division and ranked 09

Matrice by Fobia Design
/demos/1998/m/matrice_.zip
22 Oct 1998 (catalog date)
1,313,264 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the demo division and ranked 11
486,,,

Matrix by TSC, Net
/demos/1998/m/matrix.zip
07 Mar 1998 (catalog date)
5,203 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the in4k division and ranked EE
P5,,GUS,

Luminous by Insomniac of Matrix
/demos/1998/m/mtx-lmns.zip
05 Mar 1998 (catalog date)
2,220 bytes
Download FTP scene.org
Rating:
256 bytes

Bathmate by Tint
/graphics/images/1994/b/bathmate.zip
04 Jul 1996 (catalog date)
25,461 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Space by Celtic Matrix
/graphics/images/1995/c/cm-space.zip
04 Jul 1996 (catalog date)
133,818 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grtc division and ranked ??

Enigmatic by Phantom
/graphics/images/1996/e/enigmati.zip
15 Sep 1996 (catalog date)
120,610 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the grfx division and ranked 08

Vaisseau 1 by Mat of Surrounders
/graphics/images/1996/s/sr-vaiso.zip
09 Oct 1997 (catalog date)
110,534 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the grfx division and ranked ??

JustV2 by Fasix of Cromatics
/graphics/images/1997/p/pixel_44.zip
16 Jun 1998 (catalog date)
80,587 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 63
640x480x256

Dolphin G by Gafkhan of Cromatics
/graphics/images/1997/p/pixel_54.zip
28 May 1998 (catalog date)
86,259 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x256x256

Ultimate Bondage by Goblin
/graphics/images/1998/b/bondage.zip
25 Nov 1998 (catalog date)
155,907 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grtc division and ranked ??
640x480x16m

Mptyspace by Fasix of Cromatics
/graphics/images/1998/f/fasix-mp.zip
26 May 1998 (catalog date)
31,172 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 43
320x240x64

Inanimate, Tranquil Vastness by Ody of Cromatics
/graphics/images/1998/i/inanimat.zip
28 May 1998 (catalog date)
408,715 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 35
640x320x16m

BW Pak by Aeiou
/graphics/programs/convert/at_bwpk6.zip
17 Dec 1997 (catalog date)
26,395 bytes
Download FTP scene.org
bw animation cruncher + source

AnimPaint Animation Editor by Sphair
/graphics/programs/editors/apaint01.zip
22 Sep 1996 (catalog date)
21,254 bytes
Download FTP scene.org

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

Sprite Animator v0.01 by Sliq
/graphics/programs/editors/sam001.zip
22 Sep 1996 (catalog date)
34,322 bytes
Download FTP scene.org

Fractal Arts by Cyberlight Matrix
/graphics/programs/players/cybrshow.zip
22 Sep 1996 (catalog date)
1,444,755 bytes
Download FTP scene.org

Dreams CDROM Information v2.0 by Imphobia
/info/cds/dreamcd2.zip
09 Nov 1996 (catalog date)
15,524 bytes
Download FTP scene.org

Dreams 2 CDROM Information v2 by Imphobia
/info/cds/dreams22.zip
22 Nov 1998 (catalog date)
15,966 bytes
Download FTP scene.org

Math
/info/demonews/other/dnmath3e.zip
10 Feb 1998 (catalog date)
37,655 bytes
Download FTP scene.org
Supplemental to DemoNews.150

The Utopians infofile v2 by Zippy of Utopia
/info/misc/utopian2.txt
23 Nov 1998 (catalog date)
8,808 bytes
Download FTP scene.org
information about a public demoscene "support group"

RaveFuck by Matthew Apps
/music/contests/mc2/rookie/r-ravefk.zip
09 Nov 1996 (catalog date)
224,018 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R41

Wizard by Matrix, AMc
/music/contests/mc2/rookie/r-wizard.zip
09 Nov 1996 (catalog date)
176,574 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R10

Jazzy Calmness by Mateus
/music/contests/mc4/veteran/m4v-calm.zip
10 Nov 1996 (catalog date)
569,344 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Impression of Gaja by Sigmatic of Jello
/music/contests/mc4/veteran/m4v-gaja.zip
10 Nov 1996 (catalog date)
189,747 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Charismatic by Eneff of Halogen Dreams
/music/contests/mc5/intermed/m5i-char.zip
29 Aug 1997 (catalog date)
220,532 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Lust Maker by McScooter of TRANCEMATRIX
/music/contests/mc5/rookie/m5r-lust.zip
29 Aug 1997 (catalog date)
116,083 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tech-o-matic by Cygnus
/music/contests/mc5/rookie/m5r-tech.zip
29 Aug 1997 (catalog date)
99,415 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Matching Pair by Mystical of Purple
/music/contests/mc5/veteran/m5v-pair.zip
29 Aug 1997 (catalog date)
545,683 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hakuna Matata by naLLe
/music/contests/mc6/rookie/m6r-haku.zip
28 Mar 1999 (catalog date)
310,154 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Unmatched Courage by Scope
/music/contests/mc6/rookie/m6r-umcg.zip
28 Mar 1999 (catalog date)
345,084 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Chromatics 1 by Purple Motion, Cybelius, Tonedeaf of Hornet
/music/disks/1994/chromat1.zip
10 Nov 1996 (catalog date)
1,444,752 bytes
Download FTP scene.org
Rating:

Chromatics 2 by Skaven, REW, Snowman, White Noise of Hornet
/music/disks/1995/chromat2.zip
10 Nov 1996 (catalog date)
1,324,109 bytes
Download FTP scene.org
Rating:

Face Of The Dragon by Chromatic Dragon
/music/disks/1995/fdragon.zip
21 Sep 1996 (catalog date)
1,895,678 bytes
Download FTP scene.org
Rating:

AntiMatter by Harry of NOISE
/music/disks/1996/no-anti.zip
15 Sep 1996 (catalog date)
1,174,682 bytes
Download FTP scene.org
Rating:

Robotik by Matrix Cubed of Ultrabeat
/music/disks/1996/u-robot.zip
27 Jun 1997 (catalog date)
2,386,403 bytes
Download FTP scene.org
Rating:

Matte Finish by dj3
/music/disks/1997/3-matte.zip
23 Aug 1997 (catalog date)
1,564,770 bytes
Download FTP scene.org
Rating:

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.

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

Melodramatic Tendencies by Troll
/music/disks/1997/t_mellow.zip
01 Feb 1997 (catalog date)
975,472 bytes
Download FTP scene.org
Rating:
Decent music, just needs a little polishing. Troll has much potential.

Turbulent Mixture by Ben-Jam of Hypermatix, Scope
/music/disks/1997/t_mixtur.zip
28 Sep 1997 (catalog date)
1,880,172 bytes
Download FTP scene.org

Mate by the greatFox
/music/disks/1998/gfx_mate.zip
26 Aug 1998 (catalog date)
4,826,180 bytes
Download FTP scene.org

Awave V4.2 by F.M.J.
/music/programs/convert/awave42.zip
25 Aug 1997 (catalog date)
450,107 bytes
Download FTP scene.org
Audio & instrument file format converter, editor & player. - Convert among - 100 audio file formats - Read the instrument formats of most commercial synthesizers and soundcards - Make high quality conversions between the bank and instrument formats of different synthesizers. - Use it as a 'generic' instrument editor for your wavetable sound card. For some cards this is the *only* one available. - Use it as an audio player - Use it as a simple audio editor.

Convert v1.3B
/music/programs/convert/convrt14.zip
09 Sep 1996 (catalog date)
117,789 bytes
Download FTP scene.org
Good converter 4 many sound/music formats

Midimix 1.1 by Zvika Ben-Haim
/music/programs/convert/midmix11.zip
09 Sep 1997 (catalog date)
80,902 bytes
Download FTP scene.org
Converts MIDI files to XM format. Shareware version supports up to 10 channels in output XM files. Samples are not included.

Ultimate Sound Converter v1.1 by Carlo Vogelsang
/music/programs/convert/sc11.zip
09 Sep 1996 (catalog date)
57,225 bytes
Download FTP scene.org

Multiformat mod player shell by Natas of Lithium
/music/programs/frontend/ls034.zip
09 Sep 1996 (catalog date)
66,437 bytes
Download FTP scene.org

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

AWE Module Player v2.4 by Grinus
/music/programs/players/amp24.zip
15 Jun 1998 (catalog date)
75,419 bytes
Download FTP scene.org
Module player for SB AWE32/64 cards. IT/XM/S3M/MOD/MTM/PTM modules supported. The ultimate sound quality. Many other unique features. Freeware. NEWS: compressed IT samples + another changes. Requirements: 386+, DOS+, EGA+, SB AWE32+.

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

GMOD v1.3
/music/programs/players/genmod.zip
20 Apr 1997 (catalog date)
433,735 bytes
Download FTP scene.org
GMOD V1.3 GENERIC-MODule music player for DOS converts MOD, S3M, MTM, 669, FAR, MED, STM & ULT music files to the new .GDM format & then plays elegent stereo music thru a variety of sound cards (GUS, SB1x, SB2x, SBPro, and PAS) Includes setup and music format conversion utilities. Register and get a 2 disk set with ZIP support/more and free audio CD player. NEW

Mi3 Player - Miladin's Mini Midas Mod Player For Win95 And Nt by Miladin Pavlicic
/music/programs/players/mi3_10.zip
26 Apr 1997 (catalog date)
315,518 bytes
Download FTP scene.org
Mi3 Player is MIDAS based Win32 (Win95 and WinNT) mod player for MOD, S3M and XM formats. Features include playlist support with integrated playlist editor, VU meters with digital and analog look, drag&drop support, context sensitive help...

Opencp 2.5 by KB
/music/programs/players/opencp25.zip
24 Jul 1998 (catalog date)
976,379 bytes
Download FTP scene.org
opencp 2.5.0 - cubic player - the next generation, formats: mod, s3m, xm, it, mtm, 669, wow, ult, dmf, ams, mxm, ptm, mdl, okt, wav, mp1, mp2, mp3, sid - playlists: pls, m3u, plt (mikit) - cards: gus, iw, sb, awe, ews, ess, wss, pas, wav-writer, mpx-writer - html docs included, source code available

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

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

Top 10 Player 32 by Peter Chana
/music/programs/players/top_13.zip
31 Aug 1998 (catalog date)
1,349,408 bytes
Download FTP scene.org
An easy to use multimedia program with databank function. The readme file describes how to use Top 10 Player. It supports the following formats: Wav, Mid, Avi, Mov, Mpg, Mp3, Animation files, Mod, Xm, It, S3m, CD Audio.

Yamp 2.1 - The Music Player by AKA
/music/programs/players/yamp21.zip
14 Nov 1997 (catalog date)
1,395,682 bytes
Download FTP scene.org
The player for WAVs (all formats, even compressed ones), MIDs, RMIs, MODs, S3Ms, XMs, ITs and CDs - ZIP support - powerful play lists - command line support for single songs, a number of songs, play lists and folders - Drag'n'Drop for songs, play lists, folders .. - loadable and editable designs, even non-rectangular windows are possible, 41 designs are included - Ok now, read the help file for a longer feature list :) Yamp is freeware.

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)

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

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.

ModInfo v1.0 by Trixter of Hornet
/music/programs/songtext/hrn-mi10.zip
31 Jan 1997 (catalog date)
25,466 bytes
Download FTP scene.org
Lists and describes Amiga Music Modules for easy cataloging. Supports modern formats, including S3M, XM, and IT. Also lists tracker version number and number of channels.

Modread V1.0 by Lface
/music/programs/songtext/modrd100.zip
06 Nov 1997 (catalog date)
26,567 bytes
Download FTP scene.org
Utility to view info about music modules. Supports most module formats including .it,.xm,.mod,.s3m,.669 etc Can be used as a Norton Commander viewer or standalone.

Modread V1.10 by Lface
/music/programs/songtext/modrd110.zip
06 Sep 1998 (catalog date)
32,009 bytes
Download FTP scene.org
Utility to view info about music modules. Supports most module formats including .it,.xm,.mod,.s3m,.669 etc Can be used as a Norton Commander viewer or standalone.

ITInfo v0.2 by Gregorio Javier Gutirrez Barroso
/music/programs/trackers/itinfo02.zip
05 Mar 1997 (catalog date)
28,860 bytes
Download FTP scene.org
ITInfo gives information of IT Modules and IT Samples

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.

Impulse Tracker Throbber for Netscape Navigator 2.0 and up by David Menkes
/music/programs/unusual/it_throb.zip
21 Jan 1997 (catalog date)
2,497 bytes
Download FTP scene.org
Replaces the big "N" Netscape icon after the location field with an animated Impulse Tracker icon. This rules!

ITInfo v0.1
/music/programs/unusual/itinfo.zip
06 Dec 1996 (catalog date)
24,049 bytes
Download FTP scene.org
ITInfo gives information of IT Modules and IT Samples

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

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.

Castman's 35 Looped Drums by castman of CyberImage
/music/samples/cm-drums.zip
07 Dec 1997 (catalog date)
1,027,066 bytes
Download FTP scene.org
These are 35 looped drum samples, mostly in .snd format. Samples work for Impule Tracker, or Scream Tracker.

Cenotaph Drumloops V1 by cenotaph of danger high voltage, space invaders
/music/samples/ct-drlo1.zip
03 Apr 1998 (catalog date)
3,671,128 bytes
Download FTP scene.org
18 high quality mono 44.1kHz .wav format drumloops. Quality is 10 times better than my first sample pack.

Cz-101 Sample Pack by Pfister
/music/samples/cz-101.zip
24 Jun 1997 (catalog date)
483,522 bytes
Download FTP scene.org
WAV format - basses, leads, filter sweeps, bass drums

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.

Farmer's It Samplepack 1 by Farmer
/music/samples/frm_smp1.zip
04 Jul 1997 (catalog date)
1,111,719 bytes
Download FTP scene.org
Over 30 instruments in IT format, mostly 44khz 16-bit mono. Wide variety, percussion, basses, synths, voices. Top notch quality.

Farmer's It Samplepack 2 by Farmer
/music/samples/frm_smp2.zip
04 Jul 1997 (catalog date)
1,067,666 bytes
Download FTP scene.org
The other part of the samplepack, IT format, includes a demosong. All 16-bit 44khz, clean, professional sound.

Kurzweil K2000 Rom Bank Basses by Lala
/music/samples/k2k_bass.zip
25 Jun 1997 (catalog date)
934,645 bytes
Download FTP scene.org
Selected ROM Bank basses from my Kurzweil K2000. All are in 22 kHz, 16-bit mono WAV format. The *_c?.WAV denotes that these are multisample instruments.

Prophet Samples From A Kurzweil K2000 by LaLa
/music/samples/k2k_prph.zip
29 Jun 1997 (catalog date)
932,645 bytes
Download FTP scene.org
Raw samples from the legendary Prophet synth, plus a few Prophet samples that were processed with the K2000 V.A.S.T. synthesis engine. All are in 22kHz, 16-bit mono WAV format, most are multisample instruments.

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

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.

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

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

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

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.

Alesis Grand Piano by tek of micro.spy
/music/samples/tek-agnd.zip
21 May 1998 (catalog date)
4,433,884 bytes
Download FTP scene.org
This is a mono version of the 8mb grand piano sample from the Alesis QSR. Impulse Tracker instrument format.

Voxjag1.zip by Linbog
/music/samples/voxjag1.zip
27 May 1998 (catalog date)
2,127,450 bytes
Download FTP scene.org
VOX JAGUAR ORGAN 4.1 khz 16 bit .wav format

You, Me, And The Onions by Stote
/music/songs/1994/no-tmatf.zip
13 Apr 1997 (catalog date)
836,142 bytes
Download FTP scene.org
Rating:
(IT)

Ultimate Performance by Prance
/music/songs/1995/0-9/2-ult.zip
16 Sep 1996 (catalog date)
132,076 bytes
Download FTP scene.org
Rating:
(S3M)

Last Ninja Song #6 Matt Gray
/music/songs/1995/e/ems-nin6.zip
16 Sep 1996 (catalog date)
67,635 bytes
Download FTP scene.org
Rating:
(MOD)

Harmonic Disorder by Dreamfish
/music/songs/1995/h/harmdiso.zip
21 Jan 1997 (catalog date)
45,363 bytes
Download FTP scene.org
Rating:
Released at event DS95 in the mmul division and ranked 04
(???) Whacky MOD Format

Ultimate Seduction 3 by Kxmode
/music/songs/1995/k/kxpreyrx.zip
18 Sep 1996 (catalog date)
276,622 bytes
Download FTP scene.org
Rating:
(S3M)

Free Spirit by Matthias
/music/songs/1995/m/mat-free.zip
18 Sep 1996 (catalog date)
166,034 bytes
Download FTP scene.org
Rating:
(S3M)

Sunny Day by Matthias
/music/songs/1995/m/mat-sun.zip
18 Sep 1996 (catalog date)
97,936 bytes
Download FTP scene.org
Rating:
(S3M)

A Trip0matic Xperience by Gus
/music/songs/1995/p/pc_trip.zip
16 Sep 1996 (catalog date)
67,081 bytes
Download FTP scene.org
Rating:
(MTM)

Plasmatique by Mystical
/music/songs/1995/p/plasmat.zip
19 Sep 1996 (catalog date)
343,690 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(S3M)

Heart Matrix by Lost Kluster
/music/songs/1995/t/tlk-matr.zip
20 Sep 1996 (catalog date)
73,925 bytes
Download FTP scene.org
Rating:
(S3M)

Tuntemattoman Tunnari by A.M.Otsala
/music/songs/1995/t/tuntemat.zip
20 Sep 1996 (catalog date)
144,079 bytes
Download FTP scene.org
Rating:
(S3M)

Reformation by Duke
/music/songs/1995/u/unit_01.zip
20 Sep 1996 (catalog date)
237,311 bytes
Download FTP scene.org
Rating:
(S3M)

Echomation by Yannis
/music/songs/1995/y/ybecho.zip
20 Sep 1996 (catalog date)
176,878 bytes
Download FTP scene.org
Rating:
(S3M)

Atomic Plague by Matt Friedly
/music/songs/1996/a/a_ap.zip
22 Sep 1996 (catalog date)
145,106 bytes
Download FTP scene.org
Rating:
(S3M)

Hard Climat #3 by Grass
/music/songs/1996/a/abc_hard.zip
01 Feb 1997 (catalog date)
155,356 bytes
Download FTP scene.org
Rating:
(MOD)

The Amalgamation by TNT of DeeLite Demo Group
/music/songs/1996/a/amalgama.zip
16 Oct 1997 (catalog date)
114,757 bytes
Download FTP scene.org
Rating:
(S3M)

Music Matrix by Vegas of Carcass
/music/songs/1996/c/ccs-mtrx.zip
23 Aug 1996 (catalog date)
166,241 bytes
Download FTP scene.org
Rating:
(IT)

Ultimate Velocity by Cygnes
/music/songs/1996/c/cgs-uv.zip
04 Aug 1996 (catalog date)
163,108 bytes
Download FTP scene.org
Rating:
(S3M)

Ultimate State Of Consciousness by Chris Helfrich
/music/songs/1996/c/ch-usoc.zip
09 Apr 1997 (catalog date)
224,134 bytes
Download FTP scene.org
Rating:
(XM)

Trance Formation by Zetec
/music/songs/1996/c/cod-tfrm.zip
09 Apr 1997 (catalog date)
253,178 bytes
Download FTP scene.org
(XM)

Consummation by Mesonyx
/music/songs/1996/c/consumm.zip
16 Nov 1996 (catalog date)
342,383 bytes
Download FTP scene.org
Rating:
(XM)

Dorismo by Flare of Trimate
/music/songs/1996/d/dorismo.zip
24 Jan 1997 (catalog date)
173,850 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the mmul division and ranked 14
(XM)

Animated Bunghole Power by Future Assassin
/music/songs/1996/f/fa-bung.zip
22 Sep 1996 (catalog date)
249,885 bytes
Download FTP scene.org
Rating:
(S3M)

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

Cryo Stasis by Matrix Cubed of Green
/music/songs/1996/g/gr_cryo.zip
08 Apr 1997 (catalog date)
591,384 bytes
Download FTP scene.org
(XM)

Anarchy by RaVeMaTeJ of iNTERLACED bytes
/music/songs/1996/i/ib-rmana.zip
08 Nov 1997 (catalog date)
315,397 bytes
Download FTP scene.org
Rating:
(XM)

The Outside World Rmx by RaVeMaTeJ of iNTERLACED bytes
/music/songs/1996/i/ib-rmbe3.zip
08 Nov 1997 (catalog date)
339,267 bytes
Download FTP scene.org
Rating:
(XM)

Di-twist by RaVeMaTeJ of iNTERLACED bytes
/music/songs/1996/i/ib-rmdit.zip
04 Nov 1997 (catalog date)
260,378 bytes
Download FTP scene.org
Rating:
(XM)

Project 2 by RaVeMaTeJ of iNTERLACED bytes
/music/songs/1996/i/ib-rmpr2.zip
04 Nov 1997 (catalog date)
310,231 bytes
Download FTP scene.org
Rating:
(XM)

Solotu by RaVeMaTeJ of iNTERLACED bytes
/music/songs/1996/i/ib-rmsol.zip
02 Nov 1997 (catalog date)
117,922 bytes
Download FTP scene.org
(XM)

Laze by Matteus of TSS
/music/songs/1996/l/laze.zip
11 Sep 1997 (catalog date)
119,059 bytes
Download FTP scene.org
(XM)

Mata Ne by Mech
/music/songs/1996/m/mata_ne.zip
11 Aug 1996 (catalog date)
159,633 bytes
Download FTP scene.org
Rating:
(XM)