#include <jack/jack.h>#include <cshellsynth/atomic-types.h>#include <cshellsynth/synth.h>Go to the source code of this file.
Data Structures | |
| struct | cs_fsaw_t |
Defines | |
| #define | cs_fsaw_destroy(cs_fsaw) cs_synth_destroy((cs_synth_t *) (cs_fsaw)) |
| #define | cs_fsaw_set_freq(cs_fsaw, freq) cs_synth_set_freq((cs_synth_t *) (cs_fsaw), (freq)) |
| #define | cs_fsaw_set_offset(cs_fsaw, offset) cs_synth_set_offset((cs_synth_t *) (cs_fsaw), (offset)) |
| #define | cs_fsaw_set_amp(cs_fsaw, amp) cs_synth_set_amp((cs_synth_t *) (cs_fsaw), (amp)) |
Functions | |
| int | cs_fsaw_init (cs_fsaw_t *self, const char *client_name, jack_options_t flags, char *server_name) |
Falling Sawtooth Wave Synth
Ruby version: Synths::FallingSaw
| #define cs_fsaw_destroy | ( | cs_fsaw | ) | cs_synth_destroy((cs_synth_t *) (cs_fsaw)) |
Destroy falling saw synth
See cs_synth_destroy
| #define cs_fsaw_set_amp | ( | cs_fsaw, | |||
| amp | ) | cs_synth_set_amp((cs_synth_t *) (cs_fsaw), (amp)) |
| #define cs_fsaw_set_freq | ( | cs_fsaw, | |||
| freq | ) | cs_synth_set_freq((cs_synth_t *) (cs_fsaw), (freq)) |
| #define cs_fsaw_set_offset | ( | cs_fsaw, | |||
| offset | ) | cs_synth_set_offset((cs_synth_t *) (cs_fsaw), (offset)) |
| int cs_fsaw_init | ( | cs_fsaw_t * | self, | |
| const char * | client_name, | |||
| jack_options_t | flags, | |||
| char * | server_name | |||
| ) |
Initialize falling saw synth
See cs_synth_destroy
1.6.3