Search for "IND": 521 matches(displaying first 250)

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

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.

GUS Environment by Patch
/code/audio/detect/gusenv.zip
10 Jan 1997 (catalog date)
1,481 bytes
Download FTP scene.org
Rating:
Grabs the Ultrasnd environment for you - Good for those who don't know how to find an environment variable, but it doesn't tell you much. It may give you a place to start.

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.

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

Multi-Sprites Editor v5.5 by BPC
/code/editors/bpc-se55.zip
26 Feb 1998 (catalog date)
98,673 bytes
Download FTP scene.org
Rating:
A very good sprite editor with a nice windows-like user interface.

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

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.

Fire by JARE of Iguana
/code/effects/fire/fire_win.zip
10 Jan 1997 (catalog date)
10,716 bytes
Download FTP scene.org
Rating:
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run.

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.

Cyber Space 3d by Phantom of Nostalgia
/code/effects/land/cyb3dkit.zip
10 Jan 1997 (catalog date)
31,536 bytes
Download FTP scene.org
Rating:
A landscape routine with many aspects - No source and a very quick explaination of the ideas and algorithms behind the effect.

WGT Graphics Tut #5 by Gooroo
/code/effects/morph/wgttut5.zip
10 Jan 1997 (catalog date)
224,120 bytes
Download FTP scene.org
Rating:
Morphing - Gooroo describes the ideas and code behind morphing in alot of detail.

Sprite Editor by Solar Designer of BPC
/code/effects/sprites/bpc-ms6.zip
26 Jun 1997 (catalog date)
103,086 bytes
Download FTP scene.org
Rating:
Very good sprite editor with a windows-like user interface, multiple video modes, pcx and bmp support and all the usual editing tools.

Heart Quake's water source by ARM of Iguana
/code/effects/water/hq_water.zip
10 Jan 1997 (catalog date)
370,188 bytes
Download FTP scene.org
Rating:
The authoratative source on the water effect - Includes a description of the physics behind the effect and the simplifications done to make the routine run quickly.

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

GUS Sound Library by P. Lindh
/code/hardware/audio/socom10.zip
21 Jan 1998 (catalog date)
102,069 bytes
Download FTP scene.org
Rating:
Supports MOD and DSM modules and WAV files.

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

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

System 64 by Simm of Analogue
/code/hardware/pmode/s64.zip
10 Jan 1997 (catalog date)
61,037 bytes
Download FTP scene.org
Rating:
A DOS protected mode extender - Comes with full source and looks fairly complete including real mode call back support. Worth giving a look at if you'll find it easier to use than Tran's pmode or DOS32.

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

Prometheus Truecolor System by Gaffer of Xtatic
/code/hardware/video/ptc071.zip
17 Jan 1999 (catalog date)
1,750,391 bytes
Download FTP scene.org
Rating:
This is a hardware independent library for dos and windows for accessing the videocard.

VESA BIOS extension docs by Patch
/code/hardware/video/vesasp12.zip
10 Jan 1997 (catalog date)
15,985 bytes
Download FTP scene.org
Rating:
The specifications of the VESA BIOS extension - (kinda) from VESA themselves.

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.

VGA FX by Chris Dunford
/code/hardware/video/vgafx.zip
10 Jan 1997 (catalog date)
27,128 bytes
Download FTP scene.org
Rating:
Some text effects - It's just some palette manipulations hidden (unintentionally) behind some very twisted code. Then again, it was coded in '89.

Game Library for DOS and Linux / X-Windows by Jon Griffiths
/code/library/jlib_1-0.zip
18 Jan 1998 (catalog date)
270,934 bytes
Download FTP scene.org
Rating:

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

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

Chain-4 Tutorial by Vulture of Outlaw Triad
/code/tutors/video/chaindoc.zip
18 Jan 1998 (catalog date)
8,077 bytes
Download FTP scene.org
Rating:
Excellent chain-4 mode tutorial.

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.

Windows Utilities for Powerrender by Egerter Software
/code/utils/3d/prwinutl.zip
17 Jan 1999 (catalog date)
2,598,584 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

Vector Editor by Tumblin of Bodies In Motion
/code/utils/3d/ved11.zip
10 Jan 1997 (catalog date)
84,391 bytes
Download FTP scene.org
Rating:
A Vector editor - A vector editor which I find clumsy to use. Then again, I find all vector editors rather clumsy to use.

Boot by ? of Ooze
/code/utils/boot/0l_boot.zip
25 Aug 1997 (catalog date)
81,135 bytes
Download FTP scene.org
Rating:
Reboots & boot sector util. A utility that'll reboot your computer (which isn't terribly useful) and to read/write boot sectors. It's a good, hard to find utility for someone just poking into that sort of stuff.

WIN95 And Demos Starter by Cute Elf
/code/windows/ce-win95.zip
19 Jan 1998 (catalog date)
18,929 bytes
Download FTP scene.org
Rating:
Library for using DirectDraw for making demo effects. Use Winzip to decompress archive because of the long file names. If using DirectX 5, you have to change two lines in DirectXConversion.cpp to type cast to (DirectDrawSurface2 *). When you try to compile, you'll know which lines those are. Hmm... maybe wince stands for Win-CuteElf. (If you see this, are you going back there?)

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

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

