Search for "not": 267 matches(displaying first 250)

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

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.

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

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

Texture Mapper by Lee Lorenz
/code/3d/trifill/texmap/text_eng.zip
08 Jun 1997 (catalog date)
231,920 bytes
Download FTP scene.org
Rating:
Hardly any comments included with the source, but the source is not very hard to understand.

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

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

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

Cubic Player 2 Software Development Kit by Niklas Beisert of Cubic
/code/audio/players/cp2dk05.zip
19 Jan 1998 (catalog date)
131,123 bytes
Download FTP scene.org
Rating:
Cubic Player 2 Development Kit 0.5. Has a music player at least. I'm not going to figure out exactly what this is supposed to be for. No docs.

Midas v1.11 by Sahara Surfers
/code/audio/players/midas111.zip
17 Jan 1999 (catalog date)
1,981,785 bytes
Download FTP scene.org
Rating:
This version fixes some bugs in the 1.1 version, which was really necessary because some demos who used that version really sounded bad on a gus, so make sure you use this version, and not an older one!

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

Useless Module Player v1.04 by FreddyV of Useless
/code/audio/players/u_smp104.zip
17 Jan 1999 (catalog date)
441,910 bytes
Download FTP scene.org
Rating:
Not as useless as the name might suggest. Supports STM,S3M,MOD,XM, IT and GUS and Soundblaster cards, DOS32, EOS, KERNEL 386 and Watcom.

Module Detector by Harald Zappe
/code/audio/utils/detect.zip
26 Feb 1998 (catalog date)
6,894 bytes
Download FTP scene.org
Rating:
Determines the module type of any file. Module types invented after 1994 are not supported.

Internal Speaker Acid Generator by R. Schultz
/code/audio/utils/zreso11.zip
21 Jan 1998 (catalog date)
16,402 bytes
Download FTP scene.org
Rating:
Not very useful.

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

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

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.

Bytes & Kisses source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/bkisssrc.zip
10 Jan 1997 (catalog date)
513,669 bytes
Download FTP scene.org
Rating:
Sources for a demo with a scrollie, plasma, shadebobs, tunnel, bitmap rotation and stretching, and cool credits - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Valentine's day. :)

Byte B4 Christmas source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/byte-src.zip
10 Jan 1997 (catalog date)
560,382 bytes
Download FTP scene.org
Rating:
Sources for a demo with snowflakes, fire, and some text writers - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Christmas Eve :)

Copper Faked source by The Faker of Aardvark
/code/demosrc/demos/cfsource.zip
10 Jan 1997 (catalog date)
146,977 bytes
Download FTP scene.org
Rating:
Sources for Copper Faked - Barren on comments and not precompiled.

Contrast source by Type One, Gopi, Bismark, Karma, Sam of TFL-TDV
/code/demosrc/demos/contrsrc.zip
10 Jan 1997 (catalog date)
1,105,116 bytes
Download FTP scene.org
Rating:
Sources for Contrast - Comments variable on the coder, but on the whole, they are good. This is a good example of how to get a multi-coder demo made. The .exe will not run under Win'95.

What Source by Niklas Beisert, Nils Piepenbrink of Cubic Team, $een
/code/demosrc/demos/wht95src.zip
10 Jul 1997 (catalog date)
46,092 bytes
Download FTP scene.org
Rating:
Notably DOES NOT come with a makefile. Uncommented, but nice code style. Awkward synching style.

1k source by Frenzy of SparC
/code/demosrc/intros/1k_sourc.zip
18 Mar 1997 (catalog date)
11,052 bytes
Download FTP scene.org
Rating:
source to a 1k intro (911 bytes). Easy to follow code, but it's ideal you understand it all in the first place. Odd use of fpu (uses lots of fi[blah] instructions... why not take advantage of extra precision?)

Fuzzy by INSane of WHo KNoWs?
/code/demosrc/intros/fuzzy.zip
02 Jul 1997 (catalog date)
30,156 bytes
Download FTP scene.org
Rating:
A simple intro. A one effect intro with the 'dune' effect. I'm not sure what people call it.

Source for a world charts imitation by VLA
/code/demosrc/intros/wcimit.zip
10 Jan 1997 (catalog date)
12,776 bytes
Download FTP scene.org
Rating:
You don't wanna know - Buggy source that does next to nothing. Don't bother.

2D and 3D Rotation by Ash of NLB/BD
/code/effects/3d/bd-2d3d.zip
25 Aug 1997 (catalog date)
12,550 bytes
Download FTP scene.org
Rating:
Not the best way to implement rotation.

Real-Time Phong Bump Mapping Tutorial by Frenzy
/code/effects/bump/bump.doc
05 Oct 1996 (catalog date)
3,877 bytes
Download FTP scene.org
Rating:
Incorrect ideas, it's not done this way.

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!

Asm Fire 2 by Legend
/code/effects/fire/asmfire2.zip
19 Jan 1998 (catalog date)
1,184 bytes
Download FTP scene.org
Rating:
Fire Example. No useful comments and not that impressive looking.

blaze source by Gopher
/code/effects/fire/blaze.zip
18 Mar 1997 (catalog date)
10,702 bytes
Download FTP scene.org
Rating:
Source and macros for fire routines. For a86 compilation, should be easy to tweak for TASM, but this is nothing special we haven't seen before.

burn by Frank Paxti
/code/effects/fire/burn.zip
10 Jan 1997 (catalog date)
20,165 bytes
Download FTP scene.org
Rating:
A fireroutine - Not your normal fire routine. Looks more real.

Yet Another Fire Algorithm by Tanjent
/code/effects/fire/firewall.zip
05 Oct 1996 (catalog date)
8,396 bytes
Download FTP scene.org
Rating:
Poor looking fire, so so code.

