Search for "Tran": 226 matches

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

Transparent Motion Blur Phong by Rex Deathstar of Waterlogic
/code/3d/trifill/phong/mphong.zip
05 Oct 1996 (catalog date)
110,301 bytes
Download FTP scene.org
Rating:

F. mod docs by Firelight
/code/audio/docs/fmoddoc.zip
10 Jan 1997 (catalog date)
83,795 bytes
Download FTP scene.org
Rating:
Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.

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.

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.

Amnesia Vector source by Tran of Renaissance
/code/demosrc/demos/as.zip
10 Jan 1997 (catalog date)
7,047 bytes
Download FTP scene.org
Rating:
The sources for the temple vector part of Amnesia - Sparce comments. Tight code, but probably only understandable by those who have written atleast a simple vector system and familiar with pmode. Certainly good code, but I question its usefulness to those who read it.

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.

Timeless source by Tran
/code/demosrc/demos/timesrc.zip
10 Jan 1997 (catalog date)
356,568 bytes
Download FTP scene.org
Rating:
Source for Tran's timeless demos - Curiously better than Tran's other source releases. If you intend to figure out how it works, I suggest you start at line 127 of v.asm. Few comments, but excellent source.

Yann's 3d by Yann of Iguana
/code/effects/3d/yanns3d.zip
10 Jan 1997 (catalog date)
84,060 bytes
Download FTP scene.org
Rating:
Source for some random effect - Same effect coded in real mode and with Tran's pmode extender. I can't think of a use for the source.

Transparent Plasma/Image Warp by Death Star of Waterlogic
/code/effects/plasma/plaswarp.zip
05 Oct 1996 (catalog date)
59,442 bytes
Download FTP scene.org
Rating:

Transparency Tutorial by Sirmikey of Chaotic Order
/code/effects/transpar/transpar.zip
05 Oct 1996 (catalog date)
290,156 bytes
Download FTP scene.org
Rating:
w/WATCOM C source - Doesn't run. Nice explanation/code

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

PMODE by Tran
/code/hardware/pmode/pm-11-94.zip
10 Jan 1997 (catalog date)
81,994 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE by Tran
/code/hardware/pmode/pmode307.zip
10 Jan 1997 (catalog date)
54,781 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE/W by Tran, Daredevil
/code/hardware/pmode/pmw133.zip
10 Jan 1997 (catalog date)
143,190 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode C programming - Works with the Watcom C compiler as a replacement for their protected mode system. Has it's tradeoffs with their (Watcom's) system.

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.

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
A tweak mode for high color resolution on a VGA - Great explanation of how to set up such a video mode. Pre-dates illumanati and ambience by Tran.

The Mag by Spellcaster
/code/mags/mag10.zip
01 Jul 1997 (catalog date)
114,192 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, elementary 3d, other stuff.

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

PMODE/W v1.24 DOS Extender for Watcom C/C++ by Daredevil, Tran of Renaissance
/code/pmode/pmw124.zip
21 Apr 1997 (catalog date)
136,756 bytes
Download FTP scene.org

Basic To Assembly Translator by Kevin Diggins
/code/utils/compiler/basm10.zip
26 Feb 1998 (catalog date)
297,077 bytes
Download FTP scene.org
Rating:
Creates an assembly listing out of a basic listing.

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

Hell by Tran
/demos/1993/h/hell.zip
29 Jun 1996 (catalog date)
902,405 bytes
Download FTP scene.org
Rating:

Trance by CCS
/demos/1993/t/trance.zip
29 Jun 1996 (catalog date)
677,402 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 10

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

Ambience (Timeless 2) by Tran
/demos/1994/a/ambience.zip
29 Jun 1996 (catalog date)
361,610 bytes
Download FTP scene.org
Rating:

Klara 31 by Trance
/demos/1994/k/klara.zip
29 Jun 1996 (catalog date)
478,933 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Timeless (fix) by Tran
/demos/1994/t/timefix.zip
29 Jun 1996 (catalog date)
883 bytes
Download FTP scene.org
Rating:

Timeless by Tran
/demos/1994/t/timeless.zip
29 Jun 1996 (catalog date)
156,741 bytes
Download FTP scene.org
Rating:

Strange Feelings by Extreme
/demos/1994/x/x3m_sf.zip
29 Jun 1996 (catalog date)
191,152 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked ??

Equality by Trance
/demos/1995/e/equality.zip
24 May 1998 (catalog date)
87,528 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the demo division and ranked EE

Joint Venture by Tribit, Trance
/demos/1995/j/joint.zip
30 Jun 1996 (catalog date)
54,745 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

Transgression by MFX
/demos/1995/m/mfx_tgr.zip
08 Feb 1997 (catalog date)
53,594 bytes
Download FTP scene.org
Rating:
Released at event AGR95 in the i128 division and ranked 02

Intrance by Phantom Design
/demos/1995/p/ptm-intr.zip
03 May 1998 (catalog date)
675,336 bytes
Download FTP scene.org
Rating:
486,,GUS,

Trans Cheddar Express by DCB
/demos/1996/d/dcb_tcef.zip
30 Jun 1996 (catalog date)
1,349,051 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 01

