Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/object/ags_tactable.h> typedef AgsTactable; struct AgsTactableInterface;void ags_tactable_change_bpm (AgsTactable *tactable
,);
gdouble bpmvoid ags_tactable_change_notation_duration (AgsTactable *tactable
,);
gdouble durationvoid ags_tactable_change_sequencer_duration (AgsTactable *tactable
,);
gdouble durationvoid ags_tactable_change_tact (AgsTactable *tactable
,);
gdouble tact
struct AgsTactableInterface { GTypeInterface interface; void (*change_sequencer_duration)(AgsTactable *tactable, gdouble duration); void (*change_notation_duration)(AgsTactable *tactable, gdouble duration); void (*change_tact)(AgsTactable *tactable, gdouble tact); void (*change_bpm)(AgsTactable *tactable, gdouble bpm); };
void ags_tactable_change_bpm (AgsTactable *tactable
,);
gdouble bpm
Bpm changed.
|
an AgsTactable |
|
the bpm |
void ags_tactable_change_notation_duration (AgsTactable *tactable
,);
gdouble duration
Notation duration changed.
|
an AgsTactable |
|
the duration |
void ags_tactable_change_sequencer_duration (AgsTactable *tactable
,);
gdouble duration
Sequencer duration changed.
|
an AgsTactable |
|
the duration |
void ags_tactable_change_tact (AgsTactable *tactable
,);
gdouble tact
Tact changed.
|
an AgsTactable |
|
the tact |