BSE Interface Reference

/opt/src/beast/bse/bsenote.h

SYNOPSIS

DESCRIPTION

bse_freq_array_append

/opt/src/beast/bse/bsenote.h:94
void  bse_freq_array_append 
(BseFreqArray *farray,
 gdouble       value);

bse_freq_array_free

/opt/src/beast/bse/bsenote.h:86

bse_freq_array_get

/opt/src/beast/bse/bsenote.h:89
gdouble  bse_freq_array_get 
(BseFreqArray *farray,
 guint         index);

bse_freq_array_insert

/opt/src/beast/bse/bsenote.h:92
void  bse_freq_array_insert 
(BseFreqArray *farray,
 guint         index,
 gdouble       value);

bse_freq_array_n_values

/opt/src/beast/bse/bsenote.h:87

bse_freq_array_new

/opt/src/beast/bse/bsenote.h:85

bse_freq_array_set

/opt/src/beast/bse/bsenote.h:98
void  bse_freq_array_set 
(BseFreqArray *farray,
 guint         index,
 gdouble       value);

bse_freq_arrays_match_freq

/opt/src/beast/bse/bsenote.h:104
gboolean  bse_freq_arrays_match_freq 
(gfloat        match_freq,
 BseFreqArray *inclusive_set,
 BseFreqArray *exclusive_set);

bse_note_fine_tune_from_note_freq

/opt/src/beast/bse/bsenote.h:75
int  bse_note_fine_tune_from_note_freq 
(BseMusicalTuningType musical_tuning,
 int                  note,
 double               freq);

bse_note_from_freq

/opt/src/beast/bse/bsenote.h:70
int  bse_note_from_freq 
(BseMusicalTuningType musical_tuning,
 double               freq);

bse_note_from_freq_bounded

/opt/src/beast/bse/bsenote.h:72
int  bse_note_from_freq_bounded 
(BseMusicalTuningType musical_tuning,
 double               freq);

bse_note_to_freq

/opt/src/beast/bse/bsenote.h:77
double  bse_note_to_freq 
(BseMusicalTuningType musical_tuning,
 int                  note);

bse_note_to_tuned_freq

/opt/src/beast/bse/bsenote.h:80
double  bse_note_to_tuned_freq 
(BseMusicalTuningType musical_tuning,
 int                  note,
 int                  fine_tune);