Go to the source code of this file.
|
#define | bse_assert_ok(error) |
|
|
enum | BseIIRFilterKind {
BSE_IIR_FILTER_BUTTERWORTH,
BSE_IIR_FILTER_BESSEL,
BSE_IIR_FILTER_CHEBYSHEV1,
BSE_IIR_FILTER_CHEBYSHEV2,
BSE_IIR_FILTER_ELLIPTIC
} |
|
enum | BseIIRFilterType { BSE_IIR_FILTER_LOW_PASS,
BSE_IIR_FILTER_BAND_PASS,
BSE_IIR_FILTER_HIGH_PASS,
BSE_IIR_FILTER_BAND_STOP
} |
|
enum | BseRegistrationType {
BSE_REGISTER_PLUGIN,
BSE_REGISTER_SCRIPT,
BSE_REGISTER_DONE,
BSE_REGISTER_PLUGIN,
BSE_REGISTER_SCRIPT,
BSE_REGISTER_DONE
} |
|
enum | BseInterpolType { BSE_INTERPOL_NONE,
BSE_INTERPOL_LINEAR,
BSE_INTERPOL_CUBIC
} |
|
enum | BseLoopType {
BSE_LOOP_NONE,
BSE_LOOP_PATTERN,
BSE_LOOP_PATTERN_ROWS,
BSE_LOOP_SONG,
BSE_LOOP_LAST
} |
|
enum | BseMagicFlags { BSE_MAGIC_BSE_BIN_EXTENSION,
BSE_MAGIC_BSE_SONG
} |
|
|
const gchar * | bse_error_blurb (Bse::ErrorType error_value) |
|
Bse::ErrorType | bse_error_from_errno (gint v_errno, Bse::ErrorType fallback) |
|