diff options
-rw-r--r-- | pages/software/zzz.rst | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/pages/software/zzz.rst b/pages/software/zzz.rst new file mode 100644 index 0000000..4e0022a --- /dev/null +++ b/pages/software/zzz.rst @@ -0,0 +1,58 @@ +.. title: ZZZ +.. slug: zzz +.. date: 2021-01-02 21:48:43 UTC+01:00 +.. tags: expert sleepers, zzz, supercollider, quark, sclang +.. category: software +.. link: +.. description: +.. type: text + +A |supercollider| language extension (|quark|) to interface with +|expert_sleepers| Eurorack modules. + +For further information and installation instructions, please refer to its +|zzz-about|. + +Development +___________ + +| All development takes place in a |zzz-git|. You can ask + for your |ssh-key| to be included to be able to push to this + repository. +| For readonly access, just clone the repository: + + .. code:: bash + + git clone https://git.sleepmap.de/sclang/zzz.git + +| You can also choose to download the latest release tarball + from the |zzz-refs|. +| + +.. |supercollider| raw:: html + + <a href="https://supercollider.github.io" target="_blank">SuperCollider</a> + +.. |quark| raw:: html + + <a href="https://github.com/supercollider-quarks/quarks" target="_blank">Quark</a> + +.. |expert_sleepers| raw:: html + + <a href="https://www.expert-sleepers.co.uk/" target="_blank">Expert Sleepers</a> + +.. |zzz-about| raw:: html + + <a href="https://git.sleepmap.de/sclang/zzz.git/about/" target="_blank">about page</a> + +.. |zzz-git| raw:: html + + <a href="https://git.sleepmap.de/sclang/zzz.git/about/" target="_blank">git repository</a> + +.. |ssh-key| raw:: html + + <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a> + +.. |zzz-refs| raw:: html + + <a href="https://git.sleepmap.de/sclang/zzz.git/ref" target="_blank">references page</a> |