Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/X/machine/ags_ffplayer.h> struct AgsFFPlayer; struct AgsFFPlayerClass; AgsFFPlayer * ags_ffplayer_new ();
GObject *devoutvoid ags_ffplayer_paint (AgsFFPlayer *ffplayer
);
struct AgsFFPlayer { AgsMachine machine; guint mapped_output_pad; guint mapped_input_pad; gchar *name; gchar *xml_type; GtkButton *open; guint control_width; guint control_height; GtkDrawingArea *drawing_area; GtkAdjustment *hadjustment; AgsIpatch *ipatch; GtkComboBoxText *preset; GtkComboBoxText *instrument; };
AgsFFPlayer * ags_ffplayer_new (GObject *devout
);
Creates an AgsFFPlayer
|
the assigned devout. |
Returns : |
a new AgsFFPlayer |
Since 0.3