Bug 107867 - [NEW PORT] audio/dssi: API for audio processing plugins
Summary: [NEW PORT] audio/dssi: API for audio processing plugins
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-13 11:40 UTC by trasz
Modified: 2007-01-13 21:40 UTC (History)
0 users

See Also:


Attachments
dssi-0.9.1.shar (3.08 KB, text/plain)
2007-01-13 11:40 UTC, trasz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2007-01-13 11:40:12 UTC
DSSI (pronounced "dizzy") is an API for audio processing plugins,
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-13 11:40:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-01-13 21:38:26 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-01-13 21:38:36 UTC
miwi        2007-01-13 21:38:30 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/dssi           Makefile distinfo pkg-descr pkg-plist 
  Log:
  DSSI (pronounced "dizzy") is an API for audio processing plugins,
  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>
  
  Revision  Changes    Path
  1.811     +1 -0      ports/audio/Makefile
  1.1       +37 -0     ports/audio/dssi/Makefile (new)
  1.1       +3 -0      ports/audio/dssi/distinfo (new)
  1.1       +17 -0     ports/audio/dssi/pkg-descr (new)
  1.1       +20 -0     ports/audio/dssi/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"