Search for "Gin": 173 matches

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 Engine by Zjack of DCC
/code/3d/systems/dcc_3de.zip
25 Aug 1997 (catalog date)
720,195 bytes
Download FTP scene.org
Rating:
A fast and goodlooking 3d engine. It also includes a .3ds convertor.

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

GFXFX3: Inertia 3d engine by Alex Chalfin and Jeroen Bouwens
/code/3d/systems/gfx3i099.zip
30 Jun 1998 (catalog date)
1,148,321 bytes
Download FTP scene.org
Rating:
Goodlooking 3d engine, with very complete documentation. Unfortunately only the libraries are included, while the actual source is missing. Pascal

Panard Vision Realtime 3d Engine 0.98 by SMKaribou of GMF
/code/3d/systems/gmfpv98w.zip
25 Apr 1998 (catalog date)
3,360,072 bytes
Download FTP scene.org
Full Featured Free 3D Engine SDK. Support for hardware (glide, direct3d, opengl) and software rendering. Requires DX5.

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

Crystal 3D Engine by Mali of Malixa
/code/3d/systems/mdg_cr3d.zip
17 Jan 1999 (catalog date)
432,414 bytes
Download FTP scene.org
Rating:
Supports all the usual shading methods, texturemapping, etc. No documentation.

Panard-Vision 3D Engine by Olivier Brunet
/code/3d/systems/pvsdk95d.zip
17 Jan 1999 (catalog date)
915,862 bytes
Download FTP scene.org
I couldn't get it to work unfortunately, but it seems pretty good.

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

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.

Fake Perspective Correct Texture Mapping by FAC of Delabu Alama
/code/3d/trifill/texmap/facmap.zip
04 Jun 1998 (catalog date)
43,816 bytes
Download FTP scene.org
How to do fake perspective correct texture mapping WITHOUT changing your current texture mapper function.

MikMod 0.30 by MikMak
/code/audio/players/mikdx030.zip
01 Jul 1997 (catalog date)
282,898 bytes
Download FTP scene.org
Rating:
A mod player for use with Direct Sound. Judging by MikIT, the player is nice. I prefer MikIT to mod4win. Give this a shot if you're doing windows sound coding.

Npmod32 Windows Mfc Player by Olivier Lapicque
/code/audio/players/npwinply.zip
24 Apr 1998 (catalog date)
186,572 bytes
Download FTP scene.org
MFC-Based MOD/S3M/XM/IT Win95/NT Player, using NPMOD32.DLL - the Mod-Plugin DLL

MPEG Player by MikMak
/code/audio/utils/maplaypc.zip
10 Jan 1997 (catalog date)
212,398 bytes
Download FTP scene.org
Rating:
An MPEG audio player for PC - Has the source to the original MAPLAY utility and the source for the MSDOS port is available upon request.

Boardz source by Vulture
/code/demosrc/bbsintro/vga-vul1.zip
10 Jan 1997 (catalog date)
11,913 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.

Source to Obscene by Cass, Terminus
/code/demosrc/demos/obsc_src.zip
17 Jan 1999 (catalog date)
259,846 bytes
Download FTP scene.org
Rating:
Dated effects, only useful for beginners.

3D Engine by Voltaire of OTM
/code/effects/3d/otm3d095.zip
01 Dec 1997 (catalog date)
254,469 bytes
Download FTP scene.org
Rating:
Supports lambert and gouraud shading.

2d bump mapping by HELiX
/code/effects/bump/bumpsrc.zip
18 Mar 1997 (catalog date)
63,540 bytes
Download FTP scene.org
Rating:
Simple example and explanation of how to do 2d bump mapping. Looks like it was written by a beginner (because of the code optimization, or lack there of), but is fairly nicely commented, which is a big plus!

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/textps.zip
18 Jan 1998 (catalog date)
75,676 bytes
Download FTP scene.org
Rating:
Postscript version. Explains how to make a 3D engine like the one used in Doom.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/texttext.zip
18 Jan 1998 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Text version. Explains how to make a 3D engine like the one used in Doom. This version does not include any illustrations!

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

