Created attachment 179041 [details] drumgizmo.shar
Created attachment 182027 [details] Drumgizmo 0.9.13 just came out Since last version I was promoted to DrumGizmo developer and worked on better FreeBSD and 16ch sound(4) support, which is one of tree main features for the new release.
Created attachment 182042 [details] Fixed header in Makefile
Created attachment 183018 [details] drumgizmo-0.5.14.shar
Works fine here.
The following comand(s) might be useful when testing 13 channel drumkits with a stereo DSP device under FreeBSD: virtual_oss -S -C 16 -c 1 -r 48000 -b 16 -s 768 -f /dev/dsp3 -T /dev/sndstat -c 13 -m 2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15 -M o,2,0,0,0,0 -M o,3,0,0,0,0 -M o,4,0,0,0,0 -M o,5,0,0,0,0 -M o,6,0,0,0,0 -M o,7,0,0,0,0 -M o,8,0,0,0,0 -M o,9,0,0,0,0 -M o,10,0,0,0,0 -M o,11,0,0,0,0 -M o,12,0,0,0,0 -M o,13,0,0,0,0 -M o,14,0,0,0,0 -M o,15,0,0,0,0 -d vdsp -t vdsp.ctl drumgizmo -i jackmidi -I midimap=DRSKit2_0_1/Midimap_minimal.xml -o oss -O dev=/dev/vdsp DRSKit2_0_1/DRSKit_minimal.xml --HPS
A commit references this bug: Author: amdmi3 Date: Thu Jul 27 16:19:17 UTC 2017 New revision: 446756 URL: https://svnweb.freebsd.org/changeset/ports/446756 Log: DrumGizmo is an open source, multichannel, multilayered, cross-platform drum plugin and stand-alone application. It enables you to compose drums in midi and mix them with a multichannel approach. It is comparable to that of mixing a real drumkit that has been recorded with a multimic setup. Features include: * Stand-alone, Lv2 and VSTi versions available * Open drumkit file format, allowing the community to create their own drumkits * Drum velocity, allowing for several different hit velocities for each drum * Multichannel output, making it possible to mix it just the way you would a real drumkit * Optional built-in humanizer, analyzing the midi notes, adjusting velocities on-the-fly * Stand-alone midi renderer, generating .wav files, 1 for each channel * Stand-alone midi input, making it possible to use DrumGizmo as a software sampler for an electronic drumkit WWW: http://www.drumgizmo.org/ PR: 216241 Submitted by: meka@tilda.center Changes: head/audio/Makefile head/audio/drumgizmo/ head/audio/drumgizmo/Makefile head/audio/drumgizmo/distinfo head/audio/drumgizmo/pkg-descr head/audio/drumgizmo/pkg-plist