LV2 subproject with meson
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.
 
 
 
 
 
 
David Robillard 882b9446cb Format all code with clang-format 2 years ago
..
README.txt eg-sampler: Add waveform display to UI 7 years ago
atom_sink.h Format all code with clang-format 2 years ago
click.wav Order book chapters in build script rather than by bundle name. 9 years ago
manifest.ttl.in Order book chapters in build script rather than by bundle name. 9 years ago
peaks.h Format all code with clang-format 2 years ago
sampler.c Format all code with clang-format 2 years ago
sampler.ttl eg-sampler: Fix default gain value 3 years ago
sampler_ui.c Format all code with clang-format 2 years ago
uris.h Format all code with clang-format 2 years ago
waf Order book chapters in build script rather than by bundle name. 9 years ago
wscript Simplify plugin building and set up source tree run environment 4 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
- Network-transparent waveform display with incremental peak transmission