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