About: Disposable Soft Synth Interface     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FDisposable_Soft_Synth_Interface

Disposable Soft Synth Interface (DSSI) is a virtual instrument (software synthesizer) plugin architecture for use by music sequencer applications. It was designed for applications running under Linux, although there is nothing specific to Linux in the interface itself. It is distributed under the terms of a combination of LGPL-2.1-or-later and some BSD licenses, all of which are free software licences.

AttributesValues
rdf:type
rdfs:label
  • DSSI (de)
  • Disposable Soft Synth Interface (es)
  • Disposable Soft Synth Interface (en)
  • DSSI (fr)
  • DSSI (it)
rdfs:comment
  • Disposable Soft Synth Interface (DSSI) is a virtual instrument (software synthesizer) plugin architecture for use by music sequencer applications. It was designed for applications running under Linux, although there is nothing specific to Linux in the interface itself. It is distributed under the terms of a combination of LGPL-2.1-or-later and some BSD licenses, all of which are free software licences. (en)
  • DSSI (Akronym für Disposable Soft Synth Interface, ausgesprochen wie dizzy) ist eine freie Plug-in-Schnittstelle für virtuelle Instrumente unter Linux. DSSI-Plugins empfangen meist MIDI-Daten und generieren daraus Audiosignale. Gebräuchliche Anwendungen sind etwa Software-Synthesizer und Sampler. Zum Anwenden und Ansteuern der Plugins wird ein DSSI-fähiges Host-Programm wie Rosegarden oder jack-dssi benötigt. DSSI ist eng verwandt mit der Schnittstelle LADSPA. DSSI ist möglicherweise veraltet und wird durch LV2 ersetzt. (de)
  • Disposable Soft Synth Interface (DSSI) puede ser entendido como LADSPA para instrumentos, o algo comparable a VSTi. Es una API para plugins de procesamiento de audio, es especialmente útil para plugins de síntesis por software con interfaces gráficas de usuario.DSSI es una especificación abierta y bien documentada desarrollada para su uso en aplicaciones de audio en Linux, aunque es portable a otras plataformas.DSSI consta de una API en lenguaje C para su uso en plugins y en los programas anfitriones (Ej. DAWs como Rosegarden, Qtractor o . Está basada en el API de LADSPA, y una API para usar en la Interfaz gráfica de usuario y las comunicaciones con el programa anfitrión. | La especificación DSSI consiste en un RFC que describe los antecedentes de la propuesta y define la parte OS (es)
  • Dans le domaine de la MAO, DSSI (acronyme de Disposable Soft Synth Interface, à prononcer « dizzy ») est une interface de programmation pour le développement de plugins audio, principalement accès dans la synthèse et la disposition d'une interface utilisateur. Elle a été développée pour les besoins des applications Linux, mais conçue pour être portable. Les spécifications LV2 ont pour vocation à regrouper et étendre LADSPA et DSSI. (fr)
  • DSSI, acronimo che sta per Disposable Soft Synth Interface, è un'API per plugin audio in grado di comportarsi come strumenti musicali.In particolare, DSSI aggiunge l'evento "nota" alla preesistente architettura LADSPA, con la quale è possibile emulare soltanto filtri ed effetti audio.Pertanto un plugin DSSI è in grado di accettare segnali MIDI in ingresso e di generare suoni, mentre i plugin LADSPA, essendo effetti virtuali e non strumenti musicali, accettano segnale audio in ingresso che viene poi processato. DSSI, come LADSPA, è uno standard sviluppato per sistemi operativi GNU/Linux (it)
foaf:homepage
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
genre
  • API library (en)
title
  • Using Audio Plugins in Linux (en)
url
website
has abstract
  • DSSI (Akronym für Disposable Soft Synth Interface, ausgesprochen wie dizzy) ist eine freie Plug-in-Schnittstelle für virtuelle Instrumente unter Linux. DSSI-Plugins empfangen meist MIDI-Daten und generieren daraus Audiosignale. Gebräuchliche Anwendungen sind etwa Software-Synthesizer und Sampler. Zum Anwenden und Ansteuern der Plugins wird ein DSSI-fähiges Host-Programm wie Rosegarden oder jack-dssi benötigt. DSSI ist eng verwandt mit der Schnittstelle LADSPA. DSSI ist das freie Äquivalent zu der proprietären Schnittstelle VST von Steinberg. Inzwischen ist es möglich, viele VST-Instrumente für Microsoft Windows zusammen mit dssi-vst und Wine auch unter Linux zu verwenden. DSSI ist möglicherweise veraltet und wird durch LV2 ersetzt. (de)
  • Disposable Soft Synth Interface (DSSI) is a virtual instrument (software synthesizer) plugin architecture for use by music sequencer applications. It was designed for applications running under Linux, although there is nothing specific to Linux in the interface itself. It is distributed under the terms of a combination of LGPL-2.1-or-later and some BSD licenses, all of which are free software licences. (en)
  • Disposable Soft Synth Interface (DSSI) puede ser entendido como LADSPA para instrumentos, o algo comparable a VSTi. Es una API para plugins de procesamiento de audio, es especialmente útil para plugins de síntesis por software con interfaces gráficas de usuario.DSSI es una especificación abierta y bien documentada desarrollada para su uso en aplicaciones de audio en Linux, aunque es portable a otras plataformas.DSSI consta de una API en lenguaje C para su uso en plugins y en los programas anfitriones (Ej. DAWs como Rosegarden, Qtractor o . Está basada en el API de LADSPA, y una API para usar en la Interfaz gráfica de usuario y las comunicaciones con el programa anfitrión. | La especificación DSSI consiste en un RFC que describe los antecedentes de la propuesta y define la parte OSC de la especificación, y un archivo de cabecera documentado que define la API C.DSSI es Software Libre. El archivo de cabecera DSSI se ofrece bajo la licencia GNU Lesser General Public License. (es)
  • Dans le domaine de la MAO, DSSI (acronyme de Disposable Soft Synth Interface, à prononcer « dizzy ») est une interface de programmation pour le développement de plugins audio, principalement accès dans la synthèse et la disposition d'une interface utilisateur. Elle a été développée pour les besoins des applications Linux, mais conçue pour être portable. C'est une spécification ouverte, dérivée des spécifications LADSPA afin de couvrir la synthèse d'instruments, à la manière de VSTi. Elle est constituée d'interface en langage C permettant de faire dialoguer les plugins avec leur hôte. Un plugin d'interface utilisateur est un programme indépendant, le dialogue avec le plugin de synthèse se faisant par le biais du protocole OSC. Les spécifications LV2 ont pour vocation à regrouper et étendre LADSPA et DSSI. (fr)
  • DSSI, acronimo che sta per Disposable Soft Synth Interface, è un'API per plugin audio in grado di comportarsi come strumenti musicali.In particolare, DSSI aggiunge l'evento "nota" alla preesistente architettura LADSPA, con la quale è possibile emulare soltanto filtri ed effetti audio.Pertanto un plugin DSSI è in grado di accettare segnali MIDI in ingresso e di generare suoni, mentre i plugin LADSPA, essendo effetti virtuali e non strumenti musicali, accettano segnale audio in ingresso che viene poi processato. DSSI, come LADSPA, è uno standard sviluppato per sistemi operativi GNU/Linux Tramite il pacchetto dssi-vst, che fa uso del layer di compatibilità Wine, è possibile incapsulare plugin VSTi (VST instruments) rendendoli compatibili con host che accettino plugin DSSI. Nel nuovo standard LV2, che ha sostituito LADSPA, la generazione sonora e l'ingresso di eventi MIDI sono supportati nativamente. Per questo motivo, LV2 ha reso obsoleto lo standard DSSI. (it)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 48 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software