Entrance by Sigmatic of Jello
/demos/1996/e/entrance.zip
30 Jun 1996 (catalog date)
475,354 bytes
Download FTP scene.org
Rating:

Luminati by Tran, Basehead
/demos/1996/l/luminati.zip
30 Jun 1996 (catalog date)
508,765 bytes
Download FTP scene.org
Rating:

Transgression 2 by MFX
/demos/1996/m/mfx_tgr2.zip
30 Jun 1996 (catalog date)
56,779 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked 03

Transformation by Black Rainbow
/demos/1997/b/br_trans.zip
04 Jul 1998 (catalog date)
2,643,414 bytes
Download FTP scene.org
Rating:

I Feel Good by Tranze
/demos/1997/f/feelgood.zip
23 Jul 1997 (catalog date)
657,221 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked XX
,,GUS/SB/PAS,

Born Strange by Fuse
/demos/1997/f/fse_born.zip
28 Mar 1997 (catalog date)
699,193 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the demo division and ranked ??
COMA ripoff - DX4/120,,GUS/SB/PAS,

Transmogrification by Blocc
/demos/1997/t/trans.zip
12 Jan 1998 (catalog date)
202,601 bytes
Download FTP scene.org
Rating:

Transmogrification 2 by Blocc
/demos/1997/t/trans2.zip
07 Feb 1998 (catalog date)
59,863 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in64 division and ranked 15
,VESA,GUS,

Transmission by AM
/demos/1998/a/am_trans.zip
15 Aug 1998 (catalog date)
700,539 bytes
Download FTP scene.org
Rating:
Released at event COV98 in the demo division and ranked 03
486-66,,GUS/SB/PAS,4MB

Dimensions by Transdimensional
/demos/1998/t/td-dimen.zip
26 Sep 1998 (catalog date)
3,069,110 bytes
Download FTP scene.org
Rating:
P133,VESA,GUS/SB/PAS,12MB

VGA Pack by Fred Beltran
/graphics/disks/1996/fredpack.zip
04 Jul 1996 (catalog date)
264,703 bytes
Download FTP scene.org
Rating:

Strange Bondage by Tenshy, Shocker
/graphics/images/1995/s/strange.zip
04 Jul 1996 (catalog date)
40,368 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the grfx division and ranked 07

Strange Fauna by Mom, TR
/graphics/images/1996/s/strfauna.zip
24 Jun 1997 (catalog date)
631,027 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grtc division and ranked 10
640x480x16m

Strange World by Time Rider of The Realtime Crew
/graphics/images/1997/m/mek-169.zip
18 May 1998 (catalog date)
431,158 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the grtc division and ranked ??
640x480x16m

Inanimate, Tranquil Vastness by Ody of Cromatics
/graphics/images/1998/i/inanimat.zip
28 May 1998 (catalog date)
408,715 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 35
640x320x16m

Estranged by Khyron
/music/contests/mc2/veteran/v-estrng.zip
09 Nov 1996 (catalog date)
219,589 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V03

Transmission by Scott
/music/contests/mc4/veteran/m4v-tran.zip
10 Nov 1996 (catalog date)
185,998 bytes
Download FTP scene.org
Released at event MC4 in the mmul division and ranked XX

Trans
/music/contests/mc5/intermed/m5i-trns.zip
29 Aug 1997 (catalog date)
310,869 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Lust Maker by McScooter of TRANCEMATRIX
/music/contests/mc5/rookie/m5r-lust.zip
29 Aug 1997 (catalog date)
116,083 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tranquil Memory by Realm Dweller
/music/contests/mc5/rookie/m5r-tqmm.zip
29 Aug 1997 (catalog date)
111,661 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Trance Dreams by Magnesium
/music/contests/mc5/rookie/m5r-trdm.zip
29 Aug 1997 (catalog date)
40,137 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Light Sleep by TranZistor
/music/contests/mc6/intermed/m6i-lisl.zip
28 Mar 1999 (catalog date)
158,223 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Orange Trance by kROKar
/music/contests/mc6/intermed/m6i-orgt.zip
28 Mar 1999 (catalog date)
536,906 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Space Transistor by Da NME!
/music/contests/mc6/veteran/m6v-stor.zip
28 Mar 1999 (catalog date)
511,447 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Transplant by Protocol
/music/contests/mc6/veteran/m6v-tplt.zip
28 Mar 1999 (catalog date)
749,329 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Estranged by Khyron
/music/contests/mc_winners/v-estrng.mod
28 Mar 1999 (catalog date)
311,858 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V03

Estranged by Khyron
/music/contests/mc_winners/v-estrng.mp3
28 Mar 1999 (catalog date)
2,312,986 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V03

Fantasy by Tran
/music/disks/1994/fantasy.zip
11 Jun 1998 (catalog date)
443,871 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Lost in Trancentral EP vol.1 by Cosmic
/music/disks/1995/cos-ep1.zip
26 Jul 1996 (catalog date)
2,747,331 bytes
Download FTP scene.org
Rating:

