• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H14-Oct-2020-2621

abGateQt/H03-May-2022-1,384800

.gitignoreH A D14-Oct-2020579 5343

ChangeLogH A D14-Oct-20201.3 KiB4330

LICENSEH A D14-Oct-20207.5 KiB166128

MakefileH A D03-May-20221.2 KiB3222

Makefile-32H A D14-Oct-2020943 2518

README.mdH A D14-Oct-2020797 3421

gate.cppH A D14-Oct-20205.2 KiB220167

gate.ttlH A D14-Oct-20203.1 KiB145126

gate_const.hH A D14-Oct-20201.4 KiB5428

gate_gui.cppH A D14-Oct-20202.3 KiB7940

knob.cppH A D14-Oct-20204.6 KiB170108

knob.hH A D14-Oct-20201.8 KiB6430

main_window.cppH A D14-Oct-20205.9 KiB15689

main_window.hH A D14-Oct-20202.9 KiB11771

manifest.ttlH A D14-Oct-2020467 2015

plugin_configuration.hH A D14-Oct-2020306 54

preset.cppH A D14-Oct-20201 KiB3411

preset.hH A D14-Oct-2020991 339

preset_widget.cppH A D14-Oct-20207.5 KiB243178

preset_widget.hH A D14-Oct-20201.9 KiB6635

presets.cppH A D14-Oct-20206.8 KiB245102

presets.hH A D14-Oct-20201.4 KiB5426

toggle.cppH A D14-Oct-20202.8 KiB9948

toggle.hH A D14-Oct-20201.5 KiB5425

ui.hH A D14-Oct-202016.7 KiB447112

README.md

1# abGate
2
3	=================
4	abGate LV2 Plugin
5	=================
6
7abGate is LV2 noise gate plugin for Linux.
8
9Newest version of the plugin can be downloaded from https://abgate.sourceforge.io or from the github page: https://github.com/antanasbruzas/abGate/
10
11
12Installation
13------------
14abGate plugin will be installed into /usr/lib/lv2 by default
15If you want to change the installation path, edit Makefile and plugin_configuration.h files
16
17Before installing the plugin from source check if you have all of the required libraries:
18
19  - gcc compiler
20  - pkg-config
21  - gtkmm >= 2.4
22  - lv2core
23  - qmake
24
25To install the plugin, go to abGate folder in the terminal and type:
26
27  make
28
29If make finish successfully type the following as root
30
31  make install
32
33That's it! Have fun using this plugin :)
34