BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
Go to the source code of this file.
Classes | |
struct | SfiInitValue |
Namespaces | |
namespace | Bse |
The Bse namespace contains all functions of the synthesis engine. | |
Defines | |
#define | BSE_ISLIKELY(expr) |
Compiler hint that expr is likely to be true. | |
#define | BSE_UNLIKELY(expr) |
Compiler hint that expr is unlikely to be true. | |
#define | BSE_LIKELY |
Compiler hint that expr is likely to be true. | |
#define | BSE_DEBUG(...) |
Issue a general purpose debugging message, configurable via #$BSE_DEBUG. | |
#define | BSE_KEY_DEBUG(key,...) |
Issue a debugging message if debugging for key is enabled via #$BSE_DEBUG. | |
#define | sfi_error(...) |
#define | sfi_warning(...) |
#define | sfi_info(...) |
#define | sfi_diag(...) |
Functions | |
void | Bse::bse_debug (const char *key, const char *file_path, const int line, const String &message) |
Issue a debugging message, configurable via #$BSE_DEBUG. | |
bool | Bse::_bse_debug_enabled (const char *key) |
bool | Bse::bse_debug_enabled (const char *key) |
Check if debugging is enabled for key. | |
bool | Bse::bse_flipper_check (const char *key) |
Check if the feature toggle key is enabled in #$BSE_FLIPPER. | |
void | sfi_init (int *argcp, char **argv, const char *app_name, const Bse::StringVector &args=Bse::StringVector()) |
bool | birnet_file_check (const char *file, const char *mode) |
bool | birnet_file_equals (const char *file1, const char *file2) |
void | sfi_url_show (const char *url) |
void | sfi_url_show_with_cookie (const char *url, const char *url_title, const char *cookie) |
bool | sfi_url_test_show (const char *url) |
bool | sfi_url_test_show_with_cookie (const char *url, const char *url_title, const char *cookie) |