Trancescrambled Egg 2 by EGG, Kosmic
/music/disks/1995/egg-trnc.zip
18 Sep 1996 (catalog date)
4,833,185 bytes
Download FTP scene.org
Rating:

Twilight Transit by TIME
/music/disks/1995/t-trnsit.zip
26 Jul 1996 (catalog date)
1,822,539 bytes
Download FTP scene.org
Rating:

Strange Noize by Corpse of HRg
/music/disks/1996/c-snoise.zip
29 Jun 1997 (catalog date)
1,344,233 bytes
Download FTP scene.org
Rating:

MFX - Compilation 6 by MFX
/music/disks/1996/mfx_co6.zip
27 Jan 1997 (catalog date)
890,618 bytes
Download FTP scene.org
Rating:
Wierd slow trancy type tunes... long samples... no interface. Very odd. Very, very odd.

Metro Transit by Jesse Dangerously of Happy Phat Klan
/music/disks/1997/jd-metro.zip
08 Jul 1998 (catalog date)
2,960,983 bytes
Download FTP scene.org

Blasphematory Transmittal by Period3 of Klexikal
/music/disks/1997/p3-bt.zip
13 Apr 1997 (catalog date)
2,178,917 bytes
Download FTP scene.org

Strange Customs by Blacknova,Broam,Deezay,GreatFox,Lizard,RS3 of Exiles
/music/disks/1998/e_custom.zip
18 Aug 1998 (catalog date)
3,654,827 bytes
Download FTP scene.org

Sampled V1.24 by Neurodancer
/music/programs/samplers/sampl124.zip
27 May 1998 (catalog date)
405,907 bytes
Download FTP scene.org
A full-featured DOS sound-editor, with lots of effects such as spectrum editing (directly edit sound spectra using loads of tools), Time Variable Filters (low/high/band-pass/stop), Am, fm, flanger, reverberation room, robotize, compressor/expander, morph, echo-killer, strange effects (String-ize, Voice Modifier, TVShifter, Robotize), all the other 'standard' wave-editing tools (delay,resample,level-control,etc...)

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.

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.

Dark Moonlight by Tran
/music/songs/1992/darkmoon.zip
14 Mar 1997 (catalog date)
22,448 bytes
Download FTP scene.org
Rating:
(669)

Xypher by Tran
/music/songs/1992/xypher.zip
14 Mar 1997 (catalog date)
95,384 bytes
Download FTP scene.org
Rating:
(669)

Trans Atlantic by Lizardking
/music/songs/1993/trnsatln.zip
23 Sep 1996 (catalog date)
221,885 bytes
Download FTP scene.org
Rating:
(MOD)

Trance by Bloody Bastard
/music/songs/1995/b/bb-trnce.zip
09 Apr 1997 (catalog date)
147,376 bytes
Download FTP scene.org
Rating:
(XM)

Sea Of Dreams by Trancer of BFG
/music/songs/1995/b/bfg-sod.zip
30 Oct 1997 (catalog date)
70,676 bytes
Download FTP scene.org
Rating:
(S3M)

The Last Sunset by Trancer of BFG
/music/songs/1995/b/bfg-tls.zip
30 Oct 1997 (catalog date)
95,943 bytes
Download FTP scene.org
Rating:
(S3M)

Trance Monks by Chronic
/music/songs/1995/c/chr_monk.zip
16 Sep 1996 (catalog date)
390,938 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked XX
(MOD)

Tranzie The Raver by Doxx
/music/songs/1995/d/do_tranz.zip
28 May 1997 (catalog date)
253,536 bytes
Download FTP scene.org
Rating:
(XM)

Trance by Electric Sheep
/music/songs/1995/e/es_tranc.zip
21 Sep 1996 (catalog date)
240,091 bytes
Download FTP scene.org
Rating:
(XM)

Strange Forces Rising by Scirocco
/music/songs/1995/f/forces.zip
21 Sep 1996 (catalog date)
224,388 bytes
Download FTP scene.org
Rating:
(XM)

Entranced by Rob Doell
/music/songs/1995/g/gl-trnce.zip
21 Sep 1996 (catalog date)
488,267 bytes
Download FTP scene.org
Rating:
(XM)

Happy Trance by Thunderbass
/music/songs/1995/h/haptranc.zip
11 Sep 1996 (catalog date)
168,391 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the mmul division and ranked 03
(XM)

Strange II by Undertaker
/music/songs/1995/h/hd-stng2.zip
18 Sep 1996 (catalog date)
175,714 bytes
Download FTP scene.org
Rating:
(S3M)

Illusion by Trance
/music/songs/1995/i/illusion.zip
16 Sep 1996 (catalog date)
172,917 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked XX
(MOD)

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

Tranquility by Leviathan
/music/songs/1995/k/k_tranq.zip
18 Sep 1996 (catalog date)
167,237 bytes
Download FTP scene.org
Rating:
(S3M)

Music For A Transient Planet by Maelcum
/music/songs/1995/k/k_trans.zip
16 Sep 1996 (catalog date)
231,778 bytes
Download FTP scene.org
Rating:
(MTM)

Strange Vector by The Kraken
/music/songs/1995/k/krknsvct.zip
21 Sep 1996 (catalog date)
806,253 bytes
Download FTP scene.org
Rating:
(XM)