Fire effect by XtaC of Garbage
/code/effects/fire/gb_wfire.zip
10 Jul 1997 (catalog date)
21,102 bytes
Download FTP scene.org
Rating:
Fire Effect. Yet another fire example.

Nice Fire by Ziron of Alpine
/code/effects/fire/nicefire.zip
17 Jan 1999 (catalog date)
2,334 bytes
Download FTP scene.org
Rating:
Claims to be nicer then any of the other fires around, but there's really nothing special about this fire effect.

Plasma Source by The Darkman
/code/effects/plasma/niceplas.zip
05 Oct 1996 (catalog date)
9,765 bytes
Download FTP scene.org
Rating:
Yet another boring plasma. Not even full screen and has an error

Fake Copper Bars by Darkman
/code/effects/raster/copper.zip
25 Aug 1997 (catalog date)
15,611 bytes
Download FTP scene.org
Rating:
Drawing the bars is not how you should do coppers.

Another ModeX Scaling Routine by John A. Slager
/code/effects/scaling/xscalebm.zip
08 Jul 1997 (catalog date)
5,744 bytes
Download FTP scene.org
Rating:

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

Scroll by Jay Kramer
/code/effects/scroll/scroll2.zip
10 Jan 1997 (catalog date)
41,209 bytes
Download FTP scene.org
Rating:
Source for mode X scrolling - _NOT_ the way to do hardware scrolling. Abuses the mode-X library.

Sprite Editor by Karma
/code/effects/sprites/sprited.zip
17 Jan 1999 (catalog date)
40,732 bytes
Download FTP scene.org
Rating:
Unfortunately this editor misses a load option which makes it not very useful.

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

TV by Perisoft
/code/effects/text/tv10.zip
11 Jan 1997 (catalog date)
45,667 bytes
Download FTP scene.org
Rating:
A text viewer with "docs" - Not code... I'm not sure where it should go. Best ask Screech himself for ideas.

Source for Tunnel Effect by PlastiikkiPaketti of Skraappa Skruuppi
/code/effects/tunnel/araidsrc.zip
06 Oct 1996 (catalog date)
28,319 bytes
Download FTP scene.org
Rating:
used in Stars/Nooon and Paimen/Coma, Doesn't explain the algorithm, not very optimized, low resolution

Tunnel by Gedge
/code/effects/tunnel/tunnele.zip
25 Aug 1997 (catalog date)
41,102 bytes
Download FTP scene.org
Rating:
Another tunnel example

Bobs Editor by Avalanche
/code/effects/vectball/bedit110.zip
26 Jun 1997 (catalog date)
42,920 bytes
Download FTP scene.org
Rating:
This editor generates some numbers that you can use as input for your own bob routines. Not very useful.

Vector Ball 2 by Tumblin
/code/effects/vectball/vectbal2.zip
10 Jan 1997 (catalog date)
190,261 bytes
Download FTP scene.org
Rating:
Some vector ball examples and utilities - Not bad, but simple. Shows some good code design strategies.

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

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

File (de)concatenator by Kli
/code/fileutil/klitar10.zip
17 Jan 1999 (catalog date)
19,344 bytes
Download FTP scene.org
Rating:
Puts separate files in one big file and separates them again. Not very useful, unless you want to use it as a utility for your own virtual file system.

T-PACK v.5 Beta by Max of Tuscon
/code/fileutil/tcn-tp05.zip
06 Oct 1996 (catalog date)
16,519 bytes
Download FTP scene.org
Rating:
COM/EXE Compressor - Only compresses .COM files, not .EXE, no sources.

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

CDROM audio library by Cyrid
/code/hardware/audio/e-cda1b.zip
30 Jun 1998 (catalog date)
48,577 bytes
Download FTP scene.org
Rating:
Unfortunately it does not contain a function to play the cd using your soundcard instead of the cdrom output. C

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.

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

RDOSUMB v1.1Ea by Dimension
/code/hardware/memory/rumb11ea.zip
30 Jan 1999 (catalog date)
52,607 bytes
Download FTP scene.org
Upper Memory Block manager (not code)

FreePack DOS extender by Narech Koumar of Supernar Systems Intl.
/code/hardware/pmode/dos32a.zip
25 Aug 1997 (catalog date)
520,938 bytes
Download FTP scene.org
Rating:
Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.

Asychronous communitcations code by Lord Logics
/code/hardware/serial/ll_comm.zip
10 Jan 1997 (catalog date)
56,754 bytes
Download FTP scene.org
Rating:
Source for "asynchronous" comm connections - A library meant for opening COM lines and other serial line connections. It's supposedly asynchronous (but maybe in a later version for this only supports one). Not too demo scene relevant, but it could make for great modem-modem networking in a game.

S-VGA Programming by Sasquatch
/code/hardware/video/rvesa.zip
10 Jan 1997 (catalog date)
4,523 bytes
Download FTP scene.org
Rating:
VESA programming example - Not helpful.

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

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.

XMode FAQ by Phil Carlisle
/code/hardware/video/xmodefaq.zip
01 Dec 1997 (catalog date)
6,799 bytes
Download FTP scene.org
Rating:
Not a real faq, but it contains a (dated) list of code resources for xmode.

76 Byte Pcx Viewer by Saint
/code/images/saintpcx.zip
03 Jul 1998 (catalog date)
7,169 bytes
Download FTP scene.org
Saint's revenge: Another example of size optimization, beating Gyr's viewer by 12 (.) bytes. Hey, will I get four stars, too? :-)

Games 'n Graphics Trainer Series chapter 1 by Gerben
/code/tutors/graphics/gngtut01.zip
30 Jun 1998 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Another trainer explaining how to get into mode 13h. Try Denthors trainers instead if you really don't know how to do this. Text

