diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-31 13:02:31 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-31 13:02:31 +0200 |
commit | 3a4a9d4714189b6421db92135d28b394027d5804 (patch) | |
tree | a23fd41a2a5ab0d4d5710d849eb9e43ee9f87b5a /README.md | |
parent | b810965a9d08be7804fc974266d35629d91bdb95 (diff) | |
download | synthpod-3a4a9d4714189b6421db92135d28b394027d5804.tar.xz |
add README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..55125c9d --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Synthpod + +## Lightweight cross-platform LV2 host and meta plugin + +### Build status + +[](https://travis-ci.org/OpenMusicKontrollers/synthpod) + +### About + +### Dependencies + +* [lv2](http://lv2plug.in) (LV2 plugin specification) +* [lilv](http://drobilla.net/software/lilv/) (LV2 plugin host library) +* [libuv](http://docs.libuv.org/) (Lightweight event library) +* [JACK](http://jackaudio.org/) (JACK audio connection kit) +* [PortAudio](http://portaudio.com/) (Portable cross-platform audio I/O) +* [RtMidi](http://www.music.mcgill.ca/~gary/rtmidi/) (Realtime cross-platform MIDI I/O) +* [Elementary](http://docs.enlightenment.org/auto/elementary/) (EFL UI toolkit) + +### License + +Copyright (c) 2015 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>. |