blob: 269e3c557a375751da5569d18717a9dd59dd8d32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
## VM
### A programmable virtual machine LV2 plugin
This plugin bundle contains various plugins with a programmable stack-based
virtual machine to modify up to 8 LV2 Control, CV, Audio, Atom and MIDI signals.
To be used when that specific simple filter plugin you desperately need does
not yet exist.
#### Build status
[](https://gitlab.com/OpenMusicKontrollers/vm.lv2/commits/master)
### Binaries
For GNU/Linux (64-bit, 32-bit, armv7), Windows (64-bit, 32-bit) and MacOS
(64/32-bit univeral).
To install the plugin bundle on your system, simply copy the __vm.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
* [vm.lv2-0.8.0.zip](https://dl.open-music-kontrollers.ch/vm.lv2/stable/vm.lv2-0.8.0.zip) ([sig](https://dl.open-music-kontrollers.ch/vm.lv2/stable/vm.lv2-0.8.0.zip.sig))
#### Unstable (nightly) release
* [vm.lv2-latest-unstable.zip](https://dl.open-music-kontrollers.ch/vm.lv2/unstable/vm.lv2-latest-unstable.zip) ([sig](https://dl.open-music-kontrollers.ch/vm.lv2/unstable/vm.lv2-latest-unstable.zip.sig))
### Sources
#### Stable release
* [vm.lv2-0.8.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/vm.lv2/snapshot/vm.lv2-0.8.0.tar.xz)
#### Git repository
* <https://git.open-music-kontrollers.ch/lv2/vm.lv2>
### Packages
* [ArchLinux](https://www.archlinux.org/packages/community/x86_64/vm.lv2/)
### Bugs and feature requests
* [Gitlab](https://gitlab.com/OpenMusicKontrollers/vm.lv2)
* [Github](https://github.com/OpenMusicKontrollers/vm.lv2)
### Plugins

#### Control VM
Virtual machine for LV2 Control ports. Features 8 inputs and 8 outputs.
#### CV VM
Virtual machine for LV2 Control Voltage ports. Features 8 inputs and 8 outputs.
#### Audio VM
Virtual machine for LV2 Audio ports. Features 8 inputs and 8 outputs.
#### Atom VM
Virtual machine for LV2 Atom event ports. Features 8 inputs and 8 outputs.
#### MIDI VM
Virtual machine for LV2 MIDI event ports. Features 8 inputs and 8 outputs.
### License
Copyright (c) 2017-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>.
|