Bees and Honey by Mindprobe
/demos/1994/b/b_h.zip
29 Jun 1996 (catalog date)
59,691 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 07

Unknown by Mindprobe
/demos/1994/u/unknown.zip
29 Jun 1996 (catalog date)
347,971 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 02

Christmas Demo by Paralytic Minds
/demos/1994/x/xmas_dem.zip
29 Jun 1996 (catalog date)
658,219 bytes
Download FTP scene.org
Rating:

Indaba by Fudge
/demos/1995/f/fdg_ind.zip
30 Jun 1996 (catalog date)
352,766 bytes
Download FTP scene.org
Rating:

Mind Body Soul by Omicron
/demos/1995/m/mbs.zip
30 Jun 1996 (catalog date)
1,668,148 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 09

MindCrime by the Bunny Hunter
/demos/1995/m/mcdemo.zip
30 Jun 1996 (catalog date)
444,879 bytes
Download FTP scene.org
Rating:

Mind Crash by Spirit
/demos/1995/m/mind.zip
30 Jun 1996 (catalog date)
64,557 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Professor Nutbutter by Mindprobe
/demos/1995/p/pro_nut.zip
30 Jun 1996 (catalog date)
627,369 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 07

Psychedelic Mind by Scoop
/demos/1995/p/pshycho.zip
30 Jun 1996 (catalog date)
62,107 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 04

Rebel Mind by Epical
/demos/1995/r/rebelmnd.zip
30 Jun 1996 (catalog date)
791,832 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 05

BBS Mindflux by Reality
/demos/1995/r/rty_flux.zip
30 Jun 1996 (catalog date)
17,481 bytes
Download FTP scene.org
Rating:

Shotgun by Mindprobe
/demos/1995/s/shotgun.zip
30 Jun 1996 (catalog date)
1,043,759 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 03

Textmode Windows by Five Coders
/demos/1996/0-9/5c_tw.zip
12 Jan 1997 (catalog date)
643,979 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 06

Clear Your Mind by Mooze
/demos/1996/c/clear.zip
30 Jun 1996 (catalog date)
305,184 bytes
Download FTP scene.org
Rating:

Window To Oblivion by Craw Productions
/demos/1996/c/craw_wto.zip
30 Jun 1996 (catalog date)
170,359 bytes
Download FTP scene.org
Rating:

Jafo by Cortex of Index
/demos/1996/c/ctx_jafo.zip
13 Jul 1996 (catalog date)
8,259 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in4k division and ranked ??

Linda Won't Sleep With Me by TPOLM
/demos/1996/d/da_sleep.zip
31 Jul 1996 (catalog date)
61,628 bytes
Download FTP scene.org
Rating:
Released at event TSP96 in the demo division and ranked 01

Blind by Eufrosyne
/demos/1996/f/frs_blnd.zip
14 Sep 1996 (catalog date)
61,110 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 01

Independence Day by Dominetrix
/demos/1996/i/iday.zip
07 Feb 1997 (catalog date)
64,807 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 12
SB

Thunder Again by Index
/demos/1996/i/idx-thag.zip
15 Nov 1996 (catalog date)
70,810 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 03

Thunder by Index
/demos/1996/i/idx-thun.zip
13 Jul 1996 (catalog date)
63,346 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked ??

Total Happiness by Index
/demos/1996/i/idx-toha.zip
15 Nov 1996 (catalog date)
57,447 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the in64 division and ranked 07

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

Indigo by Purple
/demos/1996/i/indigo.zip
30 Jun 1996 (catalog date)
1,133,084 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked ??

Jungle Fever by Index
/demos/1996/j/jungle.zip
30 Jun 1996 (catalog date)
41,200 bytes
Download FTP scene.org
Rating:
Released at event TG96 in the in64 division and ranked 10

BBS Open Your Mind by Orbital
/demos/1996/o/oym.zip
06 Jul 1996 (catalog date)
6,200 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

Zauron Is 16 by Index
/demos/1996/z/zrn-16.zip
30 Jan 1997 (catalog date)
152,526 bytes
Download FTP scene.org
Rating:
386,GUS/SB

Post-Industrial by PRSC
/demos/1997/0-9/375.zip
13 Feb 1998 (catalog date)
2,166,854 bytes
Download FTP scene.org
Rating:
COMA style again - ,,,8MB

Miraculix My Mind Muffin by Aurum
/demos/1997/a/au_mmmm.zip
07 Dec 1997 (catalog date)
1,265,121 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the demo division and ranked 01
,,GUS/SB,

Clone by Cortex of Index
/demos/1997/c/ctx-clon.zip
23 Mar 1997 (catalog date)
9,568 bytes
Download FTP scene.org
Rating:
Released at event SNS97 in the in4k division and ranked 01
,,,

Bubble by Cortex of Index
/demos/1997/c/ctx_bub.zip
27 Apr 1997 (catalog date)
3,550 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in4k division and ranked 01

