# Road 

## Files:

- *.sh: Unix shell files to compile DTM scores.
- v[2-4].dtm: DTM scores for verses 2,3,4 to be compiled with make_sco.sh to WAV file with CSound 
- r[1-2].dtm: DTM scores for refrain 1,2 to be compiled with make_midi.sh to WAV file 
- *-head.sco: header files for CSound scores. Used by make_sco.sh
- *.orc: orchestra files for CSound. Used by make_sco.sh
- road.mp3: A full version produced by merging 

## Dependencies

- DTM compiler on [GitLab](https://gitlab.com/andrei.smirnov/dtm) or on [Tectral](https://tectral.com/dtm)
  Copy executable into directory containing dtm files and name it *dtc*.

## Compilation Examples:

- Shell command
```
sh make_midi.sh r1.dtm
```

will produce r1.wav file.


- Shell command
```
sh make_sco.sh v2.dtm
```

will produce v2.wav file.

## Final compilation to MP3

The final MP3 file was created with [Audacity](https://www.audacityteam.org/) by merging audio tracs and WAV files.