Demo Series, Part 11 by Outlaw Triad
/code/tutors/graphics/oteffex1.zip
17 Jan 1999 (catalog date)
27,162 bytes
Download FTP scene.org
Rating:
Tutorial about coding flat shaded and glenzed 3d vectors. Very dated and not very useful as there are much better 3d tutorials around.

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

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

truepal by Florian Hallar
/code/tutors/video/at_trpal.zip
19 Jan 1998 (catalog date)
56,300 bytes
Download FTP scene.org
Rating:
Emulates truecolor modes in 320x200x8. Not really... it just converts the picture to use a 3-3-2 palette. It's a common emulation mode since it saves time versus quantizing a new palette everyframe (maybe in 5 years we could do that, even if we don't need it anymore. :)

Mode 13h Explanation by Vulture of Outlaw Triad
/code/tutors/video/basicdoc.zip
18 Jan 1998 (catalog date)
4,494 bytes
Download FTP scene.org
Rating:
Only explains how to get into mode 13h and how its memory model works. Not very useful.

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.

Bootgame by Ko-Ko
/code/utils/boot/bootgame.zip
18 Jan 1998 (catalog date)
11,940 bytes
Download FTP scene.org
Rating:
Puts a game into the bootsector of a floppy! Unfortunately, the game is not timed and unplayable on modern computers.

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.

ASCII ART Lib by Jan Hubicka
/code/utils/graphics/aalib10.zip
19 Jan 1998 (catalog date)
133,184 bytes
Download FTP scene.org
Rating:
Ascii Art Renderer. Do not kill yourself trying to understand the code (no comments at all, and fairly complex code). Bonus points for the concept. This is FUNKY and fun to play with. (TMDC anyone? might be useful to figure out how to go from a graphical image to ASCII)

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)

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

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

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

DOB not by Arkham
/demos/1995/a/akm_dob.zip
29 Jun 1996 (catalog date)
40,298 bytes
Download FTP scene.org
Rating:

Another Demo by Nimbus Studio
/demos/1995/n/nimbus.zip
30 Jun 1996 (catalog date)
528,255 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the demo division and ranked 02

Not by Blasm
/demos/1995/n/not.zip
30 Jun 1996 (catalog date)
735,756 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 28

Nothing by Noware
/demos/1995/n/nothing.zip
30 Jun 1996 (catalog date)
84,510 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 06

Phenotype (bugfix) by Purge
/demos/1995/p/phenofix.zip
30 Jun 1996 (catalog date)
609,635 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 03

Another Snowy Day by Pogo Max
/demos/1995/p/pogo.zip
30 Jun 1996 (catalog date)
6,652 bytes
Download FTP scene.org
Rating:

Claustrophobia by Hypnotize
/demos/1996/c/claustro.zip
05 Nov 1997 (catalog date)
63,890 bytes
Download FTP scene.org
Rating:
486,,GUS/SB,

Not Too Late (final) by Skytech Group
/demos/1996/s/stg_ntlf.zip
28 Jan 1997 (catalog date)
82,013 bytes
Download FTP scene.org
Rating:
Released at event SAT96B in the in64 division and ranked 06

4k: Too Much For Nothing by Scale of Blasm
/demos/1996/t/toomuch.zip
25 Jul 1998 (catalog date)
4,436 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in4k division and ranked XX

Nothing to Say (final) by Emperor
/demos/1997/e/emp_ntsf.zip
12 Dec 1997 (catalog date)
64,416 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in64 division and ranked 02

Hypnotic by Exobit
/demos/1997/e/exo-hyp.zip
09 Apr 1997 (catalog date)
1,562,683 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the demo division and ranked 02
486,,GUS/SB,4MB

Fluid by Monster
/demos/1997/f/fluid.zip
13 Sep 1998 (catalog date)
1,554 bytes
Download FTP scene.org
Rating:
512 bytes, plus another 232 byte screensaver version

Another One Glides the Dust by G&G Demoswarez
/demos/1997/g/gg_a1gtd.zip
30 Mar 1997 (catalog date)
1,505,796 bytes
Download FTP scene.org
Rating:
DX2,,GUS/SB,8MB

Another One Glides the Dust (patch) by G&G Demoswarez
/demos/1997/g/gg_fix.zip
30 Mar 1997 (catalog date)
173,615 bytes
Download FTP scene.org
Rating:

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

Nothing and More by Alpine
/demos/1997/n/nothing.zip
30 Aug 1997 (catalog date)
55,727 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in64 division and ranked 08
,,SB,

Nothing by Pris of Virtual Eagle
/demos/1997/n/nothing_.zip
20 Sep 1997 (catalog date)
2,978 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 08

No Time by Los Muchachos
/demos/1997/n/notime.zip
15 Aug 1997 (catalog date)
509,254 bytes
Download FTP scene.org
Rating:
Released at event Z97 in the demo division and ranked ??

Qrash by Queue Members Group
/demos/1997/q/qrash.zip
15 Nov 1997 (catalog date)
2,120,307 bytes
Download FTP scene.org
Rating:
Yet another COMA-type demo, supports DOS/Win32/Unix/OS2 - 486,VESA,GUS/SB,

Things Do Not Change by Rectum Cauda
/demos/1997/r/rc-jiaki.zip
17 Jun 1997 (catalog date)
1,102,996 bytes
Download FTP scene.org
Rating:

Tower by Hypnotize
/demos/1997/t/tower.zip
28 Mar 1997 (catalog date)
64,916 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked 04
DX4/100,,GUS/SB,4MB

Astral Blur by The Black Lotus
/demos/1998/a/astral32.exe
01 Mar 1998 (catalog date)
4,881,920 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the demo division and ranked 03
Win95, If this does not work, try astral32.zip with ixalance.zip

