1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 23:29:24 +02:00
2013-11-13 00:39:30 +00:00
..
2013-11-13 00:39:30 +00:00
2013-10-27 08:56:51 +00:00
waf
2013-11-13 00:39:30 +00:00
2013-10-27 08:56:51 +00: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