8a1644b8ef
- Up to 64 patches with 8 notes of polyphony each - Fast, high quality pitch scaling - Linear ADSR volume envelopes - MIDI/jack-transport syncable LFOs - Low pass filter with resonance - A variety of direction-independent playback modes - A zoomable sample editor for loop and play points - Portamento WWW: http://zhevny.com/specimen/ PR: ports/109986 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
26 lines
625 B
Makefile
26 lines
625 B
Makefile
# New ports collection makefile for: specimen
|
|
# Date created: 2007-03-06
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= specimen
|
|
DISTVERSION= 0.5.2-rc1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://zhevny.com/specimen/files/
|
|
|
|
MAINTAINER= trasz@pin.if.uz.zgora.pl
|
|
COMMENT= MIDI controllable audio sampler
|
|
|
|
LIB_DEPENDS= phat.0:${PORTSDIR}/x11-toolkits/phat \
|
|
jack.0:${PORTSDIR}/audio/jack \
|
|
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
|
sndfile.1:${PORTSDIR}/audio/libsndfile \
|
|
lash.2:${PORTSDIR}/audio/lash
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= libxml2 libgnomecanvas
|
|
|
|
.include <bsd.port.mk>
|