2 #ifndef __BSE_CORE_HH__
3 #define __BSE_CORE_HH__
18 static bool remove (
int tid);
19 static void update ();
26 void init_async (
int *argc,
char **argv,
const char *app_name,
const StringVector &args = StringVector());
31 static AidaGlibSource* create (Rapicorn::Aida::BaseConnection *connection);
SfiGlueContext * init_glue_context(const gchar *client, const std::function< void()> &caller_wakeup)
Create SFI glue layer context.
Definition: bsestartup.cc:15
The Bse namespace contains all functions of the synthesis engine.
Definition: bstbseutils.cc:67
Definition: bstserverapi.cc:544
The task registry keeps track of runtime threads for profiling and statistical purposes.
Definition: bsestartup.hh:13
A GSource implementation to attach an Aida::BaseConnection to a Glib main loop.
Definition: bsestartup.hh:29
void init_async(int *argc, char **argv, const char *app_name, const StringVector &args)
Initialize and start BSE.
Definition: bsestartup.cc:25