File: README

package info (click to toggle)
abgate 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,092 kB
  • ctags: 386
  • sloc: cpp: 1,373; makefile: 22
file content (53 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

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