diff options
author | David Robillard <d@drobilla.net> | 2013-02-18 03:05:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-18 03:05:55 +0000 |
commit | f78962ae66a6e09bf372839665a150786fca8100 (patch) | |
tree | e37a41ab136e10263a951d3ae901f50aeb7a3942 /plugins/eg04-sampler.lv2/README.txt | |
parent | e5ffd577fced7c2d55b0298af8eb6a4581de82a6 (diff) | |
download | lv2-f78962ae66a6e09bf372839665a150786fca8100.tar.xz |
Clean up sampler exampler for book format.
Diffstat (limited to 'plugins/eg04-sampler.lv2/README.txt')
-rw-r--r-- | plugins/eg04-sampler.lv2/README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/eg04-sampler.lv2/README.txt b/plugins/eg04-sampler.lv2/README.txt index c1cac46..4eed9e6 100644 --- a/plugins/eg04-sampler.lv2/README.txt +++ b/plugins/eg04-sampler.lv2/README.txt @@ -1 +1,13 @@ == Sampler == + +This plugin loads a single sample from a .wav file and plays it back when a MIDI +note on is received. Any sample on the system can be loaded via another event. +A Gtk UI is included which does this, but the host can as well. + +This plugin illustrates: + +- UI <==> Plugin communication via events +- Use of the worker extension for non-realtime tasks (sample loading) +- Use of the log extension to print log messages via the host +- Saving plugin state via the state extension +- Dynamic plugin control via the same properties saved to state |