Stars by Draeden of VLA
/code/effects/stars/stars.zip
10 Jan 1997 (catalog date)
10,627 bytes
Download FTP scene.org
Rating:
A simple starfield effect - Good for the beginner.

Stars by The Darkman
/code/effects/stars/stars3d.zip
10 Jan 1997 (catalog date)
15,164 bytes
Download FTP scene.org
Rating:
A nicely done starfield - Nicely done (in appearance) but shoddy code. Globals abound, poor understanding of what to make functions. Made by a professed beginner.

Starz V1.0 by VuLgAr UnIcOrN
/code/effects/stars/starz10.zip
03 Jun 1998 (catalog date)
154,676 bytes
Download FTP scene.org
This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.

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.

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

CPUID for intel by Intel engineer(s)
/code/hardware/cpu/cpuid3.zip
10 Jan 1997 (catalog date)
6,402 bytes
Download FTP scene.org
Rating:
Source to detect which intel chip is in a computer - Useful, but not much to look at. It's there for you to use if you ever need to detect what type of processor is in a machine.

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

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:

GFXFX2 Library by Bas van Gaalen
/code/library/gfxfx2.zip
01 Dec 1997 (catalog date)
401,555 bytes
Download FTP scene.org
Rating:
Although a little bit dated this library and the huge amount of example effects should be very useful for beginners.

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.

WGT Engine Pack 1
/code/library/wgten1.zip
01 Dec 1997 (catalog date)
135,457 bytes
Download FTP scene.org
Rating:
Example voxel effect using WGT v5.1

WGT Engine Pack 2
/code/library/wgten2.zip
01 Dec 1997 (catalog date)
69,080 bytes
Download FTP scene.org
Rating:
Example tiling effect using WGT v5.1

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

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

ASM Tutorial Part 3 by Draeden of VLA
/code/tutors/asm/asmvla01.zip
18 Jan 1998 (catalog date)
10,780 bytes
Download FTP scene.org
Rating:
Explains a few of the dos interrupts. Might be handy if you are a beginner, but what you really need is a good interrupt list.

Tutorial 1 in C by Snowman of Hornet
/code/tutors/denthor/tut01new.zip
11 Jan 1997 (catalog date)
16,337 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 1 in C:The basics - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 2 in C by Snowman of Hornet
/code/tutors/denthor/tut02new.zip
11 Jan 1997 (catalog date)
37,007 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 2 in C:Palette handling - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 3 in C by Snowman of Hornet
/code/tutors/denthor/tut03new.zip
11 Jan 1997 (catalog date)
37,311 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 3 in C:Circles - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 4 in C by Snowman of Hornet
/code/tutors/denthor/tut04new.zip
11 Jan 1997 (catalog date)
20,085 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 4 in C:Virtual screens - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 5 in C by Snowman of Hornet
/code/tutors/denthor/tut05new.zip
11 Jan 1997 (catalog date)
26,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 5 in C:scrollers - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 6 in C by Snowman of Hornet
/code/tutors/denthor/tut06new.zip
11 Jan 1997 (catalog date)
34,374 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 6 in C:Look up tables - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 7 in C by Snowman of Hornet
/code/tutors/denthor/tut07new.zip
11 Jan 1997 (catalog date)
37,949 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 7 in C:Animation - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 8 in C by Snowman of Hornet
/code/tutors/denthor/tut08new.zip
11 Jan 1997 (catalog date)
42,817 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)

Tutorial 9 in C by Snowman of Hornet
/code/tutors/denthor/tut09new.zip
11 Jan 1997 (catalog date)
43,863 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 9 in C:polygons - Includes Denthor's original tutorial release within and has the compiled exe.

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

Tutorial 10 in C by Snowman of Hornet
/code/tutors/denthor/tut10new.zip
11 Jan 1997 (catalog date)
45,338 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 10 in C:Chain-4 and scrolling - Includes Denthor's original tutorial release within and has the compiled exe. (This is lysdexic. Bonus. :)

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

The King Magazine Volume 1 by The King
/code/tutors/graphics/kmagv1.zip
18 Jan 1998 (catalog date)
31,576 bytes
Download FTP scene.org
Rating:
Nice for beginners.

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.

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

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.

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

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.

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

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

