|
|
|
|
|
|
|
|
|
|
|
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!
|
|
|
|
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.
|
|
|
|
|
|
|
|
Gallery Source by ARM of Iguana /code/effects/doom/gallery.zip
| 10 Jan 1997 (catalog date)
593,716 bytes
| Download FTP scene.org
| Rating:
| Source to Iguana's gallery scene from Inconexia (a doom clone) - Nice code, but low accuracy on the maths. Cool pictures, but I saw them the first time, when they were in the Prado. :) I always thought that there should have been an Easter Egg for May 3rd. Run subdirs.exe to get the full source.
|
|
|
small flame by Gaffer of PRoMETHEUS /code/effects/fire/flame160.zip
| 18 Mar 1997 (catalog date)
2,964 bytes
| Download FTP scene.org
| Rating:
| Source for a small fire routine. Doesn't actually work on my computer. To answer a question proposed by the author about size optimization, inc al is bigger than inc ax because intel doesn't have an inc /r8 instruction. inc ax is of the form inc /r16 which compiles to db 40+rw, where rw = 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc al is of the form inc r/m8 and compiles to db FE /1 where /1 = c0 for al, c4 for ah, c1 for bl..., 05 for a memory reference.... See an intel document for more details.
|
|
Chaotic Fractal Screensaver by Magister of Phazix /code/effects/fractal/mfract.zip
| 24 Apr 1998 (catalog date)
16,607 bytes
| Download FTP scene.org
| | A screensaver of sorts (plain DOS only, no Windows 95) that zooms into the Mandelbrot set and animates the Julia set. Source code included. Also includes a text file that explains fractals and how to generate them. Text, assembler, protected-mode.
|
|
|
|
|
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.
|
|
|
|
|
Heart Quake's water source by ARM of Iguana /code/effects/water/hq_water.zip
| 10 Jan 1997 (catalog date)
370,188 bytes
| Download FTP scene.org
| Rating:
| The authoratative source on the water effect - Includes a description of the physics behind the effect and the simplifications done to make the routine run quickly.
|
|
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.
|
|
|
Animation Construction Kit 3D (source) by Lary Myers /code/effects/worlds/acksrc.zip
| 25 Aug 1997 (catalog date)
146,731 bytes
| Download FTP scene.org
| Rating:
| A Wolfenstein-like 3d world engine by Lary Myers, including all sources and a good explanation of how it works. To make it run you also have to download ackkit.zip which contains all the data.
|
|
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
|
|
|
|
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).
|
|
Eclipse operating System v3.05 /code/hardware/pmode/e_os305.zip
| 30 Jun 1998 (catalog date)
1,442,821 bytes
| Download FTP scene.org
| Rating:
| A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler
|
|
System 64 by Simm of Analogue /code/hardware/pmode/s64.zip
| 10 Jan 1997 (catalog date)
61,037 bytes
| Download FTP scene.org
| Rating:
| A DOS protected mode extender - Comes with full source and looks fairly complete including real mode call back support. Worth giving a look at if you'll find it easier to use than Tran's pmode or DOS32.
|
|
|
|
Cutter /code/images/cutter1.zip
| 15 Apr 1997 (catalog date)
68,240 bytes
| Download FTP scene.org
| | Graphics Cutter v1.0 is a scripting language used in cutting graphics from PCX files. Unzip with -d option (subdirectories). Saves palette info, include files, and object files. Object files are stored in MODE 0x13 and MODE X formats. DEMO of bouncing balls included. Source available in registered version.
|
|
|
|
|
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. :)
|
|
|
|
|
|
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. :)
|
|
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.
|
|
Inc Pro by KeLewAN /code/utils/compiler/incpro3.zip
| 12 Aug 1997 (catalog date)
6,818 bytes
| Download FTP scene.org
| Rating:
| A bin 2 include util. A word to the coder, learn to read/write double values, it'll help speed up the assembler. If you were really cool, you'd write a binary to .OBJ converter.
|
|
|
|
|
|
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?)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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!
|
|
|
|
|
|
|
|
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
|
|
|
Cubic Player 2 Appe .it Player Beta 3 by pascal /music/programs/players/cpitpl3b.zip
| 04 Jul 1997 (catalog date)
113,091 bytes
| Download FTP scene.org
| | Cubic Player 2 alpha plus plus enhanced .IT Player beta 3: -fixed it player -fixed wavetable device drivers included -fixed xm player included -needs cp2appe of course
|
|
Cubic Player 2 Appe .mpx Decoder Update 2 by pascal /music/programs/players/cpmpxpl2.zip
| 02 Aug 1997 (catalog date)
55,209 bytes
| Download FTP scene.org
| | Cubic Player 2 alpha plus plus .MPx Decoder update 2: IT player beta release 3 required (CPITPL3B.ZIP). -Layer 3 .WAV support -.MP3 to Layer 3 .WAV converter with source included
|
|
|
|
GMOD v1.3 /music/programs/players/genmod.zip
| 20 Apr 1997 (catalog date)
433,735 bytes
| Download FTP scene.org
| | GMOD V1.3 GENERIC-MODule music player for DOS converts MOD, S3M, MTM, 669, FAR, MED, STM & ULT music files to the new .GDM format & then plays elegent stereo music thru a variety of sound cards (GUS, SB1x, SB2x, SBPro, and PAS) Includes setup and music format conversion utilities. Register and get a 2 disk set with ZIP support/more and free audio CD player. NEW
|
|
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.
|
|
Mi3 Player - Miladin's Mini Midas Mod Player For Win95 And Nt by Miladin Pavlicic /music/programs/players/mi3_10.zip
| 26 Apr 1997 (catalog date)
315,518 bytes
| Download FTP scene.org
| | Mi3 Player is MIDAS based Win32 (Win95 and WinNT) mod player for MOD, S3M and XM formats. Features include playlist support with integrated playlist editor, VU meters with digital and analog look, drag&drop support, context sensitive help...
|
|
Opencp 2.5 by KB /music/programs/players/opencp25.zip
| 24 Jul 1998 (catalog date)
976,379 bytes
| Download FTP scene.org
| | opencp 2.5.0 - cubic player - the next generation, formats: mod, s3m, xm, it, mtm, 669, wow, ult, dmf, ams, mxm, ptm, mdl, okt, wav, mp1, mp2, mp3, sid - playlists: pls, m3u, plt (mikit) - cards: gus, iw, sb, awe, ews, ess, wss, pas, wav-writer, mpx-writer - html docs included, source code available
|
|
Play It V0.02a For Win95 And Winnt by Olivier Aumage /music/programs/players/pliw002b.zip
| 14 Jun 1997 (catalog date)
186,158 bytes
| Download FTP scene.org
| | Impulse Tracker modules player. Runs under Win95 and WinNT. Features are FLOATING POINT mixing routine, Surround, Digital Filter, Volume Ramps. Full source code for BC++ 5.0 included, under GPL license. Pentium or needed.
|
|
|
|
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.
|
|
|
Yamp 2.1 - The Music Player by AKA /music/programs/players/yamp21.zip
| 14 Nov 1997 (catalog date)
1,395,682 bytes
| Download FTP scene.org
| | The player for WAVs (all formats, even compressed ones), MIDs, RMIs, MODs, S3Ms, XMs, ITs and CDs - ZIP support - powerful play lists - command line support for single songs, a number of songs, play lists and folders - Drag'n'Drop for songs, play lists, folders .. - loadable and editable designs, even non-rectangular windows are possible, 41 designs are included - Ok now, read the help file for a longer feature list :) Yamp is freeware.
|
|
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**
|
|
|
|
|
|
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.
|
|
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.
|
|
Juno 106 Pack 1 by DotH of MultiDimensional /music/samples/dothpk1.zip
| 15 Jan 1998 (catalog date)
4,971,232 bytes
| Download FTP scene.org
| | Samples for quality tracking from the juno. The pack includes sweeped synths and bass sounds. Recommended for Techno-Trance-Goa music. contains full sweeps so you can have all the samples needed to make real-like sweeps. All samples are 16 bit at 44.1Khz WAV. Pack contains detailed list of samples.
|
|
|
Mercure Drums by Mercure /music/samples/mrc-drum.zip
| 26 Apr 1997 (catalog date)
1,610,057 bytes
| Download FTP scene.org
| | Here are a few 16 bits, 44.1KHz drums samples for your tracking pleasure, straight from several cds. Credits include: George Duke Terence Trent D'Arby Prince Tone Loc .. and a few others :)
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Snarfs -tm- by Vincent Voois of The Netherlands /music/songs/1997/v/vv_snarf.zip
| 27 Aug 1997 (catalog date)
356,223 bytes
| Download FTP scene.org
| | (IT)Impulse Tracker 2.14 required. (were available since August 16th 1997) This is done on purpose to prevent everyone from using a player for this song. If you want to debug your player: this song can be a nice effort to help you with it, some odd tricks are used in here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|