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

..03-May-2022-

docs/H31-Mar-2018-2,3831,850

src/H03-May-2022-34,79024,969

tools/H31-Mar-2018-13387

.gitignoreH A D31-Mar-201841 65

LICENSEH A D31-Mar-201817.3 KiB340281

README.mdH A D31-Mar-20181.1 KiB3831

updateAvtk.shH A D31-Mar-2018141 51

README.md

1Fabla 2 - OpenAV
2================
3```
4http://openavproductions.com/fabla2
5```
6This is the repository for Fabla 2, a multi-purpose advanced LV2 sampler plugin.
7
8Currents Status
9---------------
10[![Stories in Ready](https://badge.waffle.io/harryhaaren/openAV-Fabla2.png?label=ready&title=Ready)](http://waffle.io/harryhaaren/openAV-Fabla2)
11[![Stories in Progress](https://badge.waffle.io/harryhaaren/openAV-Fabla2.png?label=In%20Progress&title=Progress)](http://waffle.io/harryhaaren/openAV-Fabla2)
12
13Beta testing - users who have expressed interest in testing beta software for
14OpenAV currently compile and test the code.
15
16**Fabla2 is NOT released - Do not use it in a production environment**
17
18Building
19--------
20Currently Fabla2 must be built from source - there are no packages available.
21If you are not comfortable with building from source, please wait while beta
22testing finishes, and packages are ready.
23
24After download and extracting, the following commands will build Fabla2:
25```
26mkdir build
27cd build
28cmake ..
29make -j4
30make install
31```
32
33Contact
34-------
35Harry van Haaren
36harryhaaren@gmail.com
37www.openavproductions.com
38