Necronomicon by Imagine
/demos/1994/n/necronom.zip
29 Jun 1996 (catalog date)
1,442,362 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked 01

West Virginia University by ???
/demos/1994/w/wvu.zip
29 Jun 1996 (catalog date)
53,851 bytes
Download FTP scene.org
Rating:

Paradise 3D/VR Engine demo by Robert-Jan Elias
/demos/1995/p/parad3.zip
14 Aug 1996 (catalog date)
508,331 bytes
Download FTP scene.org
Rating:

Aboriginal Remix by Paragon
/demos/1996/a/ab_remix.zip
30 Jun 1996 (catalog date)
74,266 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked 01

Aboriginal by Paragon
/demos/1996/a/aborignl.zip
30 Jun 1996 (catalog date)
54,721 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked 04

Originality by Vector
/demos/1996/o/original.zip
30 Jun 1996 (catalog date)
174,534 bytes
Download FTP scene.org
Rating:

BBS Changing Times by Primary
/demos/1996/p/p-ctimes.zip
22 Nov 1996 (catalog date)
71,396 bytes
Download FTP scene.org
Rating:

Headhunter (graphics engine) by Iguana
/demos/1997/h/headh14.zip
15 Jul 1997 (catalog date)
645,529 bytes
Download FTP scene.org

Virgin by Jim Goer of Alba
/demos/1997/v/virgin.zip
25 Aug 1997 (catalog date)
11,974 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the in4k division and ranked 01

Engine by Ice of Newcomers
/demos/1998/n/nc_engin.zip
21 Aug 1998 (catalog date)
5,427 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in4k division and ranked 06

Out of Imagination by Onyx
/graphics/images/1994/o/outofima.zip
04 Jul 1996 (catalog date)
169,605 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 65

3d Studio Beginner Project by ???
/graphics/images/1995/j/jesper.zip
04 Jul 1996 (catalog date)
38,975 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the grfx division and ranked ??

Singing Girl by TMK
/graphics/images/1995/s/singgirl.zip
04 Jul 1996 (catalog date)
46,307 bytes
Download FTP scene.org
Rating:
Released at event ???? in the ???? division and ranked 01

TRSBot (with original) by ???
/graphics/images/1995/t/thd-rip.zip
04 Jul 1996 (catalog date)
338,402 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the grfx division and ranked DD

Demolition Logo by Viggin
/graphics/images/1996/d/deml.zip
08 Jun 1997 (catalog date)
87,418 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the gfst division and ranked 03

Virgin Witch by Pad
/graphics/images/1996/v/virgin.zip
15 Sep 1996 (catalog date)
46,073 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the grfx division and ranked 05

BeginEnd by Edo of Contract
/graphics/images/1998/c/cnt-bend.zip
18 May 1998 (catalog date)
512,243 bytes
Download FTP scene.org
Rating:
Released at event C98 in the grfx division and ranked 03
640x480x16m

Everchanging Dream by Nakita
/music/contests/mc1/entries/__dream.zip
09 Nov 1996 (catalog date)
151,556 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 04

A New Beginning by Kapper
/music/contests/mc4/rookie/m4r-anew.zip
10 Nov 1996 (catalog date)
55,803 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Imaginary by Mild of Cataclysm
/music/contests/mc5/intermed/m5i-imag.zip
29 Aug 1997 (catalog date)
539,496 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Sweetly Beguiled by Imaginary Unit
/music/contests/mc5/intermed/m5i-swee.zip
29 Aug 1997 (catalog date)
300,867 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Hanging Time by Doc
/music/contests/mc5/veteran/m5v-hang.zip
29 Aug 1997 (catalog date)
758,105 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Ginzu by GrahamtheHappyScum
/music/contests/mc6/intermed/m6i-ginz.zip
28 Mar 1999 (catalog date)
409,405 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Imagine by Lucifer
/music/contests/mc6/intermed/m6i-imgn.zip
28 Mar 1999 (catalog date)
588,359 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Eastern Origin by Ore-Gano
/music/contests/mc6/intermed/m6i-strn.zip
28 Mar 1999 (catalog date)
448,860 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Swingin It by Deiru
/music/contests/mc6/rookie/m6r-swng.zip
28 Mar 1999 (catalog date)
218,803 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Mod Lover by Tangerine of T-Rex
/music/disks/1996/tan-modl.zip
23 Jan 1997 (catalog date)
1,001,907 bytes
Download FTP scene.org
Rating:
A lot of his samples are original.

