From 6129b3788a258bf0659bcf751152cd31e7ea7fba Mon Sep 17 00:00:00 2001 From: lambda Date: Sat, 13 Sep 2025 23:07:35 +0300 Subject: [PATCH] add files for working with samples --- microsound-explorer/main.scd | 5 +++++ readme.org | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 microsound-explorer/main.scd diff --git a/microsound-explorer/main.scd b/microsound-explorer/main.scd new file mode 100644 index 0000000..1fec91e --- /dev/null +++ b/microsound-explorer/main.scd @@ -0,0 +1,5 @@ +( +~microsound_explorer = ( + +); +) \ No newline at end of file diff --git a/readme.org b/readme.org index 2eab3ee..9aa1305 100644 --- a/readme.org +++ b/readme.org @@ -3,9 +3,11 @@ This repo contains reusable code I often share between my SuperCollider projects * Structure -- NodeDictionary +- *NodeDictionary* Set of Dictionary class extentions for generating nodes from declarative definitions -- quarks +- *quarks* Quarks and Extentions I usally use for projects - +- *microsound-explorer* + Tool for searchg and playing parts of soundfile using basic + granular synth from my DSP library and copy specs