#include <portamento.h>
Data Fields | |
| jack_client_t * | client |
| jack_port_t * | in_port |
| atomic_float_t | in |
| jack_port_t * | out_port |
| jack_port_t * | lag_port |
| atomic_float_t | lag |
| double | start |
| double | target |
| double | last |
Portamento Filter
Ruby version: Filters::Portamento
See cs_filter_t
| atomic_float_t cs_porta_t::lag |
The lag, in samples
| double cs_porta_t::last |
The value being progressed to
| double cs_porta_t::start |
Static version of lag
| double cs_porta_t::target |
The value being progressed from
1.6.3