Commander Culp 5 by Grinders
/demos/1997/c/culp_5.zip
28 Mar 1997 (catalog date)
2,292,757 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the demo division and ranked EE
gory guy-anim-style cartoon - DX/33,,GUS/SB/PAS,

Out of Mind by Cyclone
/demos/1997/c/cyc_oom.zip
12 Mar 1997 (catalog date)
528,718 bytes
Download FTP scene.org
Rating:
Released at event LTP97 in the demo division and ranked 05
486DX2,,GUS,

Cindy und Linda Lampenius.. by Essex
/demos/1997/e/esx_cndy.zip
26 Dec 1997 (catalog date)
367,759 bytes
Download FTP scene.org
Rating:

Blind (final) by Eufrosyne
/demos/1997/f/frs_blfn.zip
28 Feb 1997 (catalog date)
65,696 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 01
486,VGA,GUS/SB,

Burn by Grinders
/demos/1997/g/gnd_burn.zip
17 Jan 1998 (catalog date)
9,678 bytes
Download FTP scene.org
Rating:
Released at event AST97 in the in4k division and ranked 04
386,,,

Magnify by Index
/demos/1997/i/idx-magn.zip
21 Mar 1997 (catalog date)
2,220,811 bytes
Download FTP scene.org
Rating:
386,,GUS/SB,4MB

The Space Between Silence by Index
/demos/1997/i/idx-tsbs.zip
07 Dec 1997 (catalog date)
70,818 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the in64 division and ranked 02

Melvindale by MFX
/demos/1997/m/mfx_mlvn.zip
12 Apr 1997 (catalog date)
1,359,815 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 09
P5,VESA,GUS/SB,

Mind by Dave
/demos/1997/m/mind.zip
29 Apr 1998 (catalog date)
249,558 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked XX
386,,SB,

Mindtrap by Trauma
/demos/1997/m/mindtrap.zip
24 Sep 1997 (catalog date)
1,923,852 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked 03
486DX,VESA,GUS/SB,6MB

Trip Into Your Mind by Norferin
/demos/1997/n/nfn_trip.zip
24 Oct 1997 (catalog date)
1,428,217 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the demo division and ranked 06
P5,VESA,GUS/SB,8MB

Norje by Braindead
/demos/1997/n/norje.zip
27 Apr 1997 (catalog date)
19,779 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 10

Mindsiege by Oblivion
/demos/1997/o/obv_mind.zip
12 Jan 1998 (catalog date)
1,023,412 bytes
Download FTP scene.org
Rating:
,VESA,,

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

Galactic Minds by Wild Designs
/demos/1997/w/wd-gal.zip
19 Dec 1997 (catalog date)
1,423,704 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the demo division and ranked 02

BBS Crypt by Virus
/demos/1998/c/cryptic.zip
21 Nov 1998 (catalog date)
208,513 bytes
Download FTP scene.org
Rating:
Windows

Spin by Index
/demos/1998/c/ctx_spin.zip
16 May 1998 (catalog date)
4,700 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in4k division and ranked 01
386,,Adlib,

Menschen Feind by Maniac of XAP
/demos/1998/f/feind.zip
20 May 1998 (catalog date)
4,903 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the in4k division and ranked 05

First Intro by Fusion Industries
/demos/1998/f/fi_intro.zip
04 May 1998 (catalog date)
383,259 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Sleep by Fusion Industries
/demos/1998/f/fi_sleep.zip
29 Aug 1998 (catalog date)
54,403 bytes
Download FTP scene.org
Rating:

Bindu by Cheo of Liberty
/demos/1998/l/lbt_bind.zip
30 Oct 1998 (catalog date)
5,928 bytes
Download FTP scene.org
Rating:

Mindflow by Analogue
/demos/1998/m/mindflow.zip
22 Jun 1998 (catalog date)
65,855 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the in64 division and ranked 02
VERY slow precalc

Phong Baby by Han Solo of Mindscape
/demos/1998/p/phbaby.zip
21 Aug 1998 (catalog date)
568 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 11

Sunrise by Digimind
/demos/1998/s/sunrise_.zip
26 Sep 1998 (catalog date)
4,446 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in4k division and ranked 06

Photon (Windows version) by Purple
/demos/1998/w/winphot.zip
21 Nov 1998 (catalog date)
154,712 bytes
Download FTP scene.org
Rating:
Win32 - P5,,N/A,

Am I Blind? by Xtatic
/demos/1998/x/x-blind.zip
15 Aug 1998 (catalog date)
134,212 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the in64 division and ranked 02

Windows Sucks by Gore of Future Crew
/graphics/images/1993/windows.zip
04 Jul 1996 (catalog date)
2,819 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 04

Cinderella by Bana
/graphics/images/1994/c/cinder.zip
04 Jul 1996 (catalog date)
20,929 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Squidcans by Martin Linde
/graphics/images/1994/s/squidcan.zip
04 Jul 1996 (catalog date)
125,903 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Unstraind Dreamer by Visualize
/graphics/images/1994/u/unstrain.zip
04 Jul 1996 (catalog date)
70,440 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Indian by M-Stone
/graphics/images/1995/i/indian.zip
04 Jul 1996 (catalog date)
120,702 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Indian Queen by Peachy
/graphics/images/1995/i/iqueen-s.zip
04 Jul 1996 (catalog date)
136,034 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 01

