BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Typedefs | Functions
bsescminterp.hh File Reference
#include <bse/bse.hh>
#include <guile/gh.h>

Go to the source code of this file.

Typedefs

typedef struct _BseSCMWire BseSCMWire

Functions

void bse_scm_interp_init (void)
void bse_scm_interp_exec_script (const gchar *file_name, const gchar *call_expr, GValue *value)
void bse_scm_enable_script_register (gboolean enabled)
void bse_scm_enable_server (gboolean enabled)
SCM bse_scm_server_get (void)
SCM bse_scm_choice_match (SCM s_ev1, SCM s_ev2)
SCM bse_scm_glue_set_prop (SCM s_proxy, SCM s_prop_name, SCM s_value)
SCM bse_scm_glue_get_prop (SCM s_proxy, SCM s_prop_name)
SCM bse_scm_glue_call (SCM s_proc_name, SCM s_arg_list)
SCM bse_scm_signal_connect (SCM s_proxy, SCM s_signal, SCM s_lambda)
SCM bse_scm_signal_disconnect (SCM s_proxy, SCM s_handler_id)
SCM bse_scm_script_message (SCM s_type, SCM s_bits)
SCM bse_scm_script_register (SCM s_name, SCM s_options, SCM s_category, SCM s_blurb, SCM s_author, SCM s_license, SCM s_params)
SCM bse_scm_gettext (SCM scm_string)
SCM bse_scm_gettext_q (SCM scm_string)
SCM bse_scm_context_pending (void)
SCM bse_scm_context_iteration (SCM s_may_block)
SCM bse_scm_glue_rec_get (SCM scm_rec, SCM s_field)
SCM bse_scm_glue_rec_set (SCM scm_rec, SCM s_field, SCM s_value)
SCM bse_scm_glue_rec_print (SCM scm_rec)
SCM bse_scm_make_gc_plateau (guint size_hint)
void bse_scm_destroy_gc_plateau (SCM s_gcplateau)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines