#include <sampler.h>
Data Fields | |
| jack_client_t * | client |
| jack_port_t * | ctl_port |
| jack_port_t * | outL_port |
| jack_port_t * | outR_port |
| atomic_ptr_t | sf |
| atomic_t | sf_sync |
| bool | playing |
Simple Sampler
Ruby version: Sampler
| jack_port_t* cs_sampler_t::outL_port |
The port for the control signal
| jack_port_t* cs_sampler_t::outR_port |
Left output port
A lock to synchronize sample changes
| atomic_ptr_t cs_sampler_t::sf |
Right output port
| atomic_t cs_sampler_t::sf_sync |
The soundfile
1.6.3