Lady at War by Mindeye
/graphics/images/1995/l/ladywar2.zip
04 Jul 1996 (catalog date)
45,097 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Hunter by Indy
/graphics/images/1996/e/emp_hunt.zip
16 May 1997 (catalog date)
44,925 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grfx division and ranked XX

Mankind by Tex
/graphics/images/1996/f/fred.zip
11 Jun 1997 (catalog date)
59,080 bytes
Download FTP scene.org
Rating:
Released at event P2B96 in the grfx division and ranked ??
640x512x256

Mindwife by Hexagon
/graphics/images/1996/m/mindwife.zip
05 Jun 1997 (catalog date)
93,362 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the grfx division and ranked 07

Rinderwahnsinn (Mad Cow Disease) by Cider of N-Factory
/graphics/images/1996/r/rinder.zip
06 May 1998 (catalog date)
19,551 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grfx division and ranked 16
320x200x256

Total Agressive by Mindeye
/graphics/images/1996/t/totalagr.zip
05 Jun 1997 (catalog date)
43,624 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the grfx division and ranked 03

Windy World by Slimy Devil
/graphics/images/1996/w/windy-w.zip
04 Jul 1996 (catalog date)
136,163 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the grfx division and ranked 02

Mars Bathfinder by Frank of Orange
/graphics/images/1997/b/bathfind.zip
07 Oct 1998 (catalog date)
220,329 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the grtc division and ranked 01
640x480x16m

Indian Girl by Flux
/graphics/images/1997/i/indiang.zip
07 Apr 1998 (catalog date)
218,503 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
396x371x16m

Kuukotka by Mindeye of Cirion
/graphics/images/1997/k/kuukotka.zip
17 Feb 1998 (catalog date)
83,722 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the grfx division and ranked 07
640x256x256

Kenia in my mind by Croaker of Tpolm
/graphics/images/1997/p/pixel_17.zip
06 May 1998 (catalog date)
28,599 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x200x256

Cindy+Bert by Cyclone of Abyss
/graphics/images/1997/p/pixel_68.zip
16 Jun 1998 (catalog date)
162,593 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 04
320x256x256

Indrigal by Nasen mann of Haujobb
/graphics/images/1997/p/pixel_86.zip
06 May 1998 (catalog date)
48,813 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
320x256x256

Wind by Baloo of Blocc
/graphics/images/1997/w/wind.zip
17 Feb 1998 (catalog date)
31,641 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked ??
640x480x256

Chrysallis by Mindseye of Rebels
/graphics/images/1998/c/chrysall.zip
07 Oct 1998 (catalog date)
290,199 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked 08
640x480x16m

Just freey ya mind by Pinshead of Drudenfu
/graphics/images/1998/f/freeyami.zip
26 May 1998 (catalog date)
216,002 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 18
498x475x16m

Indeep by Jcole of Milk, Vista
/graphics/images/1998/i/indeep_b.zip
07 Oct 1998 (catalog date)
424,000 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked 13
640x480x16m

Mindtrap by Iron Maze of Xact
/graphics/images/1998/m/mindtrap.zip
14 Oct 1998 (catalog date)
393,676 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 11
640x480x16m

Nature vs Mankind by Skylla of The Infuse Project
/graphics/images/1998/n/nature.zip
07 Oct 1998 (catalog date)
646,030 bytes
Download FTP scene.org
Rating:
Released at event AMB98 in the grtc division and ranked 03
640x480x16m

Passion by Zoom of Independent
/graphics/images/1998/p/passion_.zip
14 Oct 1998 (catalog date)
657,478 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 09
640x480x16m

Surprise by Yoga of Independent
/graphics/images/1998/s/surprise.zip
15 Oct 1998 (catalog date)
679,819 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grfx division and ranked 10
640x480x16m

Water Density To Wind Crystallization by Swan of The Bermuda Triangle
/graphics/images/1998/t/tbt-wdwc.zip
04 Jun 1998 (catalog date)
48,419 bytes
Download FTP scene.org
Rating:

The Day - 01 March 1998 by Snowman of Hornet
/info/demonews/other/the_day.txt
18 Mar 1998 (catalog date)
5,458 bytes
Download FTP scene.org
Announcement about the acceptance of Windows Demos on The Hornet Archive

Bistro by Mindprobe
/mags/1995/bistro.zip
05 Oct 1996 (catalog date)
500,103 bytes
Download FTP scene.org
Rating:

Hugi 12
/mags/1998/hugi12.zip
29 Nov 1998 (catalog date)
1,775,661 bytes
Download FTP scene.org
Rating:
English & German - DOS or Windows - 486,VESA,GUS/SB,3MB

The Grinding Shame by K.Q.Delirium
/music/contests/mc1/entries/__grind.zip
09 Nov 1996 (catalog date)
144,876 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 07