The Beginning by castman
/music/disks/1997/cm-begin.zip
18 Sep 1997 (catalog date)
1,083,321 bytes
Download FTP scene.org

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.

Mod4Win Player Engine update v2.30b
/music/programs/players/play230b.zip
09 Sep 1996 (catalog date)
50,785 bytes
Download FTP scene.org

Sndinfo V0.8 by Gregorio Javier Gutierrez Barroso of kHz
/music/programs/players/sndinfo8.zip
27 Jun 1997 (catalog date)
44,721 bytes
Download FTP scene.org
SndInfo gives info on IT, S3M, XM, MOD, 669, FAR, ULT, MDL, PLM, ... files. SndInfo also lists and describes samples and modules for easy cataloging.

Winamp 1.92 Full Version Including Plugins by Nullsoft
/music/programs/players/wamp192f.zip
08 Jul 1998 (catalog date)
630,966 bytes
Download FTP scene.org
Instructions: Unzip the file and run install.bat. "Sit back, shutup, everything will be installed for you." - Scott Sauer

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

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.

16 Fix by Zest
/music/programs/trackers/16fix.zip
14 Mar 1997 (catalog date)
4,878 bytes
Download FTP scene.org
Fixes the problem with loading *.RAW 16-bit mono sound files into fasttrackerii -- having to press "16-bit" and "no" every time you load a sound, can get boring. this program replaces all your *.RAW files with *.IFF sounds, that load into fasttracker without any fuss. The search for *.RAW files is recursive, i.e. all sub-directories beneath the one you are fix'ing, will be fix'ed too .. careful!! the original .RAW files are ERASED. also, if you have other than 16-bit sound files in your collection, you should sort them first, placing your 16-bit files in a seperate directory, before using FIX. This program is freeware. Enjoy :)

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.

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.

Digo Piano by PiCoder of Seaber Designs
/music/samples/sed-dgpn.zip
18 Feb 1998 (catalog date)
3,748,061 bytes
Download FTP scene.org
This package contains samples of original Digo Piano. 44.1kHz, 16 Bit samples fit 6 octaves. This instrument sounds great and almost like rhodes and electric piano, but slightly different

Metal Clanger Bass by PiCoder of Seaber Designs
/music/samples/sed-mcbs.zip
11 Mar 1998 (catalog date)
931,954 bytes
Download FTP scene.org
This is a unique-sounding bass, which has a clanging sound in its structure. Multisampled to fit 4 octaves. All samples are 44.1kHz, 16 bit.

Soundtracker St01 Sample Disk by Douglas Carmichael
/music/samples/st-01.zip
17 Jan 1998 (catalog date)
7,307,340 bytes
Download FTP scene.org
The st-01 sample set from the original SoundTracker v1.0 on Amiga, converted to 44.1kHz 16-bit WAV files with SOX v12.12.

Second Reality Soundtrack - Beginning And Ending by Skaven of Future Crew
/music/songs/1993/2nd_skav.zip
08 Jul 1997 (catalog date)
287,316 bytes
Download FTP scene.org
Rating:
(S3M)

Rush to the Origins by Euggie of BFG
/music/songs/1994/bfg-rush.zip
11 Aug 1996 (catalog date)
666,214 bytes
Download FTP scene.org
Rating:
(S3M)

Vaginal Lubrication by Yolk
/music/songs/1994/vaglubri.zip
24 Jan 1997 (catalog date)
241,045 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Modern Society (remix) by Maelcum
/music/songs/1995/k/k_msoc.zip
16 Sep 1996 (catalog date)
220,342 bytes
Download FTP scene.org
Rating:
(MTM) Original by C.C.Catch

Koningin by Dynamix
/music/songs/1995/k/koningin.zip
21 Sep 1996 (catalog date)
272,500 bytes
Download FTP scene.org
Rating:
(XM)

