Menu

Tree [r15] /
 History

HTTPS access


File Date Author Commit
 MGA_Limiter.c 2010-04-05 virtuosonic [r13] fixed some memory bugs
 Readme.txt 2010-04-05 virtuosonic [r13] fixed some memory bugs
 Saturation.c 2010-05-13 virtuosonic [r15] new plugin
 WhiteNoise.c 2010-05-13 virtuosonic [r15] new plugin
 gpl-3.0.txt 2010-03-26 virtuosonic [r7] added license
 makefile 2010-05-13 virtuosonic [r15] new plugin
 trannyKiller.c 2010-04-05 virtuosonic [r13] fixed some memory bugs

Read Me

/*********************************************************
*                     LoserLadspa
*********************************************************/

Intro:
======
This project is a tentative to port the loser collection
of jesusonic audio plugins, originally programed by Michael
Gruhn, to the Ladspa api

Building:
=========
you will need gcc and the ladspa header

to build:
    make
to install, run as root:
    make install
if you aren't root:
    make PREFIX=$HOME/.local install

License:
========
    Copyright (C) 2010 Gabriel Espinoza
    LoserLadspa is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    LoserLadspa is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I'm not
    responsible if it blows your speakers, ears or make you music
    sound worse,use at your own risk. See the GNU General Public
    License for more details.

    You should have received a copy of the GNU General Public License
    along with LoserLadspa. If not, see <http://www.gnu.org/licenses/>.
Author:
=======
    This plugins where written originally by Michael Gruhn, and ported to
    Ladspa by Gabriel Espinoza <virtuosonic@users.sourceforge.net>