src/cshellsynth/falling_saw.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_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)

Detailed Description

Falling Sawtooth Wave Synth

Ruby version: Synths::FallingSaw


Define Documentation

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

Function Documentation

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

 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