Skip to content

Commit eeafe2d

Browse files
committed
v1.6.8
1 parent 70d8fee commit eeafe2d

File tree

5 files changed

+126
-112
lines changed

5 files changed

+126
-112
lines changed

BJumblr.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
rdfs:comment "B.Jumblr is a pattern-controlled audio stream / sample re-sequencer LV2 plugin." ;
3636
doap:name "B.Jumblr" ;
3737
doap:license <http://usefulinc.com/doap/licenses/gpl>;
38-
lv2:microVersion 7 ;
38+
lv2:microVersion 8 ;
3939
lv2:minorVersion 6 ;
4040
doap:maintainer <http://www.jahnichen.de/sjaehn#me> ;
4141
lv2:optionalFeature lv2:hardRTCapable , state:loadDefaultState , state:threadSafeRestore ;

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ a) Install the bjumblr package for your system
1515
* [openSUSE](https://software.opensuse.org/package/BJumblr)
1616
* Check https://repology.org/project/bjumblr/versions for other systems
1717

18-
b) Build your own binaries in the following three steps.
18+
Note: This will NOT necessarily install the latest version of B.Jumblr. The version provided depends on the packagers.
19+
20+
b) Use the latest provided binaries
21+
22+
Unpack the provided bjumblr-\*.zip or bjumblr-\*.tar.xz from the latest release and
23+
copy the BJumblr.lv2 folder to your lv2 directory (depending on your system settings,
24+
~/.lv2/, /usr/lib/lv2/, /usr/local/lib/lv2/, or ...).
25+
26+
c) Build your own binaries in the following three steps.
1927

2028
Step 1: Clone or download this repository.
2129

@@ -41,8 +49,7 @@ make
4149
sudo make install
4250
```
4351

44-
**Optional:** Standard `make` and `make install` parameters are supported. Compiling using `make CPPFLAGS+=-O3`
45-
is recommended to improve the plugin performance. Alternatively, you may build a debugging version using
52+
**Optional:** Standard `make` and `make install` parameters are supported. Alternatively, you may build a debugging version using
4653
`make CPPFLAGS+=-g`. For installation into an alternative directory (e.g., /usr/lib/lv2/), change the
4754
variable `PREFIX` while installing: `sudo make install PREFIX=/usr`. If you want to freely choose the
4855
install target directory, change the variable `LV2DIR` (e.g., `make install LV2DIR=~/.lv2`) or even define
@@ -180,6 +187,13 @@ But do not change or delete any definition symbol!
180187
* Locales: FR
181188
* Update sample browser
182189
* Compatibility improved (FreeBSD)
190+
* Faster
191+
* Optimized DSP code
192+
* Compiler optimizations (`-O3 -ffast-math`)
193+
* Binary compatibility improved
194+
* Static libs
195+
* Strip symbols by default
196+
* Binary packages provided
183197

184198

185199
## Acknowledgments

doc/screenshot.png

-27.9 KB
Loading

inc/surface.png

-76 Bytes
Loading

0 commit comments

Comments
 (0)