Hate Myself, Want to Die by MindChild
/music/contests/mc2/rookie/r-hate.zip
09 Nov 1996 (catalog date)
184,410 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R44

Kissing the Wind by Rama
/music/contests/mc2/rookie/r-ktwind.zip
09 Nov 1996 (catalog date)
75,565 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R05

Mindwash by Big Jim
/music/contests/mc2/rookie/r-mwash.zip
09 Nov 1996 (catalog date)
60,641 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R40

War of my mind by Accidental
/music/contests/mc2/rookie/r-war.zip
09 Nov 1996 (catalog date)
91,393 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R13

Mindwinds by The REW
/music/contests/mc2/veteran/v-mwinds.zip
09 Nov 1996 (catalog date)
247,559 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V11

O-49516 by Chaotic Mind
/music/contests/mc3/rookie/o-49516.zip
09 Nov 1996 (catalog date)
280,423 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R22

Nodadeda 7 by DJ Mind
/music/contests/mc4/rookie/m4r-deda.zip
10 Nov 1996 (catalog date)
226,693 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Into the Wind by Sklathill
/music/contests/mc4/rookie/m4r-wind.zip
10 Nov 1996 (catalog date)
370,598 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Joshua's Mind by Aquafresh
/music/contests/mc4/veteran/m4v-josh.zip
10 Nov 1996 (catalog date)
422,126 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Mankind Roots by SoundMaster
/music/contests/mc4/veteran/m4v-mank.zip
10 Nov 1996 (catalog date)
533,429 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V10

Scattered Mind by Andy Chen
/music/contests/mc4/veteran/m4v-scat.zip
10 Nov 1996 (catalog date)
266,364 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V16

Blind World Living by Black
/music/contests/mc5/intermed/m5i-bwl.zip
29 Aug 1997 (catalog date)
545,193 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Leaving My Mind Behind by Pikkle Jar of Sonic Fusion
/music/contests/mc5/intermed/m5i-lmmb.zip
29 Aug 1997 (catalog date)
547,445 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Mankind by Parallax of Surrounders
/music/contests/mc5/intermed/m5i-mank.zip
29 Aug 1997 (catalog date)
389,469 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Secrets Of The Mind - Dream by The Unknown of The Fredscape Mod Collective
/music/contests/mc5/intermed/m5i-sotm.zip
29 Aug 1997 (catalog date)
579,128 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Windward by Fred of Terraformer
/music/contests/mc5/intermed/m5i-wind.zip
29 Aug 1997 (catalog date)
326,024 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Another Production by Mufka of Rave Crew, Musick Industries, Cbi
/music/contests/mc5/rookie/m5r-anpd.zip
29 Aug 1997 (catalog date)
85,727 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Children Of The Indigo Flowers by XCEL of Scavengers
/music/contests/mc5/rookie/m5r-cotf.zip
29 Aug 1997 (catalog date)
220,833 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

E. T. 9000 by Vitamind
/music/contests/mc5/rookie/m5r-etn.zip
29 Aug 1997 (catalog date)
114,923 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Mindgames by Bludrainger
/music/contests/mc5/rookie/m5r-mgam.zip
29 Aug 1997 (catalog date)
387,007 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

The Clusterkind by Smeg of Terraformer
/music/contests/mc5/veteran/m5v-clus.zip
29 Aug 1997 (catalog date)
768,868 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Change Your Mind by Heatseeker
/music/contests/mc5/veteran/m5v-cym.zip
29 Aug 1997 (catalog date)
691,994 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Protonic Reversal by Scirocco of Night 55, Vandals, Minds
/music/contests/mc5/veteran/m5v-prev.zip
29 Aug 1997 (catalog date)
567,887 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V09

Song Of The Winds by Warder of Hypothermia, Crystalline
/music/contests/mc5/veteran/m5v-sotw.zip
29 Aug 1997 (catalog date)
524,425 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked V15

Cough In The Act by MindbloW
/music/contests/mc6/intermed/m6i-coug.zip
28 Mar 1999 (catalog date)
359,100 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

On My Mind by tweety
/music/contests/mc6/intermed/m6i-mind.zip
28 Mar 1999 (catalog date)
312,462 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Mech Tear by Indian Sun
/music/contests/mc6/intermed/m6i-mtea.zip
28 Mar 1999 (catalog date)
285,392 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Cntrl Altern8 Del by VitaminD
/music/contests/mc6/rookie/m6r-ca8d.zip
28 Mar 1999 (catalog date)
364,948 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Emotional Mind by ADI
/music/contests/mc6/rookie/m6r-emmd.zip
28 Mar 1999 (catalog date)
381,716 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Mind Of A Dreamer by BeaT
/music/contests/mc6/rookie/m6r-moad.zip
28 Mar 1999 (catalog date)
366,578 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R01

Sky And Wind by Bard
/music/contests/mc6/rookie/m6r-skya.zip
28 Mar 1999 (catalog date)
180,849 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Texas Wind by Irrelevant
/music/contests/mc6/rookie/m6r-txw.zip
28 Mar 1999 (catalog date)
396,008 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Mindscape 2 by subliminal
/music/contests/mc6/veteran/m6v-msc2.zip
28 Mar 1999 (catalog date)
698,369 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

