Skip to content

Commit

Permalink
v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaehn committed Sep 10, 2021
1 parent 70d8fee commit eeafe2d
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 112 deletions.
2 changes: 1 addition & 1 deletion BJumblr.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
rdfs:comment "B.Jumblr is a pattern-controlled audio stream / sample re-sequencer LV2 plugin." ;
doap:name "B.Jumblr" ;
doap:license <http://usefulinc.com/doap/licenses/gpl>;
lv2:microVersion 7 ;
lv2:microVersion 8 ;
lv2:minorVersion 6 ;
doap:maintainer <http://www.jahnichen.de/sjaehn#me> ;
lv2:optionalFeature lv2:hardRTCapable , state:loadDefaultState , state:threadSafeRestore ;
Expand Down
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ a) Install the bjumblr package for your system
* [openSUSE](https://software.opensuse.org/package/BJumblr)
* Check https://repology.org/project/bjumblr/versions for other systems

b) Build your own binaries in the following three steps.
Note: This will NOT necessarily install the latest version of B.Jumblr. The version provided depends on the packagers.

b) Use the latest provided binaries

Unpack the provided bjumblr-\*.zip or bjumblr-\*.tar.xz from the latest release and
copy the BJumblr.lv2 folder to your lv2 directory (depending on your system settings,
~/.lv2/, /usr/lib/lv2/, /usr/local/lib/lv2/, or ...).

c) Build your own binaries in the following three steps.

Step 1: Clone or download this repository.

Expand All @@ -41,8 +49,7 @@ make
sudo make install
```

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


## Acknowledgments
Expand Down
Binary file modified doc/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/surface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eeafe2d

Please sign in to comment.