World Of Trance by cyclone of questor
/music/songs/1995/l/lod-wot.zip
19 Jul 1997 (catalog date)
529,793 bytes
Download FTP scene.org
Rating:
(XM)

A Strange Vision by Mystical
/music/songs/1995/m/m-vision.zip
18 Sep 1996 (catalog date)
109,584 bytes
Download FTP scene.org
Rating:
(S3M)

Night Train Jazz by Soundwave
/music/songs/1995/n/nightran.zip
18 Sep 1996 (catalog date)
103,454 bytes
Download FTP scene.org
Rating:
(S3M)

Astral Transgression by Tangerine
/music/songs/1995/o/ol-astr.zip
25 Jan 1997 (catalog date)
276,374 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the mmul division and ranked 08
(S3M)

One Tranced Breath by JR Brewin
/music/songs/1995/o/onebreth.zip
21 Sep 1996 (catalog date)
1,838,667 bytes
Download FTP scene.org
Rating:
(XM)

Transcendence by Pinion
/music/songs/1995/p/pn-trans.zip
19 Sep 1996 (catalog date)
106,388 bytes
Download FTP scene.org
Rating:
(S3M)

Cybertrance by Procyon
/music/songs/1995/p/pr-cyber.zip
19 Sep 1996 (catalog date)
223,661 bytes
Download FTP scene.org
Rating:
(S3M)

Primitive 42 Pulse by Heatbeat
/music/songs/1995/p/primitiv.zip
11 Feb 1997 (catalog date)
267,555 bytes
Download FTP scene.org
Rating:
(MOD) strange techno, lots of variety

Zulu Trance by DJ Skyjump
/music/songs/1995/s/sky_zulu.zip
20 Sep 1996 (catalog date)
463,966 bytes
Download FTP scene.org
Rating:
(S3M)

Tranze Contamination by Solaris
/music/songs/1995/s/sol-con.zip
21 Sep 1996 (catalog date)
242,158 bytes
Download FTP scene.org
Rating:
(XM)

Trans Playground by Prophet
/music/songs/1995/t/trancepl.zip
16 Sep 1996 (catalog date)
579,422 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the m4ch division and ranked 14
(MOD)

Transmition Assimilate by Blurry
/music/songs/1995/t/trans.zip
20 Sep 1996 (catalog date)
330,173 bytes
Download FTP scene.org
Rating:
(S3M)

In Transit by Krystall
/music/songs/1995/t/transit.zip
20 Sep 1996 (catalog date)
91,638 bytes
Download FTP scene.org
Rating:
(S3M)

Tranquility Within by Vicious
/music/songs/1995/v/v-trnqil.zip
21 Sep 1996 (catalog date)
212,802 bytes
Download FTP scene.org
Rating:
(XM)

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

Trance Formation by Zetec
/music/songs/1996/c/cod-tfrm.zip
09 Apr 1997 (catalog date)
253,178 bytes
Download FTP scene.org
(XM)

Stranded In Space by Dynamite of The Lost Patrol
/music/songs/1996/d/dn-stris.zip
30 Jul 1997 (catalog date)
27,514 bytes
Download FTP scene.org
(S3M)

File Transfer by Dynamite of The Lost Patrol
/music/songs/1996/d/dn-trans.zip
31 Aug 1997 (catalog date)
304,454 bytes
Download FTP scene.org
(S3M)

Mellow Trance by Plastik
/music/songs/1996/f/fdn-melo.zip
22 Sep 1996 (catalog date)
80,652 bytes
Download FTP scene.org
Rating:
(S3M)

Diamond In Your Soul by Basehead of Five Musicians
/music/songs/1996/f/fm-diys.zip
01 Feb 1997 (catalog date)
461,038 bytes
Download FTP scene.org
Rating:
(IT) Judicious use of pitch-shifting and chordal inversion, along with a crisp 135bpm trance groove, bodes well for the success of this piece. Look to order 0x28h and beyond for some nice polychordal sequences. 'Tis k-rad shit.

Transoniq by Glitch
/music/songs/1996/g/gl-trans.zip
22 Sep 1996 (catalog date)
860,125 bytes
Download FTP scene.org
Rating:
(XM)

Grave Trance by Fallacy
/music/songs/1996/g/gtrance.zip
07 Aug 1997 (catalog date)
121,264 bytes
Download FTP scene.org
Rating:
(XM)

Halodrome by Pest of Tranze
/music/songs/1996/h/halodrme.zip
22 Sep 1996 (catalog date)
279,029 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the mmul division and ranked 08
(XM)

Transfer by Hunz
/music/songs/1996/h/hnz-tran.zip
22 Sep 1996 (catalog date)
117,929 bytes
Download FTP scene.org
Rating:
(MOD)

Stranglehold by Wave
/music/songs/1996/j/jt_strng.zip
02 Feb 1997 (catalog date)
4,394 bytes
Download FTP scene.org
Rating:
(XM)

Off Trance Techno 3 by Jazz
/music/songs/1996/j/jz-oft3.zip
24 Jan 1997 (catalog date)
522,165 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the mmul division and ranked XX
(XM)

