Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/X/machine/ags_synth_input_line.h>
struct AgsSynthInputLine;
struct AgsSynthInputLineClass;
AgsSynthInputLine * ags_synth_input_line_new (AgsChannel *channel
);
struct AgsSynthInputLine { AgsLine line; gchar *name; gchar *xml_type; AgsOscillator *oscillator; };
AgsSynthInputLine * ags_synth_input_line_new (AgsChannel *channel
);
Creates an AgsSynthInputLine
|
the assigned channel |
Returns : |
a new AgsSynthInputLine |
Since 0.4