Skip to content

Commit d576487

Browse files
committed
v1.10.10
1 parent 2ec7ab4 commit d576487

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

BChoppr.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
rdfs:comment "An audio stream chopping LV2 plugin. B.Choppr cuts the audio input stream into a repeated sequence of up to 16 chops. Each chop can be leveled up or down (gating)." ;
3232
doap:maintainer <http://www.jahnichen.de/sjaehn#me> ;
3333
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
34-
lv2:microVersion 9 ;
34+
lv2:microVersion 10 ;
3535
lv2:minorVersion 10 ;
3636
lv2:optionalFeature lv2:hardRTCapable ;
3737
lv2:binary <BChoppr.so> ;

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ a) Install the bchoppr package for your system
2020
* [Ubuntu](https://launchpad.net/ubuntu/+source/bchoppr) by Erich Eickmeyer
2121
* Check https://repology.org/project/bchoppr/versions for other systems
2222

23-
b) Build your own binaries in the following three steps.
23+
Note: This will NOT necessarily install the latest version of B.Choppr. The version provided depends on the packagers.
24+
25+
b) Use the latest provided binaries
26+
27+
Unpack the provided bchoppr-\*.zip or bchoppr-\*.tar.xz from the latest release and
28+
copy the BChoppr.lv2 folder to your lv2 directory (depending on your system settings,
29+
~/.lv2/, /usr/lib/lv2/, /usr/local/lib/lv2/, or ...).
30+
31+
c) Build your own binaries in the following three steps.
2432

2533
Step 1: [Download the latest published version](https://github.com/sjaehn/BChoppr/releases) of B.Choppr. Or clone or
2634
[download the master](https://github.com/sjaehn/BChoppr/archive/master.zip) of this repository.
@@ -47,9 +55,8 @@ make
4755
sudo make install
4856
```
4957

50-
**Optional:** Standard `make` and `make install` parameters are supported. Compiling using `make CPPFLAGS+=-O3`
51-
is recommended to improve the plugin performance. Alternatively, you may build a debugging version using
52-
`make CPPFLAGS+=-g`. For installation into an alternative directory (e.g., /usr/lib/lv2/), change the
58+
**Optional:** Standard `make` and `make install` parameters are supported. Alternatively, you may build a debugging version using
59+
`make CXXFLAGS+=-g`. For installation into an alternative directory (e.g., /usr/lib/lv2/), change the
5360
variable `PREFIX` while installing: `sudo make install PREFIX=/usr`. If you want to freely choose the
5461
install target directory, change the variable `LV2DIR` (e.g., `make install LV2DIR=~/.lv2`) or even define
5562
`DESTDIR`.
@@ -135,10 +142,14 @@ But do not change or delete any definition symbol!
135142

136143
## What's new
137144

138-
* Support build parameter LANGUAGE
139-
* Locales: EN, DE, IT (by LAM)
140-
* Enable web browser call (help, tutorial) on fork-blocking hosts
141-
* Do not mute if transport stopped
145+
* Faster
146+
* Optimized DSP code
147+
* Compiler optimizations (`-O3 -ffast-math`)
148+
* Presets, just a few
149+
* Binary compatibility improved
150+
* Static libs
151+
* Strip symbols by default
152+
* Binary packages provided
142153

143154

144155
## Acknowledgments

doc/screenshot.png

27.7 KB
Loading

surface.png

144 Bytes
Loading

surface.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)