├── ExampleUser ├── Examples │ └── ExampleUser_Examples.scd ├── README.md └── SynthDefs │ └── ExampleUser_SynthDefs.scd ├── README.md ├── co34pt ├── Examples │ └── co34pt_SynthDef_Examples.scd └── SynthDefs │ └── co34pt_synthdefs.scd ├── contributors.md └── licensecode.txt /ExampleUser/Examples/ExampleUser_Examples.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/ExampleUser/Examples/ExampleUser_Examples.scd -------------------------------------------------------------------------------- /ExampleUser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/ExampleUser/README.md -------------------------------------------------------------------------------- /ExampleUser/SynthDefs/ExampleUser_SynthDefs.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/ExampleUser/SynthDefs/ExampleUser_SynthDefs.scd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/README.md -------------------------------------------------------------------------------- /co34pt/Examples/co34pt_SynthDef_Examples.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/co34pt/Examples/co34pt_SynthDef_Examples.scd -------------------------------------------------------------------------------- /co34pt/SynthDefs/co34pt_synthdefs.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/co34pt/SynthDefs/co34pt_synthdefs.scd -------------------------------------------------------------------------------- /contributors.md: -------------------------------------------------------------------------------- 1 | # List of contributors 2 | 3 | - co34pt 4 | -------------------------------------------------------------------------------- /licensecode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theseanco/awesome-synthdefs/HEAD/licensecode.txt --------------------------------------------------------------------------------