From bd4eb5c8c462e50fef0d7bbb4aff5baf5f2a7b73 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Mon, 26 Jun 2023 11:24:45 +0200 Subject: [PATCH] tresses 0.1.0 (#834) * Add files via upload * Update tresses-0.1.0.toml --- index/tr/tresses/tresses-0.1.0.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/tr/tresses/tresses-0.1.0.toml diff --git a/index/tr/tresses/tresses-0.1.0.toml b/index/tr/tresses/tresses-0.1.0.toml new file mode 100644 index 00000000..1f9c7fb7 --- /dev/null +++ b/index/tr/tresses/tresses-0.1.0.toml @@ -0,0 +1,26 @@ +name = "tresses" +description = "Synth library inspired by Mutable Instruments Braids" +version = "0.1.0" + +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +tags = ["embedded", "audio", "synthesis", "nostd"] +website = "https://weenoisemaker.com/" +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] + +[[depends-on]] +midi = "~0.2.0" + +[build-switches] +release.runtime_checks = "none" + +[configuration.variables] +Sample_Rate = {type = "Enum", values = ["SR22050", "SR32000", "SR44100", + "SR48000", + "SR96000"],default = "SR44100"} +Resources_Linker_Section = {type = "string", default = ""} + +[origin] +commit = "ea960522ce3b91fb7f31796d51e93ab302511ecf" +url = "git+https://github.com/wee-noise-maker/tresses.git"