Jizz by The Black Lotus
/demos/1998/j/jizz32.exe
03 Mar 1998 (catalog date)
257,024 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in64 division and ranked 01
Win95, If this does not work, try jizz32.zip with ixalance.zip

Mean by Nothing
/demos/1998/m/mean.zip
17 Apr 1998 (catalog date)
516,121 bytes
Download FTP scene.org
Rating:

Stash by The Black Lotus
/demos/1998/s/stash32.exe
01 Mar 1998 (catalog date)
286,208 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in64 division and ranked 01
Win95, If this does not work, try stash32.zip with ixalance.zip

Not a Copy by Earthquake
/graphics/images/1994/e/earthq.zip
04 Jul 1996 (catalog date)
29,943 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked XX

Lapinot by Judge Mugiel of Jff
/graphics/images/1997/j/jff-lap.zip
13 Oct 1997 (catalog date)
5,027 bytes
Download FTP scene.org
Rating:

Alley by Factory of Nothing
/graphics/images/1998/a/alley.zip
07 Oct 1998 (catalog date)
24,717 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the grfx division and ranked 03
320x240x256

Another One by Bifrost of Iris
/graphics/images/1998/a/anothero.zip
26 May 1998 (catalog date)
43,331 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 30
640x512x16

Hypnothease by Mirage
/graphics/images/1998/h/hyptease.zip
08 Oct 1998 (catalog date)
346,911 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the grfx division and ranked 03
640x480x16m

Budyn 2
/mags/1997/budyn02.zip
29 Nov 1998 (catalog date)
2,611,620 bytes
Download FTP scene.org
English & Polish - 386 (will not run with P2-300 or faster),VESA,GUS/SB,

Anothermag 1 by TPF
/mags/1998/tpf1amag.zip
29 Nov 1998 (catalog date)
483,132 bytes
Download FTP scene.org
Rating:

Technotry by Wally
/music/contests/mc2/rookie/r-tectry.zip
09 Nov 1996 (catalog date)
99,310 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R08

I Am Not Ami by Nick Borgen of Nick Borgen Produktions
/music/contests/mc5/rookie/m5r-ami.zip
29 Aug 1997 (catalog date)
458,921 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

Days Not Lost by MikPos
/music/contests/mc6/intermed/m6i-dsnl.zip
28 Mar 1999 (catalog date)
843,107 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Not Any Further by flashflood
/music/contests/mc6/rookie/m6r-nafu.zip
28 Mar 1999 (catalog date)
490,589 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Nothing Comes by Acumen
/music/contests/mc6/rookie/m6r-ncom.zip
28 Mar 1999 (catalog date)
659,353 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked R08

Nothing On by C.C.Catch, Ryan Cramer of Renaissance
/music/disks/1994/nothinon.zip
13 Sep 1996 (catalog date)
1,353,607 bytes
Download FTP scene.org
Rating:

Blah by Axl, Vibrance, Stinger, Necros, Human, Kamophlage, Jtown, Monaco's, Darkwolf, Nf, Porus, Sledge, Luvk, Bluenote, Cubik, Paso, Pothead, QPorcupine, Lepra, Sunday, Perisoft
/music/disks/1996/blah.zip
14 Jul 1997 (catalog date)
1,679,008 bytes
Download FTP scene.org
Rating:

Deceased Ambition (XM Pack) by Vincent Voois
/music/disks/1996/daxmpck.zip
22 Jan 1997 (catalog date)
5,063,281 bytes
Download FTP scene.org
Rating:
At 5 megs, you might not want to download this. Trust me, you do. There are a couple totally kick ass tunes in here... this guy is good.

Spur Of The Moment by Aahz, Axl, Aztechie, Bluenote, Daedalus, Dilvish, Generic Blues, Jtown, Lemm, Luvk, Nf, Pothead, Qporcupine, Rage
/music/disks/1996/spur.zip
14 Jul 1997 (catalog date)
1,646,679 bytes
Download FTP scene.org

Dee Musicdisk Two by Dee
/music/disks/1997/dee2.zip
01 Feb 1997 (catalog date)
4,250,859 bytes
Download FTP scene.org
Rating:
Slam! This is how a music disk should be done. Absolutely the best interface I've seen for a music disk since Epidemic. Not only that, but the interface is configurable... you can actually use it for your own productions. The music kicks ass. If you only download a couple music disks this year, be sure that one of them is Dee Musicdisk Two!

Nothing by Hunz
/music/disks/1997/hz-nothi.zip
14 Mar 1997 (catalog date)
109,708 bytes
Download FTP scene.org

Drunk But Not Like All The Others by EFeKT
/music/disks/1998/e-drunk.zip
22 Apr 1998 (catalog date)
2,138,665 bytes
Download FTP scene.org

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

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

Remus v0.04e
/music/programs/emulate/remus04e.zip
21 Jan 1997 (catalog date)
41,045 bytes
Download FTP scene.org
Generic protected mode sound card emulator. Allow you to use programs with sound cards you do not have. Very ALPHA. Emulates Speaker, D/A on LPT, Gravis, more to come...

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

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

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

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.

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

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

Notational MOD Tracker for OS/2 v1.4 by Tom Stokes of MOD
/music/programs/trackers/pmpoze.zip
09 Sep 1996 (catalog date)
127,978 bytes
Download FTP scene.org

Wav Reverberator V1.4 by PiCoder of Seaber Designs
/music/programs/unusual/wavrev14.zip
18 Jun 1998 (catalog date)
109,599 bytes
Download FTP scene.org
Here it is. Works great, many parameters, clipping control, crisp sound, 225 types of reverbs possible, not counting endless amount of equalization values. FLOATING-point calculations extensively used. Works with stereo and mono 16 bit WAV files of any sample frequency. C++ non-compilable sources included.

