From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add wildmidi. Date: Tue, 17 Feb 2015 23:27:56 +0100 Message-ID: <20150217222756.GA12490@debian> References: <1424068433-2600-1-git-send-email-iyzsong@gmail.com> <874mqk8ac7.fsf@netris.org> <87oaoskx2z.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNqce-0001Ii-Cg for guix-devel@gnu.org; Tue, 17 Feb 2015 17:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNqcb-00024k-6B for guix-devel@gnu.org; Tue, 17 Feb 2015 17:28:04 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:64841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNqca-00022N-Tr for guix-devel@gnu.org; Tue, 17 Feb 2015 17:28:01 -0500 Content-Disposition: inline In-Reply-To: <87oaoskx2z.fsf@mango.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org On Tue, Feb 17, 2015 at 11:11:39PM +0100, Ricardo Wurmus wrote: > Arguably, it *might* work but it comes without a sane configuration. > The question is whether we should add a particular soundfont as an > input and pre-configure wildmidi/timidity to use it by default, or if we > should leave this decision up to the user. I think we should do the former. Something that works out of the box would be nice for the casual user. Also, after building, one cannot modify the configuration files of wildmidi or timidity. So we would need the soundfont first, use it as an input to the midi synthesiser and put an absolute path into the configuration file. If you are not in a hurry, I could package freepats over the weekend. Andreas