home *** CD-ROM | disk | FTP | other *** search
- $ A comment starts at a dollar sign and ends at the next dollar sign.$
-
- $
- You must give the description of 3 sound sequences:
- - the first is used when a line is destroyed;
- - the second is used when you have made the required number of lines;
- - the third is used when a piece appears;
-
- If you want to disable any of sounds, replace its description by 'END'.
-
- Symbols used:
- END: end of the sound sequence;
- SO: change octaves;
- C Cs Db D Ds Eb E F Fs Gb G Gs Ab A As Bb B
- are notes in English notation ('s' for sharp and 'b' for bemol or
- flat);
- do do# reb re re# mib mi fa fa# solb sol sol# lab la la# sib si
- are notes in French notation;
- R(elease) is the silence time after the note;
- Letters below are for the duration (0 is the smallest and not the
- same as no sound);
- U: 0;
- S: 1;
- EI: 2;
- Q: 4;
- H: 8
- W: 16;
- DW: 32.
-
- Writing a song:
- - first, 'SO'(switch octave) plus a number (from 0 to 5);
- - then, notes followed by a letter (U, S...) or an integer which
- gives (divided by 18.2) the duration in second.
- - finally, 'END'.
- $
-
-
- $ Sound sequence for when a line is destroyed $
- SO 3
- C 0
- D 0
- E 0
- F 0
- G 0
- A 0
- B 0
- END
-
- $ Sound sequence for when you have made the required number of lines $
- SO 3
- C 0
- D 0
- E 0
- F 0
- G 0
- A 0
- B 0 R 2
- SO 4
- C 2 R 2
- F 8
- END
-
- $ Sound sequence for when a piece appears $
- SO 1
- C 0
- END
-
-