#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_rsaw_t |
Defines | |
| #define | cs_rsaw_destroy(cs_rsaw) cs_synth_destroy((cs_synth_t *) (cs_rsaw)) |
| #define | cs_rsaw_set_freq(cs_rsaw, freq) cs_synth_set_freq((cs_synth_t *) (cs_rsaw), (freq)) |
| #define | cs_rsaw_set_offset(cs_rsaw, offset) cs_synth_set_offset((cs_synth_t *) (cs_rsaw), (offset)) |
| #define | cs_rsaw_set_amp(cs_rsaw, amp) cs_synth_set_amp((cs_synth_t *) (cs_rsaw), (amp)) |
Functions | |
| int | cs_rsaw_init (cs_rsaw_t *self, const char *client_name, jack_options_t flags, char *server_name) |
Rising Sawtooth Wave Synth
Ruby version: Synths::RisingSaw
| #define cs_rsaw_destroy | ( | cs_rsaw | ) | cs_synth_destroy((cs_synth_t *) (cs_rsaw)) |
Destroy rising saw synth
See cs_synth_destroy
| #define cs_rsaw_set_amp | ( | cs_rsaw, | |||
| amp | ) | cs_synth_set_amp((cs_synth_t *) (cs_rsaw), (amp)) |
| #define cs_rsaw_set_freq | ( | cs_rsaw, | |||
| freq | ) | cs_synth_set_freq((cs_synth_t *) (cs_rsaw), (freq)) |
| #define cs_rsaw_set_offset | ( | cs_rsaw, | |||
| offset | ) | cs_synth_set_offset((cs_synth_t *) (cs_rsaw), (offset)) |
| int cs_rsaw_init | ( | cs_rsaw_t * | self, | |
| const char * | client_name, | |||
| jack_options_t | flags, | |||
| char * | server_name | |||
| ) |
Initialize rising saw synth
See cs_synth_destroy
1.6.3