#include <sfi/sfi.hh>
#include "bstdefs.hh"
#include "bstoldbseapi.h"
Go to the source code of this file.
|
| Bse |
| The Bse namespace contains all functions of the synthesis engine.
|
|
|
#define | SFIDL_SKIPDEF__BseErrorType |
|
#define | BseErrorType |
|
#define | SFIDL_SKIPDEF__BseMidiSignalType |
|
#define | BseMidiSignalType |
|
#define | BSE_SERVER |
|
#define | bse_proxy_set_property |
|
#define | bse_proxy_get_property |
|
#define | bse_proxy_set |
|
#define | bse_proxy_get |
|
#define | bse_proxy_get_pspec |
|
#define | bse_proxy_list_properties |
|
#define | bse_proxy_disconnect |
|
#define | bse_proxy_connect |
|
#define | bse_proxy_pending |
|
#define | bse_proxy_is_a |
|
#define | bse_proxy_get_qdata |
|
#define | bse_proxy_set_qdata_full |
|
#define | bse_proxy_steal_qdata |
|
#define | bse_proxy_set_qdata(p, q, d) |
|
#define | bse_proxy_set_data(p, n, d) |
|
#define | bse_proxy_get_data(p, n) |
|
#define | bse_proxy_steal_data(p, n) |
|
#define | bse_proxy_set_data_full(p, n, d, f) |
|
|
Bse::Error | bst_project_restore_from_file (Bse::ProjectH project, const gchar *file_name, bool apply_project_file_name, bool preserve_non_dirty) |
|
Bse::Error | bst_project_import_midi_file (Bse::ProjectH project, const gchar *file_name) |
|
const gchar * | bst_procedure_get_title (const gchar *procedure) |
|
uint | bst_path_leaf_index (const String &path, char separator= '/') |
| Return the character index of the last string segment not containing separator.
|
|
BseCategory * | bse_category_find (const gchar *pattern) |
|
const char * | Bse::error_blurb (Bse::Error error_value) |
| Retrieve the description of an error value.
|
|