~hp/jit.lv2

c2500b7ddb3c7ce2ae5ecc254b6481828fb53ec2 — Hanspeter Portner 1 year, 1 month ago 1153197
cleanup readme
2 files changed, 1 insertions(+), 58 deletions(-)

M README.md
M VERSION
M README.md => README.md +0 -57
@@ 2,52 2,11 @@

### a Just-in-Time C/Rust compiler embedded in an LV2 plugin

#### Build status

[![build status](https://gitlab.com/OpenMusicKontrollers/jit.lv2/badges/master/build.svg)](https://gitlab.com/OpenMusicKontrollers/jit.lv2/commits/master)

### Binaries

For GNU/Linux (64-bit, 32-bit, armv7, arm64).
(64/32-bit univeral).

To install the plugin bundle on your system, simply copy the __jit.lv2__
folder out of the platform folder of the downloaded package into your
[LV2 path](http://lv2plug.in/pages/filesystem-hierarchy-standard.html).

<!--
#### Stable release

* [jit.lv2-0.16.0.zip](https://dl.open-music-kontrollers.ch/jit.lv2/stable/jit.lv2-0.16.0.zip) ([sig](https://dl.open-music-kontrollers.ch/jit.lv2/stable/jit.lv2-0.16.0.zip.sig))
-->

#### Unstable (nightly) release

* [jit.lv2-latest-unstable.zip](https://dl.open-music-kontrollers.ch/jit.lv2/unstable/jit.lv2-latest-unstable.zip) ([sig](https://dl.open-music-kontrollers.ch/jit.lv2/unstable/jit.lv2-latest-unstable.zip.sig))

### Sources

<!--
#### Stable release

* [jit.lv2-0.16.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/jit.lv2/snapshot/jit.lv2-0.16.0.tar.xz)
-->

#### Git repository

* <https://git.open-music-kontrollers.ch/lv2/jit.lv2>

<!--
### Packages

* [ArchLinux](https://www.archlinux.org/packages/community/x86_64/jit.lv2/)
-->

### Bugs and feature requests

* [Gitlab](https://gitlab.com/OpenMusicKontrollers/jit.lv2)
* [Github](https://github.com/OpenMusicKontrollers/jit.lv2)

### Plugins

![Screenshot](/screenshots/screenshot_1.png)


@@ 114,19 73,3 @@ If not, you can manually set your DPI via environmental variable *D2TK_SCALE*:

    export D2TK_SCALE=200

### License

Copyright (c) 2019 Hanspeter Portner (dev@open-music-kontrollers.ch)

This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.

This source is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Artistic License 2.0 for more details.

You should have received a copy of the Artistic License 2.0
along the source as a COPYING file. If not, obtain it from
<http://www.perlfoundation.org/artistic_license_2_0>.

M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.1.425
0.1.427