From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Midi Date: Mon, 16 Feb 2015 23:05:51 +0100 Message-ID: <20150216220551.GA4599@debian> References: <20150215154305.GA20540@debian> <87egprm9n1.fsf@mango.localdomain> <20150215164339.GA6533@debian> <87sie62wi2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNTnp-0007RM-5D for guix-devel@gnu.org; Mon, 16 Feb 2015 17:06:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNTnl-0007dd-5K for guix-devel@gnu.org; Mon, 16 Feb 2015 17:06:05 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:50007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNTnk-0007dE-SP for guix-devel@gnu.org; Mon, 16 Feb 2015 17:06:01 -0500 Content-Disposition: inline In-Reply-To: <87sie62wi2.fsf@gmail.com> 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Mon, Feb 16, 2015 at 02:36:37PM +0800, 宋文武 wrote: > I sent a patch to add wildmidi, a simple midi player. > But I haven't test it ;-) Thanks for the suggestion! As such, it does not work: libWildMidi(_WM_BufferFile:132): ERROR Unable to stat /etc/wildmidi/wildmidi.cfg (No such file or directory) The configuration file tells the program where to find sound patches. So in any case, we would need sound patches and/or a sound font to play anything. Andreas