#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_sine_t |
Defines | |
| #define | cs_sine_destroy(cs_sine) cs_synth_destroy((cs_synth_t *) (cs_sine)) |
| #define | cs_sine_set_freq(cs_sine, freq) cs_synth_set_freq((cs_synth_t *) (cs_sine), (freq)) |
| #define | cs_sine_set_offset(cs_sine, offset) cs_synth_set_offset((cs_synth_t *) (cs_sine), (offset)) |
| #define | cs_sine_set_amp(cs_sine, amp) cs_synth_set_amp((cs_synth_t *) (cs_sine), (amp)) |
Functions | |
| int | cs_sine_init (cs_sine_t *self, const char *client_name, jack_options_t flags, char *server_name) |
Sine Wave Synth
Ruby version: Synths::Sine
| #define cs_sine_destroy | ( | cs_sine | ) | cs_synth_destroy((cs_synth_t *) (cs_sine)) |
Destroy sine synth
See cs_synth_destroy
| #define cs_sine_set_amp | ( | cs_sine, | |||
| amp | ) | cs_synth_set_amp((cs_synth_t *) (cs_sine), (amp)) |
| #define cs_sine_set_freq | ( | cs_sine, | |||
| freq | ) | cs_synth_set_freq((cs_synth_t *) (cs_sine), (freq)) |
| #define cs_sine_set_offset | ( | cs_sine, | |||
| offset | ) | cs_synth_set_offset((cs_synth_t *) (cs_sine), (offset)) |
| int cs_sine_init | ( | cs_sine_t * | self, | |
| const char * | client_name, | |||
| jack_options_t | flags, | |||
| char * | server_name | |||
| ) |
Initialize sine synth
See cs_synth_destroy
1.6.3