Hangin' out by Mellow-D
/music/songs/1995/m/mld-hang.zip
21 Sep 1996 (catalog date)
164,246 bytes
Download FTP scene.org
Rating:
(XM)

Diggin' Into Paradize by Dynamite of The Lost Patrol
/music/songs/1995/p/paradize.zip
08 Sep 1997 (catalog date)
14,264 bytes
Download FTP scene.org
Rating:
(S3M)

Conqueror of Virgins by Szudi
/music/songs/1996/a/abc_conq.zip
19 Nov 1996 (catalog date)
66,156 bytes
Download FTP scene.org
Rating:
(MOD)

Begining by Moto
/music/songs/1996/b/begin.zip
09 Apr 1997 (catalog date)
203,047 bytes
Download FTP scene.org
Rating:
(XM)

Hardcore Imagination by epox of decay
/music/songs/1996/d/dcy_imhc.zip
06 Apr 1997 (catalog date)
340,956 bytes
Download FTP scene.org
(XM)

In Your Imagination by Dionysus
/music/songs/1996/d/dn_iyi.zip
22 Sep 1996 (catalog date)
172,111 bytes
Download FTP scene.org
Rating:
(IT)

Imagine by DJ Kike
/music/songs/1996/d/dubu78.zip
23 Jul 1996 (catalog date)
144,822 bytes
Download FTP scene.org
Rating:
(S3M)

Masagin De Jeux by Hunz
/music/songs/1996/h/hnz-jeux.zip
21 Jan 1997 (catalog date)
111,126 bytes
Download FTP scene.org
Rating:
(XM)

Imaginary Unit by Imaginary Unit
/music/songs/1996/i/imaginar.zip
21 Jan 1997 (catalog date)
262,133 bytes
Download FTP scene.org
Rating:
(XM)

Imagine by Sidewinder
/music/songs/1996/i/imagine.zip
19 Nov 1996 (catalog date)
1,074,598 bytes
Download FTP scene.org
Rating:
(MOD)

The Mechanic Opera by Jammax of Imagination
/music/songs/1996/j/jam-oper.zip
29 Apr 1997 (catalog date)
611,840 bytes
Download FTP scene.org
(MDL)

Longing by Chuck Biscuits
/music/songs/1996/k/k_long.zip
18 Nov 1996 (catalog date)
674,674 bytes
Download FTP scene.org
Rating:
(IT)

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)

Tribute (Warp Engine remix) by Dreamfish, The Fox II
/music/songs/1996/m/m_rem1b.zip
22 Sep 1996 (catalog date)
211,482 bytes
Download FTP scene.org
Rating:
(MOD)

A New Beginning by Daedalus
/music/songs/1996/n/newbegin.zip
26 Jan 1997 (catalog date)
156,885 bytes
Download FTP scene.org
Rating:
(S3M)

Origin by Tito of Candela
/music/songs/1996/o/origin.zip
14 Oct 1997 (catalog date)
110,840 bytes
Download FTP scene.org
(XM)

Feels are Changin by Pirat
/music/songs/1996/p/phd_feel.zip
11 Feb 1997 (catalog date)
305,726 bytes
Download FTP scene.org
Rating:
(MOD) great mellow-ish ambient jungle

Dream Of The Virgin by iNNOCENt of Tornado
/music/songs/1996/t/tno-virg.zip
05 Mar 1997 (catalog date)
484,300 bytes
Download FTP scene.org
Rating:
(XM)

7 Circle Of Hell by Gin
/music/songs/1997/0-9/7cajun1.zip
22 Jun 1997 (catalog date)
417,358 bytes
Download FTP scene.org
(XM)

Aboriginal Dreamscapes by Pirate Pete
/music/songs/1997/a/adreams.zip
14 Jul 1997 (catalog date)
111,500 bytes
Download FTP scene.org
(S3M)

The Beginning by castman
/music/songs/1997/c/cm-rythm.zip
19 Sep 1997 (catalog date)
116,023 bytes
Download FTP scene.org
(S3M)

No Limit by Digital Imaginations
/music/songs/1997/d/di-limit.zip
28 Jul 1997 (catalog date)
75,439 bytes
Download FTP scene.org
(XM)