The Noon Docks by Wayfinder
/music/contests/mc6/veteran/m6v-noon.zip
28 Mar 1999 (catalog date)
604,238 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked V23

Twisted Pitch by Whitewind
/music/contests/mc6/veteran/m6v-twis.zip
28 Mar 1999 (catalog date)
435,113 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Witchfinder by gAtoaZUL
/music/contests/mc6/veteran/m6v-wfnd.zip
28 Mar 1999 (catalog date)
671,703 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Mankind Roots by SoundMaster
/music/contests/mc_winners/m4v-mank.mp3
28 Mar 1999 (catalog date)
5,861,459 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V10

Mankind Roots by SoundMaster
/music/contests/mc_winners/m4v-mank.xm
28 Mar 1999 (catalog date)
998,101 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked V10

Chaotic Mind by Skaven of Future Crew
/music/disks/1994/chmind.zip
13 Sep 1996 (catalog date)
1,421,567 bytes
Download FTP scene.org
Rating:

Blind Emotions by Mozart
/music/disks/1995/blndemot.zip
26 Jul 1996 (catalog date)
1,749,632 bytes
Download FTP scene.org
Rating:

Unlocked Minds by Rav, yez of Liberty
/music/disks/1996/lbt_mind.zip
17 Jun 1997 (catalog date)
3,539,659 bytes
Download FTP scene.org
Rating:

Mindtap by Subliminal of Martyr
/music/disks/1996/sb_mt.zip
29 Sep 1996 (catalog date)
3,995,657 bytes
Download FTP scene.org
Rating:

2 Of A Kind by Nutcase
/music/disks/1997/2ofakind.zip
27 Feb 1998 (catalog date)
3,161,021 bytes
Download FTP scene.org
Rating:

Halo8 Pack 5 . Random Permutations Of Artistic Endeavour by silentkid of halo8 digital industries
/music/disks/1997/h8-05.zip
23 Nov 1997 (catalog date)
2,138,064 bytes
Download FTP scene.org

.the.insanity.of.the.machine. by silentkid of halo8 digital industries
/music/disks/1997/h8-insan.zip
21 Nov 1997 (catalog date)
2,325,133 bytes
Download FTP scene.org

.the.temptation.of.the.machine. by silentkid of halo8 digital industries
/music/disks/1997/h8-tempt.zip
23 Nov 1997 (catalog date)
1,583,962 bytes
Download FTP scene.org

Three by silentkid of halo8 digital industries
/music/disks/1997/h8-three.zip
21 Nov 1997 (catalog date)
1,464,093 bytes
Download FTP scene.org

Death Of Death Dance by It-Alien of independent
/music/disks/1997/it-ddd.zip
01 Jun 1997 (catalog date)
986,982 bytes
Download FTP scene.org

Age Of Maj0rity by Jesse Dangerously of halo8 digital industries, Happy Phat Klan
/music/disks/1997/jd-ageof.zip
19 Nov 1997 (catalog date)
1,975,075 bytes
Download FTP scene.org

Hatred by mysterio of halo8 digital industries
/music/disks/1997/my-hate.zip
27 Jan 1998 (catalog date)
1,212,673 bytes
Download FTP scene.org

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

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

Binary.euphoric by silentkid of halo8 digital industries
/music/disks/1998/h8-beuph.zip
27 Jan 1998 (catalog date)
2,753,811 bytes
Download FTP scene.org

Evil Mindz Ep by tricolore, krii of rebound
/music/disks/1998/rbd-emep.zip
09 Sep 1998 (catalog date)
1,450,752 bytes
Download FTP scene.org

Amp For Windows V1.22 by Grinus of casa
/music/programs/players/ampw122.zip
19 Jan 1998 (catalog date)
124,292 bytes
Download FTP scene.org
Module player for SB AWE32/64 cards. IT/XM/S3M/MOD/MTM/PTM modules supported. The best possible sound quality. A minimal processor and memory usage. Internal file selector and playlist editor. Optimized for running in background. NEWS: enhanced IT support, a faster loader, fixes. Requirements: 386+, Windows 3.1+, 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.

Fin Mod v1.0
/music/programs/players/finemod.zip
10 Sep 1996 (catalog date)
170,684 bytes
Download FTP scene.org
4-channel MOD player for Windows

Grind v1.3 by Trixter of Hornet
/music/programs/players/grind13.zip
09 Sep 1996 (catalog date)
1,303,308 bytes
Download FTP scene.org
MODplayer with dancing people

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

Midas Player For Win '95,nt V1.0 by Bartman of Abyss
/music/programs/players/midas95.zip
25 Apr 1997 (catalog date)
77,778 bytes
Download FTP scene.org
SUMMARY: Midas'95 is a module player based on the Midas Sound System (by Sahara Surfers), it plays protracker MOD, screamtracker S3M and fasttracker2 XM modules and runs under Windows 95 and Windows NT 3.51+ (4.0 compatibility assured). FEATURES: Simple but nice user interface. Test it out. It's totally free.

