diff options
author | David Robillard <d@drobilla.net> | 2015-02-18 16:45:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-18 16:45:27 -0500 |
commit | 9b4b2b68f50db95da7d63a62a8ebee90be58da58 (patch) | |
tree | 553a61146a9f66f39c68e74950565e531bd3862d /plugins/eg-amppp.lv2/README.txt | |
parent | 3520e1fba6c5ab47b5f01c6f0755abe45d622a6d (diff) | |
download | lv2-9b4b2b68f50db95da7d63a62a8ebee90be58da58.tar.xz |
Add preliminary C++ work.
Diffstat (limited to 'plugins/eg-amppp.lv2/README.txt')
-rw-r--r-- | plugins/eg-amppp.lv2/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/eg-amppp.lv2/README.txt b/plugins/eg-amppp.lv2/README.txt new file mode 100644 index 0000000..a5cb36c --- /dev/null +++ b/plugins/eg-amppp.lv2/README.txt @@ -0,0 +1,3 @@ +== Simple C++ Amplifier == + +This is a version of the simple amplifier example, but written in C++. |