BSE Interface Reference

/opt/src/beast/bse/bsesubsynth.h

SYNOPSIS

DESCRIPTION

_BseSubSynth

/opt/src/beast/bse/bsesubsynth.h:34
struct _BseSubSynth
{
  BseSource parent_object;
  BseSNet  *snet;
  gchar   **input_ports;
  gchar   **output_ports;
  guint     midi_channel;
  guint     null_shortcut;
};

_BseSubSynthClass

/opt/src/beast/bse/bsesubsynth.h:44
struct _BseSubSynthClass
{
  BseSourceClass parent_class;
};

bse_sub_synth_set_midi_channel

/opt/src/beast/bse/bsesubsynth.h:55
void  bse_sub_synth_set_midi_channel 
(BseSubSynth *self,
 guint        midi_channel);

bse_sub_synth_set_null_shortcut

/opt/src/beast/bse/bsesubsynth.h:52