src/cshellsynth/sine.h File Reference

#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)

Detailed Description

Sine Wave Synth

Ruby version: Synths::Sine


Define Documentation

#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))

Function Documentation

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

 All Data Structures Files Functions Variables Typedefs Enumerations Defines
Generated on Thu Sep 2 23:47:09 2010 for cshellsynth by  doxygen 1.6.3