Top |
void | change-bpm | Run Last |
void | change-notation-duration | Run Last |
void | change-sequencer-duration | Run Last |
void | change-tact | Run Last |
AgsTactable is implemented by AgsCountBeatsAudio, AgsCountBeatsAudioRun, AgsDelayAudio, AgsNotation and AgsPattern.
gdouble
ags_tactable_get_sequencer_duration (AgsTactable *tactable
);
Get sequencer duration.
Since: 0.7.43
gdouble
ags_tactable_get_notation_duration (AgsTactable *tactable
);
Get notation duration.
Since: 0.7.43
gdouble
ags_tactable_get_tact (AgsTactable *tactable
);
Get tact.
Since: 0.7.43
gdouble
ags_tactable_get_bpm (AgsTactable *tactable
);
Get bpm.
Since: 0.7.43
void ags_tactable_change_sequencer_duration (AgsTactable *tactable
,gdouble duration
);
Sequencer duration changed.
Since: 0.4.2
void ags_tactable_change_notation_duration (AgsTactable *tactable
,gdouble duration
);
Notation duration changed.
Since: 0.4.2
void ags_tactable_change_tact (AgsTactable *tactable
,gdouble new_tact
,gdouble old_tact
);
Tact changed.
Since: 0.4.2
void ags_tactable_change_bpm (AgsTactable *tactable
,gdouble new_bpm
,gdouble old_bpm
);
Bpm changed.
Since: 0.4.2
“change-bpm”
signalvoid user_function (AgsTactable *tactable, gdouble duration, gdouble arg2, gpointer user_data)
Flags: Run Last
Since: 0.7.46
“change-notation-duration”
signalvoid user_function (AgsTactable *tactable, gdouble duration, gpointer user_data)
Flags: Run Last
Since: 0.7.46
“change-sequencer-duration”
signalvoid user_function (AgsTactable *tactable, gdouble duration, gpointer user_data)
Flags: Run Last
Since: 0.7.46
“change-tact”
signalvoid user_function (AgsTactable *tactable, gdouble tact, gdouble arg2, gpointer user_data)
Flags: Run Last
Since: 0.7.46