aboutsummaryrefslogtreecommitdiff
path: root/audio/dssi
Commit message (Collapse)AuthorAgeFilesLines
* Convert audio/jack and fluidsynth to only build depend on pkgconf, trackBaptiste Daroussin2012-10-061-0/+1
| | | | | | | dependency impact Notes: svn path=/head/; revision=305354
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* Convert to new options frameworkBaptiste Daroussin2012-06-011-3/+3
| | | | Notes: svn path=/head/; revision=297923
* - Update to 1.1.1Martin Wilke2012-01-283-30/+53
| | | | | | | | PR: 164148 Submitted by: Ports Fury Notes: svn path=/head/; revision=289976
* - Update to 1.1.0Wen Heping2011-02-223-6/+10
| | | | | | | | PR: ports/154304 Submitted by: Wen Heping (myself) Notes: svn path=/head/; revision=269476
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-251-1/+1
| | | | Notes: svn path=/head/; revision=263585
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Update audio/liblo to 0.26.Edward Tomasz Napierala2009-03-311-1/+2
| | | | Notes: svn path=/head/; revision=231341
* Update to 1.0.0.Edward Tomasz Napierala2009-02-194-16/+8
| | | | Notes: svn path=/head/; revision=228689
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* - Fix build on HEADMartin Wilke2007-02-061-0/+11
| | | | | | | Submitted by: trasz maintainer (via privat mail) Notes: svn path=/head/; revision=184422
* - Add RUN_DEPENDSMartin Wilke2007-01-231-2/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=183124
* DSSI (pronounced "dizzy") is an API for audio processing plugins,Martin Wilke2007-01-134-0/+77
particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API. WWW: http://dssi.sourceforge.net/ PR: ports/107867 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182321