BEAST - Free Software Audio Synthesizer and Tracker  0.9.2
Classes | Namespaces | Macros | Functions
sfiwrapper.hh File Reference
#include <stdbool.h>
#include <sfi/glib-extra.hh>
#include <rapicorn-core.hh>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SfiInitValue
 

Namespaces

 Bse
 The Bse namespace contains all functions of the synthesis engine.
 

Macros

#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. 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)