Struct instrument::note_freq::Portamento [] [src]

pub struct Portamento(pub Samples);

A PortamentoNote generator that applies a glissando for the given number of samples.

Trait Implementations

impl Copy for Portamento
[src]

impl Clone for Portamento
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Portamento
[src]

Formats the value using the given formatter.

impl PartialEq for Portamento
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl NoteFreqGenerator for Portamento
[src]

The note frequency generated by the NoteFreqModulator type.

Construct a new note_freq from the note_hz given by a note_event and the last voice that handled a note. Read more