Top | ![]() |
![]() |
![]() |
![]() |
void | ags_sequencer_thread_interval_timeout () |
AgsSequencerThread * | ags_sequencer_thread_find_sequencer () |
AgsSequencerThread * | ags_sequencer_thread_new () |
#define | AGS_IS_SEQUENCER_THREAD() |
#define | AGS_SEQUENCER_THREAD() |
#define | AGS_SEQUENCER_THREAD_CLASS() |
#define | AGS_SEQUENCER_THREAD_GET_CLASS() |
GType | ags_sequencer_thread_get_type () |
#define | AGS_SEQUENCER_THREAD_DEFAULT_JIFFIE |
#define | AGS_TYPE_SEQUENCER_THREAD |
struct | AgsSequencerThread |
struct | AgsSequencerThreadClass |
void
ags_sequencer_thread_interval_timeout (AgsSequencerThread *sequencer_thread
);
AgsSequencerThread * ags_sequencer_thread_find_sequencer (AgsSequencerThread *sequencer_thread
,GObject *sequencer
);
Since: 2.0.0
AgsSequencerThread *
ags_sequencer_thread_new (GObject *sequencer
);
Create a new instance of AgsSequencerThread.
Since: 2.0.0
#define AGS_IS_SEQUENCER_THREAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SEQUENCER_THREAD))
#define AGS_SEQUENCER_THREAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SEQUENCER_THREAD, AgsSequencerThread))
#define AGS_SEQUENCER_THREAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SEQUENCER_THREAD, AgsSequencerThreadClass))
#define AGS_SEQUENCER_THREAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SEQUENCER_THREAD, AgsSequencerThreadClass))
#define AGS_SEQUENCER_THREAD_DEFAULT_JIFFIE (ceil(AGS_SOUNDCARD_DEFAULT_SAMPLERATE / AGS_SOUNDCARD_DEFAULT_BUFFER_SIZE) + AGS_SOUNDCARD_DEFAULT_OVERCLOCK)
“interval-timeout”
signalvoid user_function (AgsSequencerThread *agssequencerthread, gpointer user_data)
Flags: Run Last