Updated readme with better description

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-07 21:49:31 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-07 21:49:31 +0200
Commit 62d3685a27463c45c36ece8f16a26f3d380a89ae (patch)
-rw-r--r-- README.md 21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
1
# Tiny terminal DAW
1
# Tiny terminal DAW
2
  
2
  
3
`ttdaw` is a tiny terminal based digital audio workstation made for fun and
3
`ttdaw` is a tiny terminal based digital audio workstation made for fun,
4
experimentation and learning more about audio and MIDI in general.
4
experimentation and learning more about audio, MIDI and terminal applications
  
5
in general.
  
6
  
  
7
## Soundfonts
  
8
  
  
9
- https://dev.nando.audio/pages/soundfonts.html
  
10
- https://archive.org/details/500-soundfonts-full-gm-sets
  
11
- https://github.com/marmooo/free-soundfonts
5
  
12
  
6
## Documentations
13
## Developer documentation
7
  
14
  
8
- https://developer.apple.com/documentation/coremidi
15
- https://developer.apple.com/documentation/coremidi
9
- https://www.alsa-project.org/alsa-doc/alsa-lib/seq.html
16
- https://www.alsa-project.org/alsa-doc/alsa-lib/seq.html
10
  
17
  
11
## Reading material
18
## Additional reading material
12
  
19
  
13
- https://www.izotope.com/en/learn/fundamental-frequency-harmonics.html
20
- https://www.izotope.com/en/learn/fundamental-frequency-harmonics.html
14
  
21
  
15
## Soundfonts
  
16
  
  
17
- https://dev.nando.audio/pages/soundfonts.html
  
18
- https://archive.org/details/500-soundfonts-full-gm-sets
  
19
- https://github.com/marmooo/free-soundfonts
  
20