1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-23 06:23:49 +02:00
Files
audacity/lib-src/lv2/lv2/plugins/eg-sampler.lv2
Leland Lucius be336797b3 Update local LV2 libraries to latest versions
lilv-0.24.6
   lv2-1.16.0
   serd-0.30.2
   sord-0.16.4
   sratom-0.6.4
   suil-0.10.6
2019-12-17 11:15:16 -06:00
..

== 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
- Network-transparent waveform display with incremental peak transmission