Trance Thru the Night by Leroy
/music/songs/1996/l/lry_tran.zip
23 Aug 1996 (catalog date)
169,899 bytes
Download FTP scene.org
Rating:
(XM)

Strange Comings EP by Dreamfish
/music/songs/1996/m/m_stra.zip
23 Jul 1996 (catalog date)
289,858 bytes
Download FTP scene.org
Rating:
(MOD)

MasteTrance by SoundMaster
/music/songs/1996/m/mastranc.zip
22 Sep 1996 (catalog date)
430,012 bytes
Download FTP scene.org
Rating:
(XM)

Transgressic by Melwyn
/music/songs/1996/m/mw_trans.zip
15 Mar 1997 (catalog date)
47,367 bytes
Download FTP scene.org
Released at event DML96B in the mfst division and ranked 03
(XM)

Trancemaster by Nexus
/music/songs/1996/n/nex-mast.zip
26 Jan 1997 (catalog date)
662,734 bytes
Download FTP scene.org
Rating:
(IT)

Indefinite Transformation by shawn202 of NOISE
/music/songs/1996/n/no-it.zip
22 Sep 1996 (catalog date)
100,418 bytes
Download FTP scene.org
Rating:
(IT)

Transfinite by Nova
/music/songs/1996/n/nv-trans.zip
04 Aug 1996 (catalog date)
226,609 bytes
Download FTP scene.org
Rating:
(S3M)

Tranquil Minds by Nitzer
/music/songs/1996/n/nz_tmind.zip
08 Apr 1997 (catalog date)
562,121 bytes
Download FTP scene.org
(XM)

cherub by Pharoah
/music/songs/1996/p/phr-cher.zip
11 Feb 1997 (catalog date)
580,865 bytes
Download FTP scene.org
Rating:
(IT)strange techno

Integration (cosmix) by Phorte
/music/songs/1996/p/pht-int.zip
11 Feb 1997 (catalog date)
481,507 bytes
Download FTP scene.org
Rating:
(XM) strange demo/house music

Transformers (remix) by Freejack
/music/songs/1996/p/pxform.zip
30 Aug 1996 (catalog date)
623,114 bytes
Download FTP scene.org
Rating:
(IT)

Radio Trancemission by COM
/music/songs/1996/r/raf-radi.zip
17 Nov 1996 (catalog date)
737,575 bytes
Download FTP scene.org
Rating:
(XM)

Trancediction by Zovirax
/music/songs/1996/r/raf-tdic.zip
22 Sep 1996 (catalog date)
195,136 bytes
Download FTP scene.org
Rating:
(XM)

Rifiled Trance by D.J. Crazy
/music/songs/1996/r/rifiled.zip
15 Mar 1997 (catalog date)
247,690 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked XX
(IT)

Trance Vision by Kobb of Space Invaders
/music/songs/1996/s/s-trance.zip
09 Apr 1997 (catalog date)
129,279 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)

Trance Mission by Imprision
/music/songs/1996/t/trance.zip
19 Mar 1997 (catalog date)
291,655 bytes
Download FTP scene.org
(S3M)

Trance-X Vibes by Xpeh
/music/songs/1996/t/txv.zip
14 Feb 1997 (catalog date)
191,270 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the mmul division and ranked DD
(MOD)

Maelstrom (transexotic remyx) by Almighty One
/music/songs/1997/a/a1_storm.zip
18 Mar 1997 (catalog date)
526,125 bytes
Download FTP scene.org
(S3M)

The Apex Trance State by Ranger Rick of FTMI Studios
/music/songs/1997/a/apex.zip
24 May 1997 (catalog date)
316,652 bytes
Download FTP scene.org
(IT)

Translucence by Arcturus of Shattered Fixtures
/music/songs/1997/a/as_trans.zip
04 Jul 1997 (catalog date)
297,764 bytes
Download FTP scene.org
(IT)

Transitions by Bibby
/music/songs/1997/b/bib-trns.zip
17 Mar 1997 (catalog date)
136,044 bytes
Download FTP scene.org
(IT)

Mosaic Tranceformation by Corpse, dark Freddy of Hellraiser Group
/music/songs/1997/c/c-df-mtf.zip
26 Jun 1997 (catalog date)
642,956 bytes
Download FTP scene.org
(IT)

Strange Noises by castman
/music/songs/1997/c/cm-wow.zip
22 Sep 1997 (catalog date)
338,728 bytes
Download FTP scene.org
(S3M)

Fission Transmission by Farmer
/music/songs/1997/f/fission.zip
29 Jun 1997 (catalog date)
602,278 bytes
Download FTP scene.org
(IT)

Volume by Hunz of Five Musicians
/music/songs/1997/f/fm-volum.zip
04 Aug 1997 (catalog date)
798,256 bytes
Download FTP scene.org
Rating:
Very strange: I couldn't stop listening to it, though. (XM)

Transwave by Jazz, Motion of PM, SCX
/music/songs/1997/j/jz-tw.zip
09 Feb 1999 (catalog date)
552,096 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked ??

