Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_ffplayer_paint () |
|
ags_ffplayer_open_filename () |
|
ags_ffplayer_load_preset () |
|
ags_ffplayer_load_instrument () |
|
ags_ffplayer_update () |
|
ags_ffplayer_sf2_loader_completed_timeout () |
AgsFFPlayer * | ags_ffplayer_new () |
#define | AGS_FFPLAYER() |
#define | AGS_FFPLAYER_CLASS() |
#define | AGS_FFPLAYER_GET_CLASS() |
#define | AGS_IS_FFPLAYER() |
#define | AGS_IS_FFPLAYER_CLASS() |
|
ags_ffplayer_get_type () |
Types and Values
#define | AGS_FFPLAYER_DEFAULT_CONTROL_WIDTH |
#define | AGS_FFPLAYER_DEFAULT_CONTROL_HEIGHT |
enum | AgsFFPlayerFlags |
#define | AGS_TYPE_FFPLAYER |
struct | AgsFFPlayer |
struct | AgsFFPlayerClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkGrid ╰── AgsMachine ╰── AgsFFPlayer
Implemented Interfaces
AgsFFPlayer implements
Functions
ags_ffplayer_open_filename ()
void ags_ffplayer_open_filename (AgsFFPlayer *ffplayer
,);
gchar *filename
ags_ffplayer_update ()
void ags_ffplayer_update (AgsFFPlayer *ffplayer
);
Update ffplayer
.
Since:
ags_ffplayer_sf2_loader_completed_timeout ()
gboolean ags_ffplayer_sf2_loader_completed_timeout (AgsFFPlayer *ffplayer
);
Queue draw widget
Since:
ags_ffplayer_new ()
AgsFFPlayer *
ags_ffplayer_new (GObject *soundcard
);
Create a new instance of AgsFFPlayer
Since:
AGS_FFPLAYER()
#define AGS_FFPLAYER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER, AgsFFPlayer))
AGS_FFPLAYER_CLASS()
#define AGS_FFPLAYER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER, AgsFFPlayerClass))
AGS_FFPLAYER_GET_CLASS()
#define AGS_FFPLAYER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_FFPLAYER, AgsFFPlayerClass))
AGS_IS_FFPLAYER()
#define AGS_IS_FFPLAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER))
AGS_IS_FFPLAYER_CLASS()
#define AGS_IS_FFPLAYER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FFPLAYER))