~hp/midi_matrix.lv2

f3960c8c14075372cd09781c1adc3b60cc25a96d — Hanspeter Portner 1 year, 25 days ago 97914d1
cleanup readme
2 files changed, 1 insertions(+), 52 deletions(-)

M README.md
M VERSION
M README.md => README.md +0 -51
@@ 9,45 9,10 @@ Things that can be accomplished with this plugin:
* MIDI channel rerouting (e.g send events from channel X to channel Y)
* And any possible combination thereof

#### Build status

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

### Binaries

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

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

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

#### Unstable (nightly) release

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

### Sources

#### Stable release

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

#### Git repository

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

### Packages

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

### Bugs and feature requests

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

### Plugins

### Channel Filter


@@ 74,19 39,3 @@ The _Midi Matrix - Channel Filter_ is a 3-in-1 filter plugin with a simple UI en
	ninja -j4
	sudo ninja install

#### License

Copyright (c) 2015-2021 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.31.9
0.31.11