Main > Free Download Search >

Free ladspa plugins software for linux

ladspa plugins

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 719
load-plugins 0.5

load-plugins 0.5


load-plugins provides kicker cpuload and memory load plugins. more>>
load-plugins provides kicker cpuload and memory load plugins.
To install:
$ ./configure
$ make
$ copy inst/*.desktop $KDEDIR/share/apps/kicker/applets
$ copy src/*.la $KDEDIR/lib/kde3
$ copy src/.lib/*.so $KDEDIR/lib/kde3
$ copy inst/*rc $KDEHOME/share/config
Enhancements:
- fixed bug with applet background color
- support added for kicker with tiled background image
<<less
Download (1.7MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
971 downloads
Dummy plugin

Dummy plugin


Dummy plugin is an xmms plugin that helps newbee vis plugin coders with the needed functions for xmms vis plugins. more>>
Dummy plugin is an xmms plugin that helps newbee vis plugin coders with the needed funcions for xmms vis plugins.

Dummy plugin only has the needed functions and a working audio renderer.



<<less
Download (0.14MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1306 downloads
Audio::LADSPA::Plugin 0.018

Audio::LADSPA::Plugin 0.018


Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. more>>
Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl.

SYNOPSIS

use Audio::LADSPA;

my (@plugin_classes) = Audio::LADSPA->plugins();

# or ...
my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043);

my $plugin = $plugin_class->new($sample_rate);

Audio::LADSPA::Plugin is a base class for LADSPA plugins. Default behaviour of the Audio::LADSPA module is to generate a subclass for each plugin found in LADSPA_PATH, using the Audio::LADSPA::LibraryLoader module.

You can use the Audio::LADSPA::Plugin classes to query the capabilities of the loaded plugin, and you can instantiate new objects from them to do some actual audio processing.

A list of all available classnames on your system can be retrieved from Audio::LADSPA->plugins(), or you can get one by label and / or id via Audio::LADSPA->plugin( %ARGS )

<<less
Download (0.080MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1219 downloads
SWH Plugins 0.4.14

SWH Plugins 0.4.14


SWH Plugins are a set of audio plugins for the LADSPA plugin system. more>>
SWH Plugins are a set of audio plugins for the LADSPA plugin system. You will need libfftw version 2 or 3 installed with 32 bit float support (eg. for FFTW3 use --enabe-float), for FFTW recommend you specify the approriateSIMD isntruction set for your CPU with --enable-sse, --enable-sse2, --enable-k7 or --enable-altivec. You can get FFTW from http://www.fftw.org/.
Install with next commands:
./configure
make
su -c "make install".
This code is normally built from XML source, using Perl and XML::Parser. I distribute the generated .c files, so you wont need perl, but if you want to edit hte XML source then you will need a copy of Perl and XML::Parser installed.
Enhancements:
- crossover_dist_1404.xml: Added patch from Tim Blechmann that fixes NaN problems.
<<less
Download (1.0MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1179 downloads
audacious-plugins 1.2.2

audacious-plugins 1.2.2


audacious-plugins package contains plugins for Audacious. more>>
audacious-plugins package contains plugins for Audacious.

<<less
Download (2.0MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1096 downloads
Claws Mail 2.9.1 (Extra Plugins)

Claws Mail 2.9.1 (Extra Plugins)


Claws Mail Extra Plugins package contains plugins for Claws Mail e-mail client. more>>
Claws Mail Extra Plugins package contains plugins for Sylpheed-Claws e-mail client.
Claws Mail is the extended version of Sylpheed, a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard.
It also has many features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL, GnuPG, and LDAP support, a plugin system, spell checking, filtering, Actions, spam and virus filters, an address book, internationalization, and more.
As the mechanism offered by Claws Mail to add new plugin functionality is under active development it is subject to change, therefore the required version is also given. The author has verified that the plugin works with this required version, however it may or may not work with other versions.
Enhancements:
- This release contains 15 plugins.
- It fixes a bug in the PDF Viewer plugin with GTK 2.6.x where the button images were not shown.
<<less
Download (5.1MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
921 downloads
Template::Plugins 2.19

Template::Plugins 2.19


Template::Plugins is a Perl module with plugin provider module. more>>
Template::Plugins is a Perl module with plugin provider.

SYNOPSIS

use Template::Plugins;

$plugin_provider = Template::Plugins->new(%options);

($plugin, $error) = $plugin_provider->fetch($name, @args);

The Template::Plugins module defines a provider class which can be used to load and instantiate Template Toolkit plugin modules.

<<less
Download (0.76MB)
Added: 2007-08-08 License: Perl Artistic License Price:
807 downloads
Krita-plugins 1.5-2

Krita-plugins 1.5-2


Krita-plugins is a set of plugins for Krita 1.5, they will be shipped with the 1.6 release of KOffice. more>>
Krita-plugins is a set of plugins for Krita 1.5, they will be shipped with the 1.6 release of KOffice.

<<less
Download (0.44MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1246 downloads
GStreamer Plugins Bad 0.10.4

GStreamer Plugins Bad 0.10.4


GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
<<less
Download (0.94MB)
Added: 2006-12-23 License: LGPL (GNU Lesser General Public License) Price:
1039 downloads
OpenXava Eclipse Plugins 0.1

OpenXava Eclipse Plugins 0.1


OpenXava Eclipse Plugin provides a database reverse engineering utility for the OpenXava framework. more>>
OpenXava project is a framework to develop easily business applications with XML and Java.
OpenXava Eclipse Plugin provides a database reverse engineering utility for the OpenXava framework.
Its virtue resides in the fact that the heart of our applications is XML instead of Java.
Main features:
- Has been used during years to develop real applications.
- High productivity for developing business applications.
- Short learning curve and easy to use.
- Flexible enough to create sophisticated applications.
- Its possible to insert your own functionality in every place.
- Based in the concept of business component.
- Adapted to work with legacy database schemas.
- Generate a full J2EE application: including User Interface and model classes (with POJOs or EJBs)
- Supports WebSphere 6.0, 5.1 and 5.0, JBoss 4.0.x and 3.2.x using native EJB CMP2 EntityBeans.
- Supports any application server (Tomcat, JBoss, WebSphere, etc) using POJOs + Hibernate.
- Supports JSR-168: All OpenXava modules are standard portlets too.
- EJB3 JPA complete support: But still BETA until 2.1
- Its tested with the portals: JetSpeed 2, WebSphere Portal and Liferay.
- Easy integration of reports made with JasperReports.
- Some little support for aspects.
- Licensed under LGPL.
- The developer can use English or Spanish.
- All labels and messages are in English, Spanish, German, Indonesian, French and Catalan, with more coming.
Enhancements:
- This is the first version, and it includes support for connecting to a database to retrieve metadata from Eclipse, full customization for generated code, and support for advanced mapping features.
<<less
Download (0.092MB)
Added: 2006-11-23 License: LGPL (GNU Lesser General Public License) Price:
1067 downloads
gedit-plugins 2.26.3

gedit-plugins 2.26.3


gedit-plugins 2.26.3 is known as a useful set of plugins for gedit, whose strengths are simplicity and ease of use. more>> <<less
Added: 2009-07-27 License: GPL Price: FREE
downloads
GStreamer Plugins Ugly 0.10.5

GStreamer Plugins Ugly 0.10.5


GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
<<less
Download (0.79MB)
Added: 2006-12-15 License: LGPL (GNU Lesser General Public License) Price:
624 downloads
GStreamer Plugins Good 0.10.6

GStreamer Plugins Good 0.10.6


GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
<<less
Download (2.0MB)
Added: 2007-06-22 License: LGPL (GNU Lesser General Public License) Price:
879 downloads
Template::Manual::Plugins 2.15

Template::Manual::Plugins 2.15


Template::Manual::Plugins is Perl module for standard plugins. more>>
Template::Manual::Plugins is Perl module for standard plugins.
This section lists the standard plugins which can be used to extend the runtime functionality of the Template Toolkit. The plugins are distributed with the Template Toolkit but may required additional modules from CPAN.
TEMPLATE TOOLKIT PLUGINS
The following plugin modules are distributed with the Template Toolkit. Some of the plugins interface to external modules (detailed below) which should be downloaded from any CPAN site and installed before using the plugin.
Enhancements:
- Perl
<<less
Download (0.76MB)
Added: 2006-09-19 License: Perl Artistic License Price:
1132 downloads
GStreamer Plugins Base 0.10.14

GStreamer Plugins Base 0.10.14


GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
The GStreamer team is proud to announce a new release in the 0.10.x stable series of the GStreamer Base Plug-ins.
The 0.10.x series is a stable series targeted at end users. It is not API or ABI compatible with the stable 0.8.x series. It is, however, parallel installable with the 0.8.x series.
This module contains a set of reference plugins, base classes for other plugins, and helper libraries. This module is kept up-to-date together with the core developments. Element writers should look at the elements in this module as a reference for their development. This module contains elements for, among others:
device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
- containers: ogg
- codecs: vorbis, theora
- text: textoverlay, subparse
- sources: audiotestsrc, videotestsrc, gnomevfssrc
- network: tcp
- typefind
- audio processing: audioconvert, adder, audiorate, audioscale, volume
- visualisation: libvisual
- video processing: ffmpegcolorspace
- aggregate elements: decodebin, playbin
Other modules containing plug-ins are:
gst-plugins-good
contains a set of well-supported plug-ins under our preferred license
gst-plugins-ugly
contains a set of well-supported plug-ins, but might pose problems for distributors
gst-plugins-bad
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- ported gnomevfssink, cdparanoia
- New library and base class: GstCddaBaseSrc
- ported mixerutils.h
- added sine-tab waveform to audiotestsrc
- added float audio to audiorate
<<less
Download (1.4MB)
Added: 2007-08-04 License: LGPL (GNU Lesser General Public License) Price:
524 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5