#include <stdbool.h>
#include <sfi/glib-extra.hh>
#include <rapicorn-core.hh>
Go to the source code of this file.
|
| Bse |
| The Bse namespace contains all functions of the synthesis engine.
|
|
|
#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(...) |
|
|
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. More...
|
|
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) |
|