1# Tiny terminal DAW
2
3`ttdaw` is a tiny terminal based digital audio workstation made for fun,
4experimentation and learning more about audio, MIDI and terminal applications
5in general.
6
7## Compile and run
8
9```sh
10make
11./ttdaw -c 28:0 -s soundfonts/general-808.sf2 -p 1
12```
13
14List all available MIDI devices with `acconect -l`.
15
16## Soundfonts
17
18- https://dev.nando.audio/pages/soundfonts.html
19- https://archive.org/details/500-soundfonts-full-gm-sets
20- https://github.com/marmooo/free-soundfonts
21
22## Developer documentation
23
24- https://developer.apple.com/documentation/coremidi
25- https://www.alsa-project.org/alsa-doc/alsa-lib/seq.html
26
27## Additional reading material
28
29- https://www.izotope.com/en/learn/fundamental-frequency-harmonics.html
30