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
2017-07-27 18:19:16 +02:00
|
|
|
# Created by: Goran Mekić <meka@tilda.center>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= drumgizmo
|
2019-07-17 21:15:16 +02:00
|
|
|
PORTVERSION= 0.9.17
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
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
2017-07-27 18:19:16 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/
|
|
|
|
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
|
|
COMMENT= Multichannel drum sampler
|
|
|
|
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2019-01-13 18:28:15 +01:00
|
|
|
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
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
2017-07-27 18:19:16 +02:00
|
|
|
LIB_DEPENDS= libsmf.so:audio/libsmf \
|
|
|
|
libzita-resampler.so:audio/zita-resampler \
|
|
|
|
libjack.so:audio/jack \
|
|
|
|
libsndfile.so:audio/libsndfile \
|
|
|
|
libexpat.so:textproc/expat2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2019-01-13 18:28:15 +01:00
|
|
|
USES= compiler:c++11-lang gettext-runtime gnome libtool pkgconfig
|
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
2017-07-27 18:19:16 +02:00
|
|
|
USE_GNOME= glib20
|
|
|
|
USE_XORG= x11 xext
|
|
|
|
|
2019-07-17 21:15:16 +02:00
|
|
|
CPPFLAGS+= -I../include -I../../include -I../src -I../../src -I${LOCALBASE}/include
|
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
2017-07-27 18:19:16 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV= EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \
|
|
|
|
ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ARGS= --disable-output-alsa --enable-lv2
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|