Trancelight by Super Slimer of Metamorph
/music/songs/1997/m/mm_light.zip
06 Apr 1997 (catalog date)
467,122 bytes
Download FTP scene.org
(XM)

Necrotrance by Muscle
/music/songs/1997/m/ms_ntrnc.zip
11 Aug 1997 (catalog date)
298,334 bytes
Download FTP scene.org
(S3M)

Insomniac by Zinc
/music/songs/1997/p/p_insomn.zip
11 Feb 1997 (catalog date)
482,790 bytes
Download FTP scene.org
Rating:
(IT) strange progressive techno

Strange Days by Linus of phd
/music/songs/1997/p/phd_stra.zip
10 May 1997 (catalog date)
187,836 bytes
Download FTP scene.org
(MOD)

I Love You - Trance You Down Into Happier State Remix by Psychad of Obvious
/music/songs/1997/p/psy_love.zip
02 Jun 1997 (catalog date)
488,597 bytes
Download FTP scene.org
(XM)

Tranceposision Up by Quantum
/music/songs/1997/q/q-mindfx.zip
13 Apr 1997 (catalog date)
233,999 bytes
Download FTP scene.org
(IT)

Transposition Up by Quantum
/music/songs/1997/q/q-transp.zip
13 Apr 1997 (catalog date)
508,330 bytes
Download FTP scene.org
(IT)

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

Space Trancemission. by Cap Solo
/music/songs/1997/s/solo_har.zip
12 Apr 1997 (catalog date)
326,079 bytes
Download FTP scene.org
(IT)

Sea Of Tranquility V1.2 by Cosmic Eclipse
/music/songs/1997/s/sot.zip
15 Apr 1997 (catalog date)
416,226 bytes
Download FTP scene.org
(XM)

Strangled by ob1, ely
/music/songs/1997/s/sps_stra.zip
26 Jul 1997 (catalog date)
456,900 bytes
Download FTP scene.org
(XM)

February by Stranger of X-Zone
/music/songs/1997/s/str-feb.zip
08 Apr 1997 (catalog date)
176,921 bytes
Download FTP scene.org
(XM)

Strange Reality by Richard Hoffmann
/music/songs/1997/s/str_real.zip
08 Apr 1997 (catalog date)
255,153 bytes
Download FTP scene.org
(XM)

Strange World by Dr. Dreyer of Blasphemy
/music/songs/1997/s/strange.zip
09 Feb 1999 (catalog date)
88,173 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 16

Strange Warp by Oxygener of Defiance
/music/songs/1997/s/strwarp.zip
10 Dec 1998 (catalog date)
403,702 bytes
Download FTP scene.org
Released at event ASM97 in the mmul division and ranked XX

den usynlige ven... by x-otic of q!p, subtrance
/music/songs/1997/s/subc-duv.zip
09 Feb 1999 (catalog date)
308,302 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 14

Trambo Trip by Dionysus of Trance O Mania
/music/songs/1997/t/tom-tram.zip
09 Apr 1997 (catalog date)
101,516 bytes
Download FTP scene.org
(IT)

Trancecore by Wootz of Diatomic Records
/music/songs/1997/t/trancore.zip
11 Jun 1997 (catalog date)
464,389 bytes
Download FTP scene.org
(XM)

The Beat Of Tranquillity by BURKEY
/music/songs/1997/t/tranquil.zip
31 Aug 1997 (catalog date)
119,536 bytes
Download FTP scene.org
(S3M)

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

Transphobia by Jozef Lahoud
/music/songs/1997/t/trphobia.zip
19 May 1998 (catalog date)
319,737 bytes
Download FTP scene.org
(XM)

Killer Must Die by TranZistor of Secret Sound System
/music/songs/1997/t/tz_kmd.zip
28 May 1998 (catalog date)
134,635 bytes
Download FTP scene.org
(XM)

In Trance by Stone Rhino of UnforgiveN
/music/songs/1997/u/ufg-trnc.zip
03 Jun 1997 (catalog date)
53,127 bytes
Download FTP scene.org
(XM)

Unbalanced Transmission by Hannes Nel
/music/songs/1997/u/unbtrnm.zip
02 Jun 1997 (catalog date)
280,689 bytes
Download FTP scene.org
(IT)

Trancehopper by The Atom
/music/songs/1998/a/a-trnchp.zip
17 Sep 1998 (catalog date)
265,950 bytes
Download FTP scene.org
(IT)

Welcome To The Club - Trance Remix by Addic303 of AtmozfearWayz Music Productions
/music/songs/1998/a/a3-wtcr.zip
15 Feb 1998 (catalog date)
893,384 bytes
Download FTP scene.org
Rating:
(XM)

Abnormality by p3st of Tranze
/music/songs/1998/a/abnorm.zip
07 Dec 1998 (catalog date)
228,610 bytes
Download FTP scene.org
Released at event ABD98 in the m4ch division and ranked 09

Tranced Dreams Of Sorrow by bones of wiNk
/music/songs/1998/b/bns-srrw.zip
17 Jan 1998 (catalog date)
367,195 bytes
Download FTP scene.org
(IT)