Mikit 0.09 For Win95 And Nt by Jean-Paul Mikkers
/music/programs/players/mikit090.zip
27 Aug 1997 (catalog date)
92,776 bytes
Download FTP scene.org
Impulse Tracker Module player for Windows '95 / NT drag & drop, playlist, easy audio setup Req. hardware: 486+ , Win95/NT supported soundcard

Mind Player v1.0
/music/programs/players/mndp_10p.zip
09 Sep 1996 (catalog date)
39,137 bytes
Download FTP scene.org

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

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

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.

Windows MIDAS v1.03b
/music/programs/players/wmidas13.zip
09 Sep 1996 (catalog date)
52,767 bytes
Download FTP scene.org

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.

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

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

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

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.

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

Easymod
/music/programs/trackers/easymod.zip
10 Sep 1996 (catalog date)
253,899 bytes
Download FTP scene.org
MOD editor for GUS under Windows

Impulse Tracker Sound Drivers by Pulse
/music/programs/trackers/itwss.zip
09 Jan 1997 (catalog date)
19,405 bytes
Download FTP scene.org
for Windows Sound System

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

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

Real Tracker 2.01 by Arnaud Hasenfratz
/music/programs/trackers/rt201.zip
25 Apr 1997 (catalog date)
448,215 bytes
Download FTP scene.org
SVGA Multi-window graphical interface - support SB, SB Pro, SB16, GUS, InterWave - load RTM, MOD, S3M, XM files - save RTM, MOD, XM files

Nut Chords 1.1 by Nutcase of Kinetic PC
/music/programs/unusual/nutcho11.zip
05 May 1997 (catalog date)
79,630 bytes
Download FTP scene.org
Excellent chord-finder for musicians and composers. This chord-finder can find all variations of any chords in any tuning possible. You can add more weird chords if you want. Program is based on logics and can really show all variations where to pick up a chord with guitar. Program works on PC/DOS/VGA machines. Featuring: fretboard and keyboard view, mouse and shortkey controls, searching for chords, pick up chords and keys from lists, converting chords between piano and guitar. Perfect tool for all serious composers, trackers as well. TRY IT, it's good. Thanks.

Acoustic Drums by PiCoder of Seaber Designs
/music/samples/sed-adrm.zip
13 May 1998 (catalog date)
920,816 bytes
Download FTP scene.org
You can find here several acoustic percussion instruments like snares, bass drums and toms, all with medium reverb. 44.1 kHz, 16 bit mono WAVs. Total 15 instruments.

Bungy Guitar by PiCoder of Seaber Designs
/music/samples/sed-bgtr.zip
09 Jan 1998 (catalog date)
2,296,425 bytes
Download FTP scene.org
16 bit, 44.1kHz, multisampled, looped WAVs of kinda steel guitar

Sd Breakbeat Party 1 by PiCoder of Seaber Designs
/music/samples/sed-bp1.zip
03 May 1998 (catalog date)
2,480,219 bytes
Download FTP scene.org
Here you can find 4 breakbeat samples that were rendered in stereo WAV at 44.1kHz, 16 Bit and precisely looped. You can use these breakbeats freely in your productions.

Samples (Set 5: Brass, Woodwinds, Pads) by Soundwave
/music/samples/sw-brwbl.zip
10 Sep 1996 (catalog date)
2,294,439 bytes
Download FTP scene.org
SND

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

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

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

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

Buggy Balls by Mindfuck
/music/songs/1994/buggybal.zip
15 Sep 1996 (catalog date)
182,609 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Happy Whirlwind by DJ4753
/music/songs/1994/happywhi.zip
15 Sep 1996 (catalog date)
113,877 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Pulse Combination by Mindfuck
/music/songs/1994/pulse.zip
15 Sep 1996 (catalog date)
194,568 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(MOD)

Shadow of the Mind by Necros
/music/songs/1994/shadow.zip
15 Aug 1996 (catalog date)
221,782 bytes
Download FTP scene.org
Rating:
(S3M)

Wild Hog Walk by Ger
/music/songs/1994/windhog.zip
24 Jan 1997 (catalog date)
272,418 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Novindus by Firelight
/music/songs/1995/a/a-novind.zip
24 Sep 1996 (catalog date)
190,968 bytes
Download FTP scene.org
Rating:
(XM)

Open Mind by Griffin of FTS
/music/songs/1995/a/a-open.zip
24 Sep 1996 (catalog date)
250,597 bytes
Download FTP scene.org
Rating:
(S3M)

Windswept by Asyntote
/music/songs/1995/a/asy-wind.zip
16 Sep 1996 (catalog date)
223,164 bytes
Download FTP scene.org
Rating:
(S3M)

Blind by Mild
/music/songs/1995/b/blind.zip
21 Sep 1996 (catalog date)
124,929 bytes
Download FTP scene.org
Rating:
(XM)

Lies Of The Mind by Hector
/music/songs/1995/d/dmk-mind.zip
17 Sep 1996 (catalog date)
153,887 bytes
Download FTP scene.org
Rating:
(S3M)

