Skip to content

Commit 71f3bc6

Browse files
committed
v1.2.0
1 parent e941593 commit 71f3bc6

File tree

5 files changed

+1862
-962
lines changed

5 files changed

+1862
-962
lines changed

BAngr.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
rdfs:comment "A multi-dimensional dynamicly distorted staggered multi-bandpass LV2 plugin, for extreme soundmangling. Based on Airwindows XRange." ;
3030
doap:maintainer <http://www.jahnichen.de/sjaehn#me> ;
3131
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
32-
lv2:microVersion 1 ;
33-
lv2:minorVersion 0 ;
32+
lv2:microVersion 0 ;
33+
lv2:minorVersion 2 ;
3434
lv2:optionalFeature lv2:hardRTCapable ;
3535
lv2:binary <BAngr.so> ;
3636
lv2:requiredFeature urid:map ;

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ a) Install the bangr package for your system (once available)
1616

1717
b) Build your own binaries in the following three steps.
1818

19-
Step 1: [Download the latest published version](https://github.com/sjaehn/BAngr/releases - once established) of B.Angr.
19+
Step 1: [Download the latest published version](https://github.com/sjaehn/BAngr/releases) of B.Angr.
2020
Or clone or [download the master](https://github.com/sjaehn/BAngr/archive/master.zip) of this repository.
2121

2222
Step 2: Install pkg-config and the development packages for x11, cairo, and lv2 if not done yet. If you
@@ -84,22 +84,13 @@ available). To create a new language pack, copy `src/Locale_EN.hpp` and edit
8484
the text for the respective definitions. But do not change or delete any definition symbol!
8585

8686
To create a new skin, duplicate `src/Skin_Default.hpp`, rename it to `src/Skin_Default.hpp`
87-
and edit the parameters. You can also provide a background image at `./surface_SkinName.png`.
88-
89-
90-
## What's new
91-
92-
* This plugin
93-
94-
95-
## TODO
96-
97-
* Code optimization / speed
87+
and edit the parameters.
9888

9989

10090
## Acknowledgments
10191

102-
* Thanks to Chris Johnson for the Airwindows plugin XRegion: http://www.airwindows.com/xregion/
92+
* Thanks to Chris Johnson for the Airwindows plugin XRegion: http://www.airwindows.com/xregion/ .
93+
Support his work via https://www.patreon.com/airwindows .
10394

10495

10596
## Links

doc/screenshot.png

6.1 KB
Loading

inc/surface.png

-888 Bytes
Loading

0 commit comments

Comments
 (0)