Wav Reverberator V1.5 by PiCoder of Seaber Designs
/music/programs/unusual/wavrev15.zip
21 Jun 1998 (catalog date)
162,311 bytes
Download FTP scene.org
Here it is. Works great, many parameters, clipping control, crisp sound, 225 types of reverbs possible, not counting endless amount of equalization values. FLOATING-point calculations extensively used. Works with stereo and mono 16 bit WAV files of any sample frequency. C++ non-compilable sources included.

Eb Alto Sax Samples, No Riffs by Beek of Grey, Green Grapes, Denizen
/music/samples/alto_sax.zip
14 May 1997 (catalog date)
2,518,766 bytes
Download FTP scene.org
A collection of Eb Alto Sax samples played by me, beek. All are single notes.

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

Cenotaph Sample Pack 1 by cenotaph of danger high voltage, space invaders
/music/samples/ct-samp1.zip
01 Mar 1998 (catalog date)
2,729,015 bytes
Download FTP scene.org

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

Farmer's It Samplepack 4 by Farmer
/music/samples/frm-smp4.zip
28 Feb 1998 (catalog date)
1,931,970 bytes
Download FTP scene.org
Contains over 35 cd-quality samples of instruments and sound effects. Another must-get for anyone who tracks.

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

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

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus1.zip
10 Sep 1996 (catalog date)
2,081,430 bytes
Download FTP scene.org
This is the first (I hope) of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. All samples are 22kHz, 16 bit most were created by playing a C3 note on one PC and capturing it live on another. Post editing was done to equalize gain and remove the dead space. They are saved as .wav but can be changed using any one of many programs out there.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus2.zip
10 Sep 1996 (catalog date)
1,868,625 bytes
Download FTP scene.org
This is the second of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. The emphasis in this collection is on FX although some conventional samples are included. All samples are 22kHz, 16 bit most were created by playing a C3 note on one PC and capturing it live on another. Post editing was done to equalize gain and remove the dead space. They are saved as .wav but can be changed using any one of many programs out there.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus3.zip
10 Sep 1996 (catalog date)
746,435 bytes
Download FTP scene.org
This is the third of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. Whereas the first and second collections (proteus1.zip and proteus2.zip) were a collection of melodic as well as percussion samples at 22kHz/16 bits, this one is percussion only at 44.1kHz/16 bits. Based on some good feedback (thanks Jester :-) I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC. This has yielded some very quiet and crisp samples compared to the first sets of samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit and were created by playing different percussion notes on the multisound, and capturing them live to RAM and then to disk. Post editing was done to optimize gain and remove the dead space.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus4.zip
11 Sep 1996 (catalog date)
1,495,900 bytes
Download FTP scene.org
This is the fourth and probably last in a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. In this collection, I've tried to sample unique sounds native only to the proteus synthesizer and that cannot be found in the General MIDI set. I'm hoping to provide the means for the many composers out there to make some truly unique sounding mods. I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC as was done on the first two Proteus packs. This has yielded some very quiet and crisp samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit mono and were created by playing different notes on the multisound, and capturing them live to disk using the Multisound's own digital audio sampler. Post editing was done to optimize gain and remove the dead space as well as to keep the samples reasonable small.

Soundwave's Sample Collection, Waldorf Pulse by Soundwave
/music/samples/s16pulse.zip
13 Oct 1997 (catalog date)
23,581,833 bytes
Download FTP scene.org
Samples of the Waldorf Pulse bass synthesizer, 44.1kHz 16 bit, 8 packs. The Waldorf Pulse is a classy, 3-VCO analog bass synthesizer with some nice acid-tweaking knobs if done right. It can do great Minimoog sounds, screeching leads, and more. Some are homemade, some are not, some are factory patches. Most are multisampled for that analog feel if you split up the waveform. Lots of bass sounds - that's what the Pulse is good for.

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.

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

Oberheim Matrix 1000 Samples by Soundwave
/music/samples/swoberhm.zip
11 Oct 1997 (catalog date)
34,540,308 bytes
Download FTP scene.org
This is yet another sample pack made for those with samplers and high-end trackers. 50 samples are in this pack, all coming from bank 0 (!) of the Oberheim Matrix 1000. The Oberheim Matrix 1000 is a nice little analog synthesizer with classic Oberheim sounds, for those who don't know. The samples were done on a Turtle Beach Tropez. Hopefully this provides a tad better audio quality than the Pro Audio Spectrum 16 (which in itself wasn't bad). Sorry, no loop points or envelopes are provided.

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

The Night of the Cats by Skaven
/music/songs/1994/notc.zip
15 Sep 1996 (catalog date)
205,436 bytes
Download FTP scene.org
Rating:
(S3M)

Not for Kids by Skaven
/music/songs/1994/notfkids.zip
15 Sep 1996 (catalog date)
129,796 bytes
Download FTP scene.org
Rating:
(S3M)

Just another Story by Volkraq
/music/songs/1994/story.zip
15 Sep 1996 (catalog date)
612,132 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(S3M)

Underwater Journey by Note
/music/songs/1994/underwtj.zip
15 Sep 1996 (catalog date)
229,192 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the mmul division and ranked XX
(XM)

Another Night Rushin Mix by Zane
/music/songs/1995/a/anrush.zip
16 Sep 1996 (catalog date)
191,602 bytes
Download FTP scene.org
Rating:
(S3M)

Nimbus by Hypnotic
/music/songs/1995/b/b13-0009.zip
21 Sep 1996 (catalog date)
189,791 bytes
Download FTP scene.org
Rating:
(XM)

Another Day by Big Jim
/music/songs/1995/b/bj-aday.zip
16 Sep 1996 (catalog date)
229,236 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the m4ch division and ranked ??
(MOD)