Crazy Melodian by Cosmic Trance of Mysterious Illusions
/music/songs/1998/c/crazymel.zip
10 Dec 1998 (catalog date)
738,081 bytes
Download FTP scene.org
Released at event AMB98 in the mhse division and ranked DD

Transitory by El Blanco of Chaos Theory
/music/songs/1998/c/ct-trans.zip
12 May 1998 (catalog date)
731,670 bytes
Download FTP scene.org
(IT)

Transition by Goose of Danger High Voltage Records
/music/songs/1998/d/dhv_trn.zip
12 Jul 1998 (catalog date)
747,162 bytes
Download FTP scene.org
(IT)

Strange Dreams by Gimli of Vantage
/music/songs/1998/g/gim_sdrm.zip
23 Sep 1998 (catalog date)
574,451 bytes
Download FTP scene.org
(XM)

Lost In The Translation by Graham the Happy Scum
/music/songs/1998/g/gths-ltr.zip
31 Mar 1998 (catalog date)
156,403 bytes
Download FTP scene.org
(IT)

Trancem by RaveMatej of iNTERLACED bytes
/music/songs/1998/i/ib-rmtrm.zip
12 May 1998 (catalog date)
578,084 bytes
Download FTP scene.org
(XM)

Strange Things by Super Slimer of MetaMorph Productions
/music/songs/1998/m/mm_sthin.zip
16 Jan 1998 (catalog date)
575,080 bytes
Download FTP scene.org
(XM)

The Event Horizon by Nino of DangerHighVoltage Records and Trance-o-Mania
/music/songs/1998/n/nm_hrizn.zip
06 May 1998 (catalog date)
794,348 bytes
Download FTP scene.org
(IT)

Outside The Galaxy by Cosmic Trance of Mysterious Illusions
/music/songs/1998/o/outside.zip
10 Dec 1998 (catalog date)
417,779 bytes
Download FTP scene.org
Released at event AMB98 in the mmul division and ranked 02

Black Transparent by jesterhed of rapture
/music/songs/1998/r/r_btrnsp.zip
07 Jan 1998 (catalog date)
370,028 bytes
Download FTP scene.org
(XM)

Transgenetix by PiCoder of Seaber Designs
/music/songs/1998/s/sed-trg8.zip
25 Feb 1998 (catalog date)
826,664 bytes
Download FTP scene.org
(XM)

Transoceanic by Stimul8
/music/songs/1998/s/st8_troc.zip
26 Sep 1998 (catalog date)
494,234 bytes
Download FTP scene.org
(XM)

Strange'98 by ZombaH
/music/songs/1998/s/strang98.zip
07 Apr 1998 (catalog date)
117,102 bytes
Download FTP scene.org
(XM)

Transdimensional by Icarus of Romusoft
/music/songs/1998/t/transdim.zip
13 Dec 1998 (catalog date)
178,007 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked XX

Apotheosis by TranZistor of Secret Sound System
/music/songs/1998/t/tz_apoth.zip
01 Jun 1998 (catalog date)
165,008 bytes
Download FTP scene.org
(XM)

Baby groove (vauva mix) by p3st of Tranze, Nexus
/music/songs/1998/v/vauva.zip
07 Dec 1998 (catalog date)
316,714 bytes
Download FTP scene.org
Released at event ABD98 in the mmul division and ranked 16

Trancentral Awareness by XLR8R
/music/songs/1998/x/xl_trans.zip
18 Mar 1998 (catalog date)
655,317 bytes
Download FTP scene.org
(IT)

Searching For Love by Xplore of PlasticSurgery
/music/songs/1998/x/xtranc.zip
28 May 1998 (catalog date)
1,147,132 bytes
Download FTP scene.org
(IT)

Somewhere In Holland '95 Party Report by Trance
/party/reports/1995/sih_rep.zip
04 Oct 1996 (catalog date)
43,332 bytes
Download FTP scene.org
Rating:
Released at event SIH95

Strange Style Music Disk by Riders
/tla/disks/1995/r/ridersmd.zip
28 Sep 1996 (catalog date)
513,268 bytes
Download FTP
Rating:

Tranceraver by Datrix Productions
/tla/disks/1996/t/tranrave.zip
15 Sep 1996 (catalog date)
1,531,589 bytes
Download FTP
Rating:

Cybertrance by Rash
/tla/songs/1994/mod/c/cybtran.zip
15 Sep 1996 (catalog date)
84,080 bytes
Download FTP
Rating:
Released at event TP94 in the m4ch division and ranked XX

Final Assault by Stranger
/tla/songs/1994/mod/f/finalas.zip
15 Sep 1996 (catalog date)
71,010 bytes
Download FTP
Rating:
Released at event TP94 in the m4ch division and ranked XX

Jointranconduction by Rash
/tla/songs/1994/mod/j/jointran.zip
15 Sep 1996 (catalog date)
137,971 bytes
Download FTP
Rating:
Released at event TP94 in the m4ch division and ranked XX

Trance Mission by Odysseus, Beat
/tla/songs/1994/other/trance.zip
15 Sep 1996 (catalog date)
130,834 bytes
Download FTP
Rating:
Released at event TP94 in the mmul division and ranked XX
ULT

