guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30851] [PATCH] Add SuperCollider, related changes


From: Maxim Cournoyer
Subject: [bug#30851] [PATCH] Add SuperCollider, related changes
Date: Sun, 18 Mar 2018 22:30:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello!

After some cooperation with upstream to unbundle dependencies and
enable more tests, I think this SuperCollider package is in good shape!

Here's a screenshot to give you an idea of what the included IDE looks
like: 

PNG image

Having a jackd service is not necessary (SuperCollider will start one if
it's not already running), but in case you'd like to have one I've found
the following to work with Shepherd:

--8<---------------cut here---------------start------------->8---
(define jackd
  (make <service>
    #:provides '(jackd)
    #:requires '()
    #:start (make-system-constructor "jackd -d alsa &")
    #:stop (make-system-destructor "pkill jackd")))
--8<---------------cut here---------------end--------------->8---

Thanks,

Maxim

Attachment: 0001-doc-Add-index-entries-for-realtime-and-jackd-in-the-.patch
Description: Text Data

Attachment: 0001-gnu-Add-boost-sync.patch
Description: Text Data

Attachment: 0002-gnu-yaml-cpp-Update-to-0.6.1.patch
Description: Text Data

Attachment: 0003-gnu-Add-supercollider.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]