From 2afedcd3e7add2cb69a5aa9d42fcf61c2a403d89 Mon Sep 17 00:00:00 2001 From: sergeych Date: Mon, 13 Oct 2025 15:19:26 +0400 Subject: [PATCH] added readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4878e8 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Tuba synthesizer + +If you are interested, leave an issue at +[project home](https://gitea.sergeych.net/SergeychWorks/karabass). + + +This is proof-of-concept synthesizer of the tuba musical instrument. It synthesizes +the sound from characteristical overtones, not from real instrument samples or FM synthesis. +It also uses more or less proper envelope and more effects to make it recognizable. + +Current limitations: + +- slow response, like real tube, it gets some time to produce sound and hardly can play short notes.