Coloured by Strange
/tla/songs/1995/mod/c/colour.zip
16 Sep 1996 (catalog date)
4,304 bytes
Download FTP
Rating:

Forever Love by Trance
/tla/songs/1995/mod/f/forever.zip
16 Sep 1996 (catalog date)
362,019 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Feel The Beat by Trance Ambience
/tla/songs/1995/mod/f/ftb.zip
16 Sep 1996 (catalog date)
115,687 bytes
Download FTP
Rating:

Zone Z by Trance
/tla/songs/1995/mod/t/trancezz.zip
16 Sep 1996 (catalog date)
62,788 bytes
Download FTP
Rating:

Vermins Eat Dust by Dr. Strange
/tla/songs/1995/mod/v/vermins-.zip
16 Sep 1996 (catalog date)
76,817 bytes
Download FTP
Rating:
Released at event TP95 in the m4ch division and ranked XX

Trance-Formation by Spleen
/tla/songs/1995/other/sp-tform.zip
24 Sep 1996 (catalog date)
180,764 bytes
Download FTP
Rating:
DMF

Dance To The Trance by Hector
/tla/songs/1995/s3m/d/dnc2trnc.arj
17 Sep 1996 (catalog date)
86,732 bytes
Download FTP
Rating:

Flight Thru Transistence by Lunar
/tla/songs/1995/s3m/f/flight.zip
17 Sep 1996 (catalog date)
65,271 bytes
Download FTP
Rating:

Trance Nation by Nexus
/tla/songs/1995/s3m/n/nex-tn.zip
18 Sep 1996 (catalog date)
135,422 bytes
Download FTP
Rating:

HardTran by DJ Sin
/tla/songs/1995/s3m/t/transin1.zip
20 Sep 1996 (catalog date)
798,699 bytes
Download FTP
Rating:

Dawn of Industry by DJ Sin
/tla/songs/1995/s3m/t/transin6.zip
20 Sep 1996 (catalog date)
114,840 bytes
Download FTP
Rating:

Transin 1 by DJ Sin
/tla/songs/1995/s3m/t/transin_.zip
20 Sep 1996 (catalog date)
685,770 bytes
Download FTP
Rating:

Trance Of Whale by Idaho
/tla/songs/1995/xm/i/ida-trwh.zip
21 Sep 1996 (catalog date)
363,253 bytes
Download FTP
Rating:

Trance Zone by Fortune
/tla/songs/1996/it/f/for_tz.zip
18 Nov 1996 (catalog date)
282,385 bytes
Download FTP
Rating:

Mettran by Moeval
/tla/songs/1996/it/m/mettran.zip
22 Sep 1996 (catalog date)
688,630 bytes
Download FTP
Rating:

A Strange Place by Rod Serling
/tla/songs/1996/it/r/rs_place.zip
01 Oct 1996 (catalog date)
50,745 bytes
Download FTP
Rating:

Strange Dreams by Suicide
/tla/songs/1996/s3m/f/flp-su01.zip
22 Sep 1996 (catalog date)
75,122 bytes
Download FTP
Rating:

Street Trance by Joker
/tla/songs/1996/s3m/s/smi_sttr.zip
09 Oct 1996 (catalog date)
251,989 bytes
Download FTP
Rating:

Trance-4-Mation by Joker
/tla/songs/1996/s3m/s/smi_t4m.zip
09 Oct 1996 (catalog date)
212,523 bytes
Download FTP
Rating:

Trancisors by Introverted Orchestra
/tla/songs/1996/s3m/t/trancise.zip
30 Aug 1996 (catalog date)
643,614 bytes
Download FTP
Rating:

Fly Trance by DJ Kike
/tla/songs/1996/xm/d/dubu90.zip
16 Nov 1996 (catalog date)
282,462 bytes
Download FTP
Rating:

Transformation by Electric Lucidity
/tla/songs/1996/xm/e/el-trans.zip
16 Nov 1996 (catalog date)
617,114 bytes
Download FTP
Rating:

Strange Feelings 96 by FH
/tla/songs/1996/xm/f/fh-sf96.zip
22 Sep 1996 (catalog date)
117,174 bytes
Download FTP
Rating:

Hypnotrance by Ruud
/tla/songs/1996/xm/h/hypnotic.zip
16 Nov 1996 (catalog date)
68,210 bytes
Download FTP
Rating:

Strange Feelings by It-Alien
/tla/songs/1996/xm/i/it-strng.zip
22 Sep 1996 (catalog date)
87,767 bytes
Download FTP
Rating:

Trance Fiction by Spurious
/tla/songs/1996/xm/t/trancex.zip
17 Nov 1996 (catalog date)
296,079 bytes
Download FTP
Rating:

Empire of Electronic Trance by Wonderboy
/tla/songs/1996/xm/w/wb-eofdp.arj
17 Nov 1996 (catalog date)
85,137 bytes
Download FTP
Rating:

Excessive Trance by Utopian Dreamer
/tla/songs/1996/xm/x/xs2.zip
22 Sep 1996 (catalog date)
1,120,145 bytes
Download FTP
Rating: