~hp/notes.lv2

a2282573d5ae717127a37044dbb53a0e5531289d — Hanspeter Portner 1 year, 1 month ago 5f7f013
cleanup readme
2 files changed, 1 insertions(+), 52 deletions(-)

M README.md
M VERSION
M README.md => README.md +0 -51
@@ 4,41 4,6 @@

With this plugin you can store arbitrary notes/metadata/memos and screenshots about your project.

#### Build status

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

### Binaries

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

To install the plugin bundle on your system, simply copy the __notes.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

* [notes.lv2-0.4.0.zip](https://dl.open-music-kontrollers.ch/notes.lv2/stable/notes.lv2-0.4.0.zip) ([sig](https://dl.open-music-kontrollers.ch/notes.lv2/stable/notes.lv2-0.4.0.zip.sig))

#### Unstable (nightly) release

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

### Sources

#### Stable release

* [notes.lv2-0.4.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/notes.lv2/snapshot/notes.lv2-0.4.0.tar.xz)([sig](https://git.open-music-kontrollers.ch/lv2/notes.lv2/snapshot/notes.lv2-0.4.0.tar.xz.asc))

#### Git repository

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

### Bugs and feature requests

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

### Plugins

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


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

    export D2TK_SCALE=200

#### License

Copyright (c) 2019-2020 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.5.9
0.5.11