Mindwave by Draygen
/music/songs/1995/d/dy-mind.zip
17 Sep 1996 (catalog date)
58,423 bytes
Download FTP scene.org
Rating:
Released at event NAID95
(S3M)

Windstorm by Mondo
/music/songs/1995/f/flp-wnds.zip
17 Sep 1996 (catalog date)
174,821 bytes
Download FTP scene.org
Rating:
(S3M)

Blind Justice by Scirocco
/music/songs/1995/j/justice.zip
21 Sep 1996 (catalog date)
259,695 bytes
Download FTP scene.org
Rating:
(XM)

IndusTrance by Khyron
/music/songs/1995/k/k_indust.zip
21 Sep 1996 (catalog date)
276,130 bytes
Download FTP scene.org
Rating:
(XM)

More Than Meets the Mind by Chuck Biscuits
/music/songs/1995/k/k_mind.zip
18 Sep 1996 (catalog date)
210,330 bytes
Download FTP scene.org
Rating:
(S3M)

Flying Indian by Mystical
/music/songs/1995/m/m-flying.zip
18 Sep 1996 (catalog date)
117,755 bytes
Download FTP scene.org
Rating:
(S3M)

Flying Indian II by Mystical
/music/songs/1995/m/m-india2.zip
18 Sep 1996 (catalog date)
153,890 bytes
Download FTP scene.org
Rating:
(S3M)

Never Mind by Mystical
/music/songs/1995/m/m-never.zip
18 Sep 1996 (catalog date)
130,054 bytes
Download FTP scene.org
Rating:
(S3M)

Mindless by Cygnes
/music/songs/1995/m/mass-mnd.zip
11 Sep 1996 (catalog date)
310,254 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the mmul division and ranked XX
(XM)

Mind Control by JR Brewin
/music/songs/1995/m/mindctrl.zip
21 Sep 1996 (catalog date)
502,832 bytes
Download FTP scene.org
Rating:
(XM)

Space, Sorrow & Pain by Mindwave
/music/songs/1995/m/mindwav1.zip
18 Sep 1996 (catalog date)
214,184 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the mmul division and ranked ??
(S3M)

Mind Distortion by Mellow-D
/music/songs/1995/m/mld-mind.zip
21 Sep 1996 (catalog date)
398,274 bytes
Download FTP scene.org
Rating:
(XM)

You Deserved It by Mind Riot
/music/songs/1995/m/mr-mag.zip
18 Sep 1996 (catalog date)
132,156 bytes
Download FTP scene.org
Rating:
(S3M)

My Kind Of Town by Nexus
/music/songs/1995/n/nex-town.zip
18 Sep 1996 (catalog date)
152,255 bytes
Download FTP scene.org
Rating:
(S3M)

Out Of Mind by Dr. Retro
/music/songs/1995/o/outfmind.zip
21 Sep 1996 (catalog date)
212,548 bytes
Download FTP scene.org
Rating:
(XM)

Puzzled Mind by Tivurr, Polka B
/music/songs/1995/p/puzzled.zip
21 Sep 1996 (catalog date)
324,381 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Mindstream by Smeg
/music/songs/1995/s/smeg_mnd.zip
20 Sep 1996 (catalog date)
679,166 bytes
Download FTP scene.org
Rating:
(S3M)

State Of Mind by Kaiowa
/music/songs/1995/s/state.zip
21 Sep 1996 (catalog date)
520,037 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the mmul division and ranked XX
(XM)

Indie-Punk 2 by Sybaris
/music/songs/1995/t/t-indtdu.zip
16 Sep 1996 (catalog date)
297,226 bytes
Download FTP scene.org
Rating:
(MTM)

Wings Of The Wind by Tangerine
/music/songs/1995/t/tan-wow.zip
20 Sep 1996 (catalog date)
203,747 bytes
Download FTP scene.org
Rating:
(S3M)

What Guitar by Mindfuck
/music/songs/1995/w/what_gui.zip
16 Sep 1996 (catalog date)
557,601 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked 13
(MOD)

Trance Dance by Mindless
/music/songs/1996/a/aa-tranc.zip
22 Sep 1996 (catalog date)
129,080 bytes
Download FTP scene.org
Rating:
(S3M)

Industrial Light and Magic by Euggie of BFG
/music/songs/1996/b/bfg-ilm.zip
30 Oct 1997 (catalog date)
567,726 bytes
Download FTP scene.org
Rating:
(S3M)

Mindreader by Logos
/music/songs/1996/c/cb-mread.zip
16 Nov 1996 (catalog date)
281,252 bytes
Download FTP scene.org
Rating:
(XM)

Mindless by Cygnes
/music/songs/1996/c/cgs-mind.zip
01 Jul 1996 (catalog date)
307,630 bytes
Download FTP scene.org
Rating:
(XM)

Mind Grinder by Fallacy of Captivating Rhythm
/music/songs/1996/c/cr-mgrnd.zip
09 Apr 1997 (catalog date)
381,718 bytes
Download FTP scene.org
(XM)

Deserted My Mind by ???
/music/songs/1996/d/desert.zip
22 Sep 1996 (catalog date)
1,593,415 bytes
Download FTP scene.org
Rating:
(XM)