Deep Butterfly by Yolk
/music/songs/1995/d/deepbfly.zip
01 Feb 1997 (catalog date)
224,359 bytes
Download FTP scene.org
Rating:
(MOD) Got a good beat... not so sure about the rest.

Notive X by Rascal
/music/songs/1995/d/dsa_notx.zip
21 Sep 1996 (catalog date)
467,385 bytes
Download FTP scene.org
Rating:
(XM)

Another Weird Day by Crusader
/music/songs/1995/h/hd-wrddy.zip
18 Sep 1996 (catalog date)
191,308 bytes
Download FTP scene.org
Rating:
(S3M)

From Another World by Harsdel
/music/songs/1995/h/hrs-faw.zip
02 Oct 1997 (catalog date)
591,184 bytes
Download FTP scene.org
Rating:
(XM)

Monotone by Karl
/music/songs/1995/k/k_monot.zip
18 Sep 1996 (catalog date)
114,295 bytes
Download FTP scene.org
Rating:
(S3M)

Nothing Seems Real by Diablo
/music/songs/1995/n/not-real.zip
18 Sep 1996 (catalog date)
342,327 bytes
Download FTP scene.org
Rating:
(S3M)

The Underground Beckons by Hypnoti
/music/songs/1995/v/v-beckon.zip
20 Sep 1996 (catalog date)
377,078 bytes
Download FTP scene.org
Rating:
(S3M)

Another Night of Thought by Zastar
/music/songs/1996/a/athought.zip
22 Sep 1996 (catalog date)
167,279 bytes
Download FTP scene.org
Rating:
(S3M)

No Taste by Cygnes
/music/songs/1996/c/cgs-nota.zip
08 Oct 1996 (catalog date)
379,540 bytes
Download FTP scene.org
Rating:
(XM)

Tech Not! by Ghost Fellow
/music/songs/1996/g/gf_techn.zip
22 Sep 1996 (catalog date)
137,813 bytes
Download FTP scene.org
Rating:
(S3M)

Tribes Of Time by Nino of Realities
/music/songs/1996/n/ninotrbe.zip
28 May 1997 (catalog date)
364,677 bytes
Download FTP scene.org
(IT)

Not Quite Clear by Harry
/music/songs/1996/n/no-clear.zip
26 Jan 1997 (catalog date)
431,207 bytes
Download FTP scene.org
Rating:
(IT)

No Truth by Rage
/music/songs/1996/n/notruth.zip
22 Sep 1996 (catalog date)
339,303 bytes
Download FTP scene.org
Rating:
(XM)

Not So Far Man! by Heatseeker
/music/songs/1996/n/notsofar.zip
01 Oct 1996 (catalog date)
333,372 bytes
Download FTP scene.org
Rating:
(S3M)

Not Too Hard by The Vaw
/music/songs/1996/n/nth.zip
22 Sep 1996 (catalog date)
139,255 bytes
Download FTP scene.org
Rating:
(MOD)

It's Not That Nice by Otis
/music/songs/1996/o/o_it.zip
22 Sep 1996 (catalog date)
414,070 bytes
Download FTP scene.org
Rating:
(XM)

Not Over Yet by Dj Holmes
/music/songs/1996/o/odx_noto.zip
19 Mar 1997 (catalog date)
60,311 bytes
Download FTP scene.org
(S3M)

The 7th Dimension by Pop Faktor
/music/songs/1996/p/pf-7thdm.zip
11 Feb 1997 (catalog date)
860,247 bytes
Download FTP scene.org
Rating:
(IT) boom-tsk-boom-tsk, not bad

This Is Not A Chip Tune by Pinion
/music/songs/1996/p/pn-notac.zip
22 Sep 1996 (catalog date)
201,152 bytes
Download FTP scene.org
Rating:
(S3M)

Revival by Snotty of Faculty
/music/songs/1996/r/revival.zip
24 Jan 1997 (catalog date)
92,726 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the m4ch division and ranked 01
(MOD)

Ready or Not by Daft
/music/songs/1996/r/ron-edit.zip
17 Nov 1996 (catalog date)
193,117 bytes
Download FTP scene.org
Rating:
(XM)

Techno Is Not Dead by Stash of Space Invaders
/music/songs/1996/s/s-techno.zip
09 Apr 1997 (catalog date)
56,235 bytes
Download FTP scene.org
(IT)

Trancy Biznotch by Jello Biafra
/music/songs/1996/s/s-trancy.zip
19 Mar 1997 (catalog date)
195,631 bytes
Download FTP scene.org
(S3M)

Monotoniq by Screamager
/music/songs/1996/s/sc-mono.zip
01 Oct 1996 (catalog date)
305,222 bytes
Download FTP scene.org
Rating:
(XM)

Nothin I Wont Do by Crackerjack
/music/songs/1996/v/v-nothin.zip
29 Jan 1997 (catalog date)
283,911 bytes
Download FTP scene.org
Rating:
(XM)

Hypnotic Hologram by Nexus of Cloud Nine
/music/songs/1997/c/c9_holo.zip
09 May 1997 (catalog date)
751,331 bytes
Download FTP scene.org
(IT)

Technotoccata by Den of KDV sounds laboratory
/music/songs/1997/c/classic1.zip
09 Nov 1997 (catalog date)
59,936 bytes
Download FTP scene.org
(XM)

2am And Beyond by cenotaph of danger high voltage, space invaders
/music/songs/1997/c/ct_2am.zip
29 Mar 1998 (catalog date)
417,821 bytes
Download FTP scene.org
(IT)

60 Feet by cenotaph of danger high voltage, space invaders
/music/songs/1997/c/ct_60ft.zip
31 Mar 1998 (catalog date)
408,259 bytes
Download FTP scene.org
(IT)

