File: README.md

package info (click to toggle)
abgate 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,104 kB
  • sloc: cpp: 1,482; makefile: 32; sh: 5
file content (33 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (5)
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
# abGate

	=================
	abGate LV2 Plugin
	=================

abGate is LV2 noise gate plugin for Linux.

Newest version of the plugin can be downloaded from https://abgate.sourceforge.io or from the github page: https://github.com/antanasbruzas/abGate/


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 :)