High On Life by Digital Imaginations
/music/songs/1997/d/di-simp.zip
28 Jul 1997 (catalog date)
250,200 bytes
Download FTP scene.org
(XM)

Just Original Dance Music by DJ Kike
/music/songs/1997/d/dubu100.zip
09 Apr 1997 (catalog date)
429,774 bytes
Download FTP scene.org
(XM)

Fushigina Shima by Radix of Analogue Music
/music/songs/1997/f/fushi.zip
03 Sep 1997 (catalog date)
647,433 bytes
Download FTP scene.org
(XM)

Beavis And Butthead Acoustic Remix by Beek of Grey, Green Grapes, 7YNIVf, Xantis
/music/songs/1997/g/g_bbremx.zip
19 Jun 1997 (catalog date)
232,485 bytes
Download FTP scene.org
(IT)An acoustic remix of the Beavis and Butthead theme song (Original song was by Mike Judge)

Climb A Little Higher by Imaginary Unit
/music/songs/1997/i/iu-climb.zip
26 Aug 1997 (catalog date)
326,850 bytes
Download FTP scene.org
(IT)

Exit by Imaginary Unit
/music/songs/1997/i/iu-exit.zip
20 Apr 1997 (catalog date)
539,928 bytes
Download FTP scene.org
(XM)

A Lucid Time by Imaginary Unit
/music/songs/1997/i/iu-lucid.zip
17 Aug 1997 (catalog date)
438,945 bytes
Download FTP scene.org
(IT)

Out Of The Undefined by Imaginary Unit
/music/songs/1997/i/iu-outof.zip
11 Jul 1997 (catalog date)
175,445 bytes
Download FTP scene.org
(XM)

Plasticine Cities by Imaginary Unit
/music/songs/1997/i/iu-plast.zip
24 Apr 1997 (catalog date)
213,655 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)

Rock And Roll by Jammax of Imagination
/music/songs/1997/j/jam-rock.zip
19 Jul 1997 (catalog date)
364,511 bytes
Download FTP scene.org
(IT)

Dee Lux Original by Jay Dee
/music/songs/1997/j/jd-dlux.zip
18 Oct 1997 (catalog date)
584,395 bytes
Download FTP scene.org
(XM)

No-time by Deginge of LOK
/music/songs/1997/l/lok_notm.zip
07 Dec 1997 (catalog date)
636,033 bytes
Download FTP scene.org
(XM)

Arid Aboriginals by Picman
/music/songs/1997/m/mss-arid.zip
19 Mar 1997 (catalog date)
145,941 bytes
Download FTP scene.org
(S3M)

Evolution Begins by RBH of NWP
/music/songs/1997/n/nwp_evbe.zip
13 Nov 1997 (catalog date)
275,963 bytes
Download FTP scene.org
(S3M)

Analogue Virgin by Orthodox of Red Power
/music/songs/1997/o/orx-anav.zip
06 Apr 1997 (catalog date)
294,646 bytes
Download FTP scene.org
(IT)

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

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

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

Elektrik Funk by Zauron
/music/songs/1997/z/zrn-efnk.zip
25 Jan 1997 (catalog date)
337,926 bytes
Download FTP scene.org
Rating:
(IT) Original by Moby of Sanity

Changing by MindWalker
/music/songs/1998/c/changing.zip
13 Apr 1998 (catalog date)
599,024 bytes
Download FTP scene.org
(MOD)

In The Beginning by ChimpZ of DHV
/music/songs/1998/d/dhv_itb.zip
07 May 1998 (catalog date)
525,176 bytes
Download FTP scene.org
(XM)

Longing... by Broam of Exiles
/music/songs/1998/e/e_longng.zip
15 Jun 1998 (catalog date)
427,226 bytes
Download FTP scene.org
(XM)

Sanguine Blues by Imaginary Unit
/music/songs/1998/i/iu-sangu.zip
26 Jul 1998 (catalog date)
649,975 bytes
Download FTP scene.org
(IT)

Imagination by Scorpion of kombo
/music/songs/1998/k/km_imagi.zip
06 Jan 1998 (catalog date)
232,574 bytes
Download FTP scene.org
(IT)

We Dream Aagin by kr0p3r0m of code 27
/music/songs/1998/k/kr-dream.zip
12 Jun 1998 (catalog date)
1,025,095 bytes
Download FTP scene.org
(IT)