Circus Freak by cenotaph of danger high voltage, space invaders
/music/songs/1997/c/ct_cfrk.zip
31 Mar 1998 (catalog date)
335,377 bytes
Download FTP scene.org
(IT)

Political Assassin by Jhaze, Cenotaph of Danger High Voltage Records
/music/songs/1997/d/dhv_pas.zip
15 Jul 1998 (catalog date)
533,582 bytes
Download FTP scene.org
(IT)

Monotone by Decker of Outworlders, ART
/music/songs/1997/d/dkmono.zip
19 Dec 1997 (catalog date)
400,855 bytes
Download FTP scene.org
(XM)

Ready Or Not by Dynamite
/music/songs/1997/d/dn-ready.zip
19 Mar 1997 (catalog date)
11,403 bytes
Download FTP scene.org
(S3M)

Spitting Images by Basehead of Five Musicians
/music/songs/1997/f/fm-image.zip
01 Feb 1997 (catalog date)
563,006 bytes
Download FTP scene.org
Rating:
(IT) Another jazzy piece... bordering on "alternative jazz".

We Must Find Anotha Brain by G42
/music/songs/1997/g/g42-wmfa.zip
30 Apr 1997 (catalog date)
304,031 bytes
Download FTP scene.org
(IT)

I'm Not Bad by Phelix of Yodel
/music/songs/1997/i/imnotbad.zip
06 Jul 1997 (catalog date)
580,139 bytes
Download FTP scene.org
Released at event TG97 in the mmul division and ranked 08
(XM)

Another Break Of Dawn by Linearic of Vandals
/music/songs/1997/l/lnc-dawn.zip
08 Jul 1998 (catalog date)
154,409 bytes
Download FTP scene.org
(IT)

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)

Monotype by MSK of EyeWax
/music/songs/1997/m/monotype.zip
27 Jul 1997 (catalog date)
594,301 bytes
Download FTP scene.org
(XM)

Thief Of Faith by Nino of Realities
/music/songs/1997/n/ninotief.zip
25 Sep 1997 (catalog date)
565,102 bytes
Download FTP scene.org
(IT)

Not Found 404 by Undercover Agent
/music/songs/1997/n/no-404.zip
08 Apr 1997 (catalog date)
204,729 bytes
Download FTP scene.org
(XM)

Nothing by Major Bludd of My Personal Smilies
/music/songs/1997/n/nothing.zip
23 May 1997 (catalog date)
372,200 bytes
Download FTP scene.org
(IT)

Passing by monotonity by Ramman of Jungle
/music/songs/1997/p/passingb.zip
09 Feb 1999 (catalog date)
22,632 bytes
Download FTP scene.org
Released at event RAGE97 in the m08k division and ranked ??

Piano Thing by Jinx
/music/songs/1997/p/pianoth.zip
24 Nov 1997 (catalog date)
571,826 bytes
Download FTP scene.org
Released at event COV97 in the mmul division and ranked 03
(IT)

Your're Not That Old by Shudder of YOE
/music/songs/1997/s/s_old.zip
09 Apr 1997 (catalog date)
188,468 bytes
Download FTP scene.org
(IT)

sassy notion by pink of abyss
/music/songs/1997/s/sassy.zip
09 Feb 1999 (catalog date)
138,209 bytes
Download FTP scene.org
Released at event TP97 in the m4ch division and ranked 01

Another Day by Haze of Society Of Sound
/music/songs/1997/s/sos_ad.zip
05 May 1997 (catalog date)
424,622 bytes
Download FTP scene.org
(IT)

Sognus Ipnotica by Turrican
/music/songs/1997/t/t_sognus.zip
19 Mar 1997 (catalog date)
113,661 bytes
Download FTP scene.org
Released at event ALG96 in the mmul division and ranked DD
(S3M)

Hypnotik-blast by Stank-E of total kaos
/music/songs/1997/t/tk-hypno.zip
22 Apr 1997 (catalog date)
220,622 bytes
Download FTP scene.org
(S3M)

Ask Not by Warder of Hypothermia, Crystalline
/music/songs/1997/w/w_asknot.zip
17 Nov 1997 (catalog date)
83,059 bytes
Download FTP scene.org
(IT)

Aeons Of Notes by Yannis Brown
/music/songs/1997/y/ybaeon.zip
17 Nov 1997 (catalog date)
176,956 bytes
Download FTP scene.org
(IT)

Need by Fifth Note of Tempo
/music/songs/1998/0-9/5th_need.zip
11 Aug 1998 (catalog date)
251,657 bytes
Download FTP scene.org
(XM)

Brainstrom by Hypnotic of Cns
/music/songs/1998/c/cns-eat.zip
07 Dec 1998 (catalog date)
296,311 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked XX

60 Feet by cenotaph of danger high voltage, space invaders
/music/songs/1998/c/ct_71.zip
31 Mar 1998 (catalog date)
855,407 bytes
Download FTP scene.org
(IT)

Paranoid Of Life by cenotaph of danger high voltage, space invaders
/music/songs/1998/c/ct_pol.zip
31 Mar 1998 (catalog date)
459,783 bytes
Download FTP scene.org
(IT)

30 56 99 by Cenotaph of Danger High Voltage Records
/music/songs/1998/d/dhv_359.zip
03 Sep 1998 (catalog date)
410,277 bytes
Download FTP scene.org
(IT)

71 by Cenotaph of Danger High Voltage Records
/music/songs/1998/d/dhv_71.zip
03 Sep 1998 (catalog date)
799,913 bytes
Download FTP scene.org
(IT)

Did You Love Me Remix by cenotaph of Danger High Voltage Records
/music/songs/1998/d/dhv_dyl.zip
22 Jul 1998 (catalog date)
737,219 bytes
Download FTP scene.org
(IT)

