You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dexed/lv2-examples/eg-sampler.lv2
Holger Wirtz 8a765b347a Added some examples... 8 years ago
..
README.txt Added some examples... 8 years ago
atom_sink.h Added some examples... 8 years ago
click.wav Added some examples... 8 years ago
manifest.ttl.in Added some examples... 8 years ago
sampler.c Added some examples... 8 years ago
sampler.ttl Added some examples... 8 years ago
sampler_ui.c Added some examples... 8 years ago
uris.h Added some examples... 8 years ago
waf Added some examples... 8 years ago
wscript Added some examples... 8 years ago

README.txt

== 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