-=::Emor3j's chiptune radio::=-
User menu
You are not connected.

Sign upSign up
Forgot your password?
Now playing
Natsuki Crisis Battle - A Bloody Mistress
Never rated
00:00 / 41

File "cobblestones.it"

Title : .cobblestones.
Author : Unknown

Platform : PC
Format : Impulse Tracker 2.14v5 IT 2.16

This file has 1 tracks.

This file has been played 0 time(s).
Last played : Never

Uploaded by emor3j on 11 Jan. 2022 - 01:28:30

Rating :

Download

Tracks :

Number Title Last played Played Length Vote
1 .cobblestones. Never Never 455 s

Extra infos

Full tags

Extended Module Player 4.1.0
Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
Using null output
Mixer set to 44100 Hz, 16bit, cubic spline interpolated stereo
Press 'h' for help

Loading modland.com/pub/modules/Impulsetracker/Genosha/cobblestones.it (1 of 1)
Module name : .cobblestones.
Module type : Impulse Tracker 2.14v5 IT 2.16
Module length: 33 patterns
Patterns : 27
Instruments : 22
Samples : 22
Channels : 32 [ 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 0 f 3 8 8 8 ]
Duration : 7min35s
Instruments:
Instrument name Vl Fade Env Ns Sub Gv Vl Fine Xpo Pan Sm
01 .shift-F9 40 0000 --- 00 [ ] -- -- ---- --- --- --
02 40 0000 --- 01 [01] 40 40 +012 +03 P00 01
03 40 0000 --- 01 [01] 40 40 +012 +03 P00 02
04 40 0000 --- 01 [01] 40 40 +075 +00 P80 03
05 40 0000 --- 01 [01] 40 40 +075 +00 P80 04
06 40 0000 --- 01 [01] 40 40 +075 +00 P80 05
07 40 0000 --- 01 [01] 40 40 +075 +00 P80 06
08 40 0000 --- 01 [01] 40 40 +100 +28 P9c 07
09 40 0000 --- 01 [01] 37 40 +100 +28 P6c 08
0a 40 0000 --- 01 [01] 37 40 +100 +28 P7c 09
0b 40 0000 --- 01 [01] 40 40 +100 +28 P74 0a
0c 40 0000 --- 01 [01] 0e 40 +100 +23 P9c 0b
0d 40 0000 --- 01 [01] 27 40 +100 +28 P48 0c
0e 40 0000 --- 01 [01] 21 40 +100 +28 Pa4 0d
0f 40 0000 --- 01 [01] 2b 40 +100 +28 P80 0e
10 40 0000 --- 01 [01] 40 40 +100 +28 Pff 0f
11 40 0000 --- 01 [01] 40 40 +100 +28 Pff 10
12 40 0000 --- 01 [01] 40 40 +100 +28 Pa0 11
13 40 0000 --- 01 [01] 40 40 +100 +28 P94 12
14 40 0000 -F- 01 [01] 37 40 +092 +11 Pff 13
15 40 0000 A-- 01 [01] 14 40 +006 +07 Pff 14
16 40 0000 AF- 01 [01] 32 40 +100 +11 Pff 15

>
> #include <stdio.h>
> #include "functions.h"
>
> #define NAME ".cobblestones."
> #define ARTIST "genosha"
>
> #define LENGTH ( 7.5 ) // Mins
> #define SIZE ( 1.4 ) // Mb
> #define CHANNELS ( 35 )
>
> void main()
> {
> boolean MMX = FALSE;
> boolean CARRY = FALSE;
>
> Do_Check(
> &MMX,
> &CARRY);
>
> printf("\n\n %s by %s", NAME, ARTIST);
>
> printf("\n\n Length = %lf minutes", LENGTH);
> printf("\n Size = %lfMb", SIZE);
> printf("\n Channels = %d", CHANNELS);
>
> if ( (MMX == TRUE)
> && (CARRY == TRUE))
> {
> printf("\n You are ready to go. Listen and enjoy.");
> }
> else
> {
> printf("\n You need MMX and IT2.14 with carry"
> "\n to hear this track correctly. Get"
> "\n the mp3 instead.");
> }
>
> printf("\n\n Thanks for the name sis... ");
>
> /* The song reminded her of cobblestones for
> * some reason. */
>
> }
> .

No related files.