Go to the source code of this file.
Functions | |
int | bse_note_from_freq (BseMusicalTuningType musical_tuning, double freq) |
int | bse_note_from_freq_bounded (BseMusicalTuningType musical_tuning, double freq) |
int | bse_note_fine_tune_from_note_freq (BseMusicalTuningType musical_tuning, int note, double freq) |
double | bse_note_to_freq (BseMusicalTuningType musical_tuning, int note) |
double | bse_note_to_tuned_freq (BseMusicalTuningType musical_tuning, int note, int fine_tune) |
BseFreqArray * | bse_freq_array_new (guint prealloc) |
void | bse_freq_array_free (BseFreqArray *farray) |
guint | bse_freq_array_n_values (BseFreqArray *farray) |
gdouble | bse_freq_array_get (BseFreqArray *farray, guint index) |
void | bse_freq_array_insert (BseFreqArray *farray, guint index, gdouble value) |
void | bse_freq_array_append (BseFreqArray *farray, gdouble value) |
void | bse_freq_array_set (BseFreqArray *farray, guint index, gdouble value) |
gboolean | bse_freq_arrays_match_freq (gfloat match_freq, BseFreqArray *inclusive_set, BseFreqArray *exclusive_set) |