commit 44009d9f518b8cc0630ad6f0702135686247ab97 Author: Mike Lynch Date: Fri Apr 7 14:33:31 2023 +1000 Initial commit of Granulator quark diff --git a/Granulator.quark b/Granulator.quark new file mode 100644 index 0000000..717d175 --- /dev/null +++ b/Granulator.quark @@ -0,0 +1,9 @@ +( + name: "Granulator", + summary: "Wrap up a Granulator synth with some convenient methods", + version: "1.0.0", + schelp: "Granulator", + dependencies: [], + license: "GPL", + copyright: "Mike Lynch 2023" +) \ No newline at end of file diff --git a/classes/Granulator.sc b/classes/Granulator.sc new file mode 100644 index 0000000..6e2de93 --- /dev/null +++ b/classes/Granulator.sc @@ -0,0 +1,3 @@ + + +Granulator { \ No newline at end of file