
	========================	
	abGate LV2 Plugin v1.1.6
	========================

abGate is LV2 noise gate plugin for Linux.

Features:

    * Qt4 GUI
    * Presets
    * Automation works with all controls
    * User interface works with Gtk+ Hosts (tested with Ardour 2.8.11)

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

You can install abGate from AutoStatic's PPA if you are using Ubuntu: https://launchpad.net/~autostatic/+archive/ppa/

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

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

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.
 */
