From owner-freebsd-multimedia@freebsd.org Fri May 12 08:01:03 2017 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC94FD69886 for ; Fri, 12 May 2017 08:01:03 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8722DE5D for ; Fri, 12 May 2017 08:01:02 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7A46026081F for ; Fri, 12 May 2017 10:01:00 +0200 (CEST) Subject: Re: Drumgizmo support From: Hans Petter Selasky To: "freebsd-multimedia@freebsd.org" References: <20170502093135.vofac44yvpa7xo66@hal9000.meka.no-ip.org> Message-ID: <60d3bc73-dbb3-d701-4b24-061a16ec68d7@selasky.org> Date: Fri, 12 May 2017 09:59:04 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 08:01:03 -0000 On 05/02/17 11:43, Hans Petter Selasky wrote: > On 05/02/17 11:31, Goran Mekić wrote: >> Hello, >> >> I'd like to share that DrumGizmo officially supports FreeBSD sound(4) >> output since the latest release 0.9.13. As the next release is mostly >> bugfixing, we would appreciate all and any feedback we could get. If >> someone would like to try 0.9.13, there's a PR/shar submited: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216241. >> >> For the 0.9.14 there's upcomming native MIDI support eliminating >> jackit dependency, if desired and sound(4) buffer control, to mention >> just those directly involving FreeBSD. For a full list of upcoming >> changes, please visit >> http://www.drumgizmo.org/wiki/doku.php?id=roadmap:features_roadmap. >> >> I hope someone will find this usefull :o) >> Hi, Tried installing the latest .shar and the sommerhack-kit, but the program just exists when trying to use it with jack: jackd -r -d oss drumgizmo -i jackmidi -I midimap=sommerhack-kit/Midimap_lpd8.xml -o jackaudio sommerhack-kit/sommerhack-kit.xml Looking at the code there appears to be some missing code in main() which simply return 0 before the output engine is created. How did you test it? Is there a git available somewhere to submit patches. I also found some MIDI parsing bugs. --HPS