Evolution-3 by Mentz, Ganja Man, Deginge of LOK
/music/songs/1998/l/lok_3rda.zip
03 May 1998 (catalog date)
1,085,640 bytes
Download FTP scene.org
(XM)

Deep Inelastic Scattering by Ganja Man, Deginge of LoK
/music/songs/1998/l/lok_dins.zip
02 Mar 1998 (catalog date)
853,642 bytes
Download FTP scene.org
(XM)

New Life by Deginge of LoK
/music/songs/1998/l/lok_nwlf.zip
22 Feb 1998 (catalog date)
755,051 bytes
Download FTP scene.org
(XM)

Longing by Big Bear of Level-D, Fake That
/music/songs/1998/l/lvd-long.zip
10 Dec 1998 (catalog date)
494,719 bytes
Download FTP scene.org
Released at event AMB98 in the mmul division and ranked 05

In.tha.beginning by p.b.
/music/songs/1998/p/pb_01_98.zip
02 Feb 1998 (catalog date)
663,186 bytes
Download FTP scene.org
(XM)

Origin's Epilogue by Shake of Lactic Acid
/music/songs/1998/s/sh_orig.zip
22 Jul 1998 (catalog date)
409,708 bytes
Download FTP scene.org
(IT)

Imagine by STEMulation
/music/songs/1998/s/stem_ima.zip
27 Apr 1998 (catalog date)
45,078 bytes
Download FTP scene.org
(XM)

Low Hanging Sky by Tangerine of T-Rex
/music/songs/1998/t/tan-lowh.zip
09 Aug 1998 (catalog date)
731,755 bytes
Download FTP scene.org
(IT)

The Beginning by Nobody of Wild Light
/music/songs/1998/t/the_begi.zip
13 Dec 1998 (catalog date)
721,409 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Origin Disk #3 by Origin
/tla/disks/1996/o/origin03.zip
15 Sep 1996 (catalog date)
300,478 bytes
Download FTP
Rating:

You Know What You Are (Original by Ministry) by Plastique
/tla/songs/1994/s3m/pl_uknow.zip
16 Sep 1996 (catalog date)
188,928 bytes
Download FTP
Rating:

Who Was in My Room (Original by Butthole Surfers) by Plastique
/tla/songs/1994/s3m/pl_who.zip
16 Sep 1996 (catalog date)
166,472 bytes
Download FTP
Rating:

Animaniacs Theme (Remix of original) by Plastique
/tla/songs/1994/s3m/pl_zany.zip
16 Sep 1996 (catalog date)
80,635 bytes
Download FTP
Rating:

Bizarre Imaginations by Zanti
/tla/songs/1995/mod/b/bizarre.zip
16 Sep 1996 (catalog date)
37,391 bytes
Download FTP
Rating:

Virgin Fuckmachine by Coiled
/tla/songs/1996/it/c/c_vrgnfk.zip
22 Sep 1996 (catalog date)
691,172 bytes
Download FTP
Rating:

Raging Storm by LaLa
/tla/songs/1996/mod/r/ragingst.zip
22 Sep 1996 (catalog date)
64,840 bytes
Download FTP
Rating:

Andrea - The Original by Dornbush, Fisher
/tla/songs/1996/s3m/a/andrea.zip
22 Sep 1996 (catalog date)
262,264 bytes
Download FTP
Rating:

Sad Beginnings by Noble Roman
/tla/songs/1996/s3m/d/d_begin.zip
22 Sep 1996 (catalog date)
50,234 bytes
Download FTP
Rating:

Engine America by Misfit
/tla/songs/1996/s3m/m/ms-engne.zip
22 Sep 1996 (catalog date)
102,102 bytes
Download FTP
Rating:

29 Years Virgin by Humanoid
/tla/songs/1996/xm/0-9/29virgin.zip
16 Nov 1996 (catalog date)
311,672 bytes
Download FTP
Rating:

Headbangin' (Hell 1) by Spurious
/tla/songs/1996/xm/h/headbang.zip
16 Nov 1996 (catalog date)
540,756 bytes
Download FTP
Rating: