unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: [PATCH] Add Bristol
Date: Thu, 24 Dec 2015 12:05:20 -0500	[thread overview]
Message-ID: <20151224170520.GB6754@jasmine> (raw)
In-Reply-To: <87fuys6mdb.fsf@elephly.net>

On Thu, Dec 24, 2015 at 01:51:12PM +0100, Ricardo Wurmus wrote:
> Hi Guix,
> 
> here’s a patch for yet another synthesizer:

Wow! I've long felt that computers are a poor platform for musical
instruments due to issues of reproducibility, especially in live
settings...  music.scm should put that concern to rest!

$ startBristol -juno
:)

LGTM!

> From 9f3d0c821132393bfd6192f7d6fd9cdc23feafff Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Thu, 24 Dec 2015 13:43:32 +0100
> Subject: [PATCH] gnu: Add Bristol.
> 
> * gnu/packages/music.scm (bristol): New variable.
> ---
>  gnu/packages/music.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
> 
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index 7d243f5..ce7e2aa 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -645,6 +645,38 @@ modification devices that brought world-wide fame to the names and products of
>  Laurens Hammond and Don Leslie.")
>      (license license:gpl2+)))
>  
> +(define-public bristol
> +  (package
> +    (name "bristol")
> +    (version "0.60.11")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "mirror://sourceforge/bristol/bristol/"
> +                                  (version-major+minor version)
> +                                  "/bristol-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "1fi2m4gmvxdi260821y09lxsimq82yv4k5bbgk3kyc3x1nyhn7vx"))))
> +    (build-system gnu-build-system)
> +    (inputs
> +     `(("alsa-lib" ,alsa-lib)
> +       ("jack" ,jack-1)
> +       ("liblo" ,liblo)
> +       ("libx11" ,libx11)))
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)))
> +    (home-page "http://bristol.sourceforge.net/")
> +    (synopsis "Synthesizer emulator")
> +    (description
> +     "Bristol is an emulation package for a number of different 'classic'
> +synthesisers including additive and subtractive and a few organs.  The
> +application consists of the engine, which is called bristol, and its own GUI
> +library called brighton that represents all the emulations.  There are
> +currently more than twenty different emulations; each does sound different
> +although the author maintains that the quality and accuracy of each emulation
> +is subjective.")
> +    (license license:gpl3+)))
> +
>  (define-public tuxguitar
>    (package
>      (name "tuxguitar")
> -- 
> 2.5.0
> 

  reply	other threads:[~2015-12-24 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-24 12:51 [PATCH] Add Bristol Ricardo Wurmus
2015-12-24 17:05 ` Leo Famulari [this message]
2015-12-24 18:41   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151224170520.GB6754@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).