|
3d math by Lithium of VLA /code/3d/docs/3d_math.zip
| 10 Jan 1997 (catalog date)
11,835 bytes
| Download FTP scene.org
| Rating:
| Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.
|
|
3d basics by Synergist /code/3d/docs/3dbasics.zip
| 10 Jan 1997 (catalog date)
2,745 bytes
| Download FTP scene.org
| Rating:
| Some basic 3d documentation - I'd never want to tell someone that this doc is a good place to start. The person writing this has no concept of structures, which severely ease the programming of complex things such as 3d systems.
|
|
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
|
|
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.
|
|
|
|
|
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.
|
|
|
Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids /code/3d/trifill/texmap/tiletmap.zip
| 03 Jun 1998 (catalog date)
4,757 bytes
| Download FTP scene.org
| | This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.
|
|
|
|
oplid by ? of Audiotrix /code/audio/detect/oplid.zip
| 11 Jan 1997 (catalog date)
31,180 bytes
| Download FTP scene.org
| Rating:
| Detects what type of OPL chip is on your sound card - An ad for audiotrix more than anything else. No code. It looks like there should be more files in the archive than there are.
|
|
|
|
IW SDK /code/audio/docs/iw_sdk20.zip
| 10 Jul 1997 (catalog date)
2,796,518 bytes
| Download FTP scene.org
| Rating:
| The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.
|
|
|
|
|
|
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!
|
|
StarPlayer by Jedi of Oxygen /code/audio/players/sp-code.zip
| 25 Aug 1997 (catalog date)
125,394 bytes
| Download FTP scene.org
| Rating:
| A mod/s3m player with source. THIS is the player you want to pick up if you're doing a 100% asm intro with Tran's pmode v2.xx and need SB support. It's easily tweakable to play your tune from memory, though the code given loads from disk. If you don't need SB support, also check out Robban's GUSPlay.
|
|
Tnt's Mod Player by ByteRaver of TNT, NO-ID /code/audio/players/tnt-mp11.zip
| 10 Jun 1998 (catalog date)
306,622 bytes
| Download FTP scene.org
| | This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines (stereo with panning effects), 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.
|
|
|
Space Port 2 BBS intro source by PSI /code/demosrc/bbsintro/fcsp2src.zip
| 10 Jan 1997 (catalog date)
32,242 bytes
| Download FTP scene.org
| Rating:
| Sources to a BBS intro with ADlib music, scrollie, and star field all in 1993 bytes - The Adlib player in this BBS intro has been ripped and used time and time again by many people. Simple and easy to use. Kudos to those who have credited the source of where they got their player.
|
|
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.
|
|
ACiDween loader by Wonder Monkey of Acid /code/demosrc/bbsintro/wm-h_src.zip
| 10 Jan 1997 (catalog date)
76,513 bytes
| Download FTP scene.org
| Rating:
| Source for a halloween BBS loader - So-So source. Scarey warnings about ripping. But I'm sure I'll want this guy's routine for masking off bits. I suppose he thinks SHR AL, 3: SHL AL, 3 is faster than AND AL, 11111000b.
|
|
|
Hell source by Tran /code/demosrc/demos/hellsrc.zip
| 10 Jan 1997 (catalog date)
62,331 bytes
| Download FTP scene.org
| Rating:
| Source for Tran's demo Hell - Like most of Tran's released source, it makes a good example, but is difficult for people to read unless you've already done something similarly complex.
|
|
|
Seasick source by Draeden of VLA /code/demosrc/intros/sea_code.zip
| 10 Jan 1997 (catalog date)
33,542 bytes
| Download FTP scene.org
| Rating:
| Source for an intro with a reflecting scrollie and text writer - Old source, but well constructed. Great for those who just know asm, but don't know how to put something complete together using just asm.
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
rotating landscape by TTT /code/effects/land/rotscape.zip
| 10 Jan 1997 (catalog date)
129,844 bytes
| Download FTP scene.org
| Rating:
| A landscape routine similar to that at the end of unreal - Comments only on function names and has a larger executable than need be for this effect. (Lots of tables, i.e. the landscape itself)
|
|
bglass by Konrad Olejnik of K!O /code/effects/lens/bglass.zip
| 19 Jan 1998 (catalog date)
50,803 bytes
| Download FTP scene.org
| Rating:
| Bumped glass routine. For TMT pascal. You might call this a bump map type effect. The difference I'm going to call is that bump map routines alter light intensity while lens routines change your position in a texture map. Interesting way to get the timer! :) For C users, that would be int *time = 0x046C. See a BIOS data reference for further details.
|
|
|
|
Alias by Minimalist /code/effects/rotozoom/alias.zip
| 25 Aug 1997 (catalog date)
164,287 bytes
| Download FTP scene.org
| Rating:
| Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.
|
|
|
|
|
|
|
|
Starz V1.0 by VuLgAr UnIcOrN /code/effects/stars/starz10.zip
| 03 Jun 1998 (catalog date)
154,676 bytes
| Download FTP scene.org
| | This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.
|
|
|
|
|
|
|
Voxel by 6502 of Fatal Rage /code/effects/voxel/newvox.zip
| 26 Jun 1997 (catalog date)
3,227 bytes
| Download FTP scene.org
| Rating:
| Beautiful hightfield rendering. If there's anyone with half a clue who can't understand this, I'd like to know. The effect itself is beautiful, fast, and the code is gratuitously commented. My only quip is having (gipped) allocation of some 180k that just eats up base memory. Has no .exe, but compiles with watcom with no problems.
|
|
|
Water by Yamaha of XYZZ /code/effects/water/watrxyzz.zip
| 25 Aug 1997 (catalog date)
128,613 bytes
| Download FTP scene.org
| Rating:
| A water effect sample. Won't compile as is since it's missing quite a number of library files. Get hq_water if you want to understand this effect. Get this afterwards only if you can't understand asm.
|
|
|
|
2asm Anything 2 Asm,c,pas Converter by sneaqo of aardbei /code/fileutil/2asm.zip
| 21 Aug 1998 (catalog date)
97,877 bytes
| Download FTP scene.org
| | converts a binary file into a db list, or a C or Pascal array. has a lot of options, and examples for all 3 languages included. Assembler, C, Pascal
|
|
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.
|
|
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...
|
|
|
|
|
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.
|
|
|
|
|
Flat Real Mode Interface by Juanito /code/hardware/memory/frmi_150.exe
| 10 Jan 1997 (catalog date)
38,210 bytes
| Download FTP scene.org
| Rating:
| An interface for flat real mode from BC - Has some docs on xms and comments explaining how the interface works itself. I didn't test to see if it works. Doesn't work in v86 mode, meaning most programs made with this will require a reboot.
|
|
Virtual Memory Management by Flux /code/hardware/memory/fxvmm210.zip
| 10 Jan 1997 (catalog date)
112,232 bytes
| Download FTP scene.org
| Rating:
| A virtual memory management interface for BC - Once again, I didn't test this. This system is much more complete than the above and certainly much more useful. From the code, I'd say I'd like to work with this guy. :)
|
|
|
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).
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
The Mag by Spellcaster /code/mags/mag11.zip
| 01 Jul 1997 (catalog date)
95,422 bytes
| Download FTP scene.org
| Rating:
| A serial coding magazine. Sorting, matrix algebra, geometric transformations, more complex 3d, still adding to that game. (This magazine has come a long way since issue one and is entirely progressive.)
|
|
|
|
|
|
|
|
|
|
|
|
|
Tutorial 8 in C by Snowman of Hornet /code/tutors/denthor/tut08new.zip
| 11 Jan 1997 (catalog date)
42,817 bytes
| Download FTP scene.org
| Rating:
| Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)
|
|
|
|
|
|
Tutorial #17 by Denthor of Asphyxia /code/tutors/denthor/tut17.zip
| 11 Jan 1997 (catalog date)
18,411 bytes
| Download FTP scene.org
| Rating:
| Asphyxia VGA demo trainer:Pixel Morphing & Static - Pixel Morphing is similar to the one of the first few things in Crystal Dream II, or imagine the IFS fractal morphing of Verses or Hex Appeal.
|
|
|
|
|
|
|
|
|
|
|
|
|
Bin 2 DB by Escape /code/utils/compiler/bin2db24.zip
| 12 Aug 1997 (catalog date)
12,087 bytes
| Download FTP scene.org
| Rating:
| A bin 2 db util. See my comments to incpro3.zip. Also, take out the "coded in 100% Assembler" line. It's dorky, especially for something whose main function (input/output) is easiest handled by a high level language and whose speed of execution is on the magnitude of 2 seconds.
|
|
tinyRTL by Solar Designer /code/utils/compiler/bpc-trtl.zip
| 10 Jan 1997 (catalog date)
13,314 bytes
| Download FTP scene.org
| Rating:
| A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.
|
|
DeKompress DOS32 by Dark Fibre /code/utils/compiler/dkd32.zip
| 10 Jan 1997 (catalog date)
12,414 bytes
| Download FTP scene.org
| Rating:
| Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.
|
|
GEMA by ? of Sector One /code/utils/compiler/gema16.zip
| 10 Jan 1997 (catalog date)
118,143 bytes
| Download FTP scene.org
| Rating:
| An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(
|
|
GEMA by ? of Sector One /code/utils/compiler/gema26aa.zip
| 10 Jan 1997 (catalog date)
148,691 bytes
| Download FTP scene.org
| Rating:
| An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(
|
|
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.
|
|
Netwide Assembler by Simon Tatham, Julian Hall /code/utils/compiler/nasm094.zip
| 02 Jul 1997 (catalog date)
320,576 bytes
| Download FTP scene.org
| Rating:
| A freeware assembler with good support. People have been switching from TASM to this assembler, especially linux and 68K coders. It is still being supported by the makers so it understands newer op codes, like mmx instructions, so you don't need to get intel's 'macros' for new opcodes.
|
|
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)
|
|
Bin 2 Pal by pneyz of smoof /code/utils/graphics/b2pal100.zip
| 19 Jan 1998 (catalog date)
10,133 bytes
| Download FTP scene.org
| Rating:
| Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?
|
|
|
Vfixppsl - Vesa Fix Pixels Per Scan Line by Saint /code/utils/graphics/vfixppsl.zip
| 12 Jun 1998 (catalog date)
2,392 bytes
| Download FTP scene.org
| | This little TSR sets the number of pixels per scan line to match the x resolution of the visible screen. Usefull for demos / games that assume the logical width of a scan line to be equal to the physical width. Includes ASM source code.
|
|
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)
|
|
|
|
Second Phobia by Noice /demos/1993/0-9/2phobia.zip
| 29 Jun 1996 (catalog date)
182,752 bytes
| Download FTP scene.org
| Rating:
| Released at event TP93 in the demo division and ranked 05
Really nice intro with some bitplane-mapping (& rotating), vectors, vector-dots, etc. There is such a bug, it supports GUS only at 220 (for other base-ports un-pklite this program and change 0x220 (the only one) in code to your base address).
|
|
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....)
|
|
1st Infection by N-Factor /demos/1994/0-9/1infect.zip
| 29 Jun 1996 (catalog date)
788,796 bytes
| Download FTP scene.org
| Rating:
| Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).
|
|
42 by Halcyon /demos/1994/0-9/42.zip
| 29 Jun 1996 (catalog date)
67,994 bytes
| Download FTP scene.org
| Rating:
| Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.
|
|
4 Kings by Orange /demos/1994/0-9/4kings.zip
| 29 Jun 1996 (catalog date)
57,584 bytes
| Download FTP scene.org
| Rating:
| Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unreleased - The Lost Collection by DNA /music/disks/1996/dna-unre.zip
| 29 Jan 1997 (catalog date)
1,310,262 bytes
| Download FTP scene.org
| Rating:
| The file DNA-UNRE.EXE inside this .zip contained the Alfons.1344 virus. The executable was removed on 29 Jan 1997 and repacked.
|
|
|
Chapter X by Radical Rhythms /music/disks/1996/rr_chapx.zip
| 27 Jan 1997 (catalog date)
9,857,222 bytes
| Download FTP scene.org
| Rating:
| Includes 574k UNIVBE .zip file, compressed and uncompressed x-play/x-shell. Most of the music is ok, but they did a _really_ nice job with the interface... give 'em a star just for that. For a disk this large, it's well put together.
|
|
|
Ancient Tracks by Tangerine of T-Rex /music/disks/1996/tan-ant.zip
| 23 Jan 1997 (catalog date)
2,023,579 bytes
| Download FTP scene.org
| Rating:
| This guy is consistenly good and even samples some of his own stuff (a lost art). This pack was released in 1996 but contains his tunes from 1995. I wish I knew what he was doing these days.
|
|
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!
|
|
|
|
|
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.
|
|
|
|
Awave V4.2 by F.M.J. /music/programs/convert/awave42.zip
| 25 Aug 1997 (catalog date)
450,107 bytes
| Download FTP scene.org
| | Audio & instrument file format converter, editor & player. - Convert among - 100 audio file formats - Read the instrument formats of most commercial synthesizers and soundcards - Make high quality conversions between the bank and instrument formats of different synthesizers. - Use it as a 'generic' instrument editor for your wavetable sound card. For some cards this is the *only* one available. - Use it as an audio player - Use it as a simple audio editor.
|
|
|
|
Cubic Player 2.0 Alpha Plus Plus Enhanced Full Version by pascal /music/programs/players/cp20full.zip
| 14 May 1998 (catalog date)
663,963 bytes
| Download FTP scene.org
| | This is the FULL version of Cubic Player 2.0 alpha plus plus enhanced. I took the time to complete this so that people wouldn't have to keep downloading the main player and all the enhancements. If I missed anything, let me know.
|
|
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.
|
|
|
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.
|
|
Mod4win 2.30b Full Version /music/programs/players/m4w230bf.zip
| 14 May 1998 (catalog date)
1,231,435 bytes
| Download FTP scene.org
| | This is Mod4Win 2.30b full version with the updated Player32.dll file. I just took the update and compressed it and tested it out, it worked fine. If there are any problems with the install, let me know and I'll test it out.
|
|
|
Tnt's Mod Player by ByteRaver of TNT, NO-ID /music/programs/players/tnt-mp10.zip
| 21 Apr 1998 (catalog date)
207,724 bytes
| Download FTP scene.org
| | This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines, 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.
|
|
Universal Module Player 32 V0.39a by Terry Chatman of none /music/programs/players/u32-039a.zip
| 15 Jun 1998 (catalog date)
95,572 bytes
| Download FTP scene.org
| | A pretty damn good module player with no quirks. Easy to setup & use. Supports loading of multiple modules, MOD/S3M/XM, Sound Blaster Series, Pro Audio Spectrum Series, & Microsoft Sound System sound cards and compatibles. Download this today
|
|
Universal Module Player V5.99 Rev. D by Terry Chatman aka void of i.TECH /music/programs/players/ump599d.zip
| 11 Jul 1997 (catalog date)
100,166 bytes
| Download FTP scene.org
| | Some consider this THE module player. Supports XM, S3M, MOD, STM, 669, MTM, SB, SBPro, SB16, PAS, PAS plus, PAS16, GUS. Has very nice graphical views and TONS of new features. DOS although works under Win95.
|
|
|
|
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]==+
|
|
Defractor 0.97beta by Neurotix /music/programs/samplers/dfc097.zip
| 11 Oct 1997 (catalog date)
308,071 bytes
| Download FTP scene.org
| | Defractor is Digital Synth with sample generator. Its Sample Generator Engine is based on a 32 Bit float core. It features 2 Oscillator (with 13 waveform), 2 Envelope Generator, Smoothing - Pinch/Punch - Sliding filters, Preview, Overdrive. It save samples in .RAW .WAV and .XI format. Many other feature... Defractor is **FREEWARE**
|
|
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.
|
|
|
16 Fix by Zest /music/programs/trackers/16fix.zip
| 14 Mar 1997 (catalog date)
4,878 bytes
| Download FTP scene.org
| | Fixes the problem with loading *.RAW 16-bit mono sound files into fasttrackerii -- having to press "16-bit" and "no" every time you load a sound, can get boring. this program replaces all your *.RAW files with *.IFF sounds, that load into fasttracker without any fuss. The search for *.RAW files is recursive, i.e. all sub-directories beneath the one you are fix'ing, will be fix'ed too .. careful!! the original .RAW files are ERASED. also, if you have other than 16-bit sound files in your collection, you should sort them first, placing your 16-bit files in a seperate directory, before using FIX. This program is freeware. Enjoy :)
|
|
|
|
Metabolic Virtual File System 1.0 by Slater of Metabolic /music/programs/unusual/mvfs.zip
| 12 Jun 1997 (catalog date)
36,850 bytes
| Download FTP scene.org
| | MetaBolic Virtual File System is a set of DOS-based utilities which allow a user to create virtual links to files. This way a file can be present many times on your harddisk while using diskspace only once. The system is transparant to existing and future applications. Virtual files can be accessed just as if they were real 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.
|
|
Vibe Control Center V1.01 by Logos of Charlie Brown Records /music/programs/unusual/vibe101.zip
| 06 Jun 1997 (catalog date)
618,214 bytes
| Download FTP scene.org
| | Vibe Control Center is a program which enlightens the work of the (music-)group manager. VCC has a powerful (paradox-based) database in which all the group- data can be entered. With this information VCC can easily print fancy text-files in the format you have designed with the powerful (html-alike) text-structuring language. VCC can also pack your releases or disks with the push of a button, WITH the info-files that carry the latest of your group its information. No more endlessly preparing an info-file for a musicdisk or release, just push that button. By downloading Vibe, you have earned a good night sleep, Logos
|
|
Tr-808 Patches For The Gus by Tek of OTM /music/samples/808_gus.zip
| 20 Sep 1997 (catalog date)
153,835 bytes
| Download FTP scene.org
| | These aren't samples from a true 808, they're from the RB-338. They do, however, sound REALLY close, are sampled at 44.1kHz/16bit, and sound a lot better than any of the other 808 patch sets I've heard. You may want to adjust the volumes a bit: they're all maximized. Included are kick, snare, clap, hihat (open and closed), crash cymbal, cowbell, and maracas. Sorry if you wanted the toms or congas or anything else, but I got lazy... Maybe I'll put those out soon.
|
|
Sweeped Analog Pack 1 by DotH of MultiDimensional /music/samples/anpck1.zip
| 18 Jan 1998 (catalog date)
1,810,112 bytes
| Download FTP scene.org
| | Samples for quality tracking rendered in various synth emulators. This range of samples is different from other sample packs in that it has only 2 sample types but they are included in the pack as sweeped progressively samples. This will help trackers create more realistic analog sounding sweeps. There are 2 diferent rages of samples, "distorted" (14 samples) and "psychoactive pulse" (16 samples). All samples are 16 bit at 44.1Khz WAV.
|
|
Sweeped Analog Pack 2 by DotH of MultiDimensional /music/samples/anpk2.zip
| 18 Jan 1998 (catalog date)
1,743,715 bytes
| Download FTP scene.org
| | Samples for quality tracking rendered in various synth emulators. This range of samples is different from other sample packs in that it has only 2 sample types but they are included in the pack as sweeped progressively samples. This will help trackers create more realistic analog sounding sweeps. There are 2 diferent rages of samples, "Filtered saw bass" (11 samples) and "bright resonance bass" (15 samples). All samples are 16 bit at 44.1Khz WAV.
|
|
|
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.
|
|