BSE Interface Reference

/opt/src/beast/bse/bseparam.h

SYNOPSIS

DESCRIPTION

bse_param_spec_boxed

/opt/src/beast/bse/bseparam.h:57
GParamSpec*  bse_param_spec_boxed 
(const gchar *name,
 const gchar *nick,
 const gchar *blurb,
 GType        boxed_type,
 const gchar *hints);

bse_param_spec_freq

/opt/src/beast/bse/bseparam.h:71
GParamSpec*  bse_param_spec_freq 
(const gchar *name,
 const gchar *nick,
 const gchar *blurb,
 SfiReal      default_freq,
 SfiReal      min_freq,
 SfiReal      max_freq,
 const gchar *hints);

bse_param_spec_object

/opt/src/beast/bse/bseparam.h:38
GParamSpec*  bse_param_spec_object 
(const gchar *name,
 const gchar *nick,
 const gchar *blurb,
 GType        object_type,
 const gchar *hints);

bse_value_object

/opt/src/beast/bse/bseparam.h:44
GValue*  bse_value_object 
(gpointer vobject);