home *** CD-ROM | disk | FTP | other *** search
- <x> - x is the number of songs in this album.
- <x0> <x1> <x2> <x3> <x4> <x5> <x6>
- PROG MEL RTH ORCHE DUP_VOICES TEMPO SCALE NAME
-
- PROG,MEL,RTH - the minimum and the maximum are written in bb/btypes.
- they can also be "0".
- ORCHE - the min and the max are written in bb/btypes,
- 0 - is not an orchestration.
- DUP_VOICES - 0 or 1 only. written in bb/btypes.
- TEMPO - MINTEMPO , MAXTEMPO - are written in ourmacros.h.
- (10 - 200)
- SCALE - 'C' = 0 'C#' = 1 ...
-
- NAME - Any characters except blank !!! (instead of blank we are writing "(" ).
- In the program we translate the char "(" to " ".
-