Glance And Note by Jhaze of Danger High Voltage Records
/music/songs/1998/d/dhv_gan.zip
10 Jul 1998 (catalog date)
1,427,854 bytes
Download FTP scene.org
(IT)

Mood Music by Cenotaph of Danger High Voltage Records
/music/songs/1998/d/dhv_moo.zip
15 Jul 1998 (catalog date)
715,816 bytes
Download FTP scene.org
(IT)

Weep For The Ep Part 3 by Cenotaph of Danger High Voltage Records
/music/songs/1998/d/dhv_wf3.zip
12 Jul 1998 (catalog date)
1,577,758 bytes
Download FTP scene.org
(IT)

Dominotar by Debris of Panic
/music/songs/1998/d/dominota.zip
13 Dec 1998 (catalog date)
204,791 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Heavy At Horseheads by Mark Nottingham
/music/songs/1998/h/heavyhh.zip
13 Sep 1998 (catalog date)
338,046 bytes
Download FTP scene.org
(IT)

hypnotic liquid by x.fader of phobia/MC
/music/songs/1998/h/hypnotic.zip
13 Dec 1998 (catalog date)
421,999 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Dirt On My Monitor by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-dirt.zip
09 Jul 1998 (catalog date)
648,196 bytes
Download FTP scene.org
(XM)

Her Own Stealth by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-herow.zip
11 May 1998 (catalog date)
925,260 bytes
Download FTP scene.org
(XM)

He Said by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-hesd.zip
15 May 1998 (catalog date)
399,511 bytes
Download FTP scene.org
(XM)

Image Of A Second Sun by Setec of Immortal Coil, Nothing
/music/songs/1998/i/ic-ioss.zip
08 Jul 1998 (catalog date)
301,218 bytes
Download FTP scene.org
(XM)

Stealth Pain by Setec of Immortal Coil, Nothing, pHluid
/music/songs/1998/i/ic-pain.zip
31 Mar 1998 (catalog date)
328,361 bytes
Download FTP scene.org
Rating:
(XM)

jazzy vibesz by Prob. of monotonik, oxylon
/music/songs/1998/j/jazzy_vi.zip
13 Dec 1998 (catalog date)
425,155 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 08

Hypnotic Pulse by Mr. Superbad of machinebrain
/music/songs/1998/m/mr_hypno.zip
12 May 1998 (catalog date)
425,905 bytes
Download FTP scene.org
(XM)

Nothing Revisited by Major Bludd of My Personal Smilies
/music/songs/1998/n/nothing2.zip
07 Aug 1998 (catalog date)
580,800 bytes
Download FTP scene.org
(IT)

Notice by HENRIK SKANFORS of EXADUS
/music/songs/1998/n/notice.zip
10 Aug 1998 (catalog date)
717,595 bytes
Download FTP scene.org
(XM)

Slice of nothing by Beathawk of Triology, Funktion
/music/songs/1998/s/slice.zip
07 Dec 1998 (catalog date)
499,900 bytes
Download FTP scene.org
Released at event ABD98 in the m4ch division and ranked XX

Stress Related by Mark Nottingham
/music/songs/1998/s/stress.zip
13 Sep 1998 (catalog date)
615,672 bytes
Download FTP scene.org
(IT)

Take A Note by Doc of Torrent
/music/songs/1998/t/takenote.zip
08 Apr 1998 (catalog date)
441,678 bytes
Download FTP scene.org
(IT)

Yet Another Illusion by Treks of WP
/music/songs/1998/t/tr_illus.zip
12 Jul 1998 (catalog date)
416,707 bytes
Download FTP scene.org
(IT)

Another Day by Tourach
/music/songs/1998/t/trch-day.zip
31 Jul 1998 (catalog date)
373,910 bytes
Download FTP scene.org
(IT)

Neither Nor '98 Cancellation Notice
/party/misc/nn98_can.txt
25 Jul 1998 (catalog date)
1,756 bytes
Download FTP scene.org

LTP 2 Report by Move
/party/reports/1998/ltp2rep.zip
05 Aug 1998 (catalog date)
2,332,770 bytes
Download FTP scene.org
in French, and needs Univbe 5.x, not 6.x - ,VESA,GUS/SB,16MB

Hypnotic Beats by Labworks
/tla/disks/1996/h/hbv1.zip
29 Sep 1996 (catalog date)
4,190,534 bytes
Download FTP
Rating:

Not So Chaos by Turtlemanix
/tla/songs/1994/s3m/notchaos.zip
15 Sep 1996 (catalog date)
116,212 bytes
Download FTP
Rating:
Released at event TP94 in the mmul division and ranked XX

The Fire Bird by Notman
/tla/songs/1995/mod/t/the_fire.zip
16 Sep 1996 (catalog date)
115,762 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Hypnotrip by DJ YoYo
/tla/songs/1995/mod/y/yo_trip.zip
16 Sep 1996 (catalog date)
34,101 bytes
Download FTP
Rating:

Monotype by Doomsday
/tla/songs/1995/mtm/monotype.zip
16 Sep 1996 (catalog date)
110,696 bytes
Download FTP
Rating:

Another Day by Mr. Fix-it
/tla/songs/1995/s3m/a/anthrday.zip
16 Sep 1996 (catalog date)
68,768 bytes
Download FTP
Rating:

Technotron by DSP
/tla/songs/1995/s3m/d/dsp-tech.zip
17 Sep 1996 (catalog date)
325,720 bytes
Download FTP
Rating:

Notta Lotta Bass by Golden Spud
/tla/songs/1995/s3m/g/gs-ntlot.zip
17 Sep 1996 (catalog date)
100,412 bytes
Download FTP
Rating:

Renaissance by Null Numb Nothing
/tla/songs/1995/s3m/r/renais.zip
20 Sep 1996 (catalog date)
74,280 bytes
Download FTP
Rating: