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

Detailed Description

Rising Sawtooth Wave Synth

Ruby version: Synths::RisingSaw


Define Documentation

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

Function Documentation

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

 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