Download Latest Version abGate-1.1.7.tar.gz (817.8 kB)
Email in envelope

Get an email when there's a new version of abGate

Home / abGate-source
Name Modified Size InfoDownloads / Week
Parent folder
abGate-1.1.7.tar.gz 2014-01-13 817.8 kB
README 2014-01-13 1.6 kB
abGate-1.1.6.tar.gz 2012-04-23 813.5 kB
abGate-w.tar.gz 2012-04-23 814.1 kB
abGate-1.1.5.tar.gz 2012-04-20 816.8 kB
abGate-1.1.4.tar.gz 2012-04-16 818.9 kB
abGate-1.1.3.tar.gz 2011-03-06 616.9 kB
abGate-1.1.2.tar.gz 2011-02-15 616.9 kB
abGate-1.1.1.tar.gz 2011-02-09 616.9 kB
Totals: 9 Items   5.9 MB 0
	========================	
	abGate LV2 Plugin v1.1.7
	========================

abGate is LV2 noise gate plugin for Linux.

Newest version of the plugin can be downloaded from http://abgate.sf.net


Installation
------------
abGate plugin will be installed into /usr/lib/lv2 by default
If you want to change the installation path, edit Makefile and plugin_configuration.h files

Before installing the plugin from source check if you have all of the required libraries:

  - gcc compiler
  - pkg-config
  - gtkmm >= 2.4
  - lv2core
  - qmake

To install the plugin, go to abGate folder in the terminal and type:
 
  make

If make finish successfully type the following as root

  make install

That's it! Have fun using this plugin :)

Copyright
---------
/* abGate - LV2 Noise Gate Plugin
 *
 * Copyright 2011 Antanas Bružas
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 *
 * This library 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.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
Source: README, updated 2014-01-13