|
Gin
|
Configuration for pitch glide (portamento/glissando) between notes. More...
#include <gin_synthesiser.h>
Public Attributes | |
| float | fromNote = -1 |
| bool | glissando = false |
| bool | portamento = false |
| float | rate = 0.0f |
Configuration for pitch glide (portamento/glissando) between notes.
GlideInfo defines how a synthesizer voice should transition in pitch from one note to another. This is used for implementing portamento (smooth glide) and glissando (stepped glide through semitones).
Fields:
| float GlideInfo::fromNote = -1 |
| float GlideInfo::rate = 0.0f |