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

..03-May-2022-

gui/H09-Apr-2021-1,144846

img/H03-May-2022-

lv2ttl/H09-Apr-2021-175161

robtk/H09-Apr-2021-

src/H09-Apr-2021-360246

COPYINGH A D09-Apr-202117.7 KiB340281

MakefileH A D03-May-20229.2 KiB307229

README.mdH A D09-Apr-2021967 3222

git2lv2.mkH A D09-Apr-20211.4 KiB4429

x42-spectr.1H A D09-Apr-20211.7 KiB6159

README.md

1spectra.lv2 - Spectr Spectrum Analyzer
2======================================
3
4spectra.lv2 is lollipop graph spectrum analyzer.
5
6It is available as [LV2 plugin](http://lv2plug.in/) and standalone [JACK](http://jackaudio.org/)-application.
7
8Install
9-------
10
11Compiling spectr.lv2 requires the LV2 SDK, jack-headers, gnu-make, a c++-compiler,
12libpango, libcairo and openGL (sometimes called: glu, glx, mesa).
13
14```bash
15  git clone git://github.com/x42/spectra.lv2.git
16  cd spectra.lv2
17  make submodules
18  make
19  sudo make install PREFIX=/usr
20```
21
22Note to packagers: the Makefile honors `PREFIX` and `DESTDIR` variables as well
23as `CXXFLAGS`, `LDFLAGS` and `OPTIMIZATIONS` (additions to `CXXFLAGS`), also
24see the first 10 lines of the Makefile.
25You really want to package the superset of [x42-plugins](https://github.com/x42/x42-plugins).
26
27
28Screenshots
29-----------
30
31![screenshot](https://raw.github.com/x42/spectra.lv2/master/img/spectr.png "Spectr LV2 GUI - 100Hz Sine")
32