AgsTactable

AgsTactable — Unique tempo set or attributes access

Functions

Includes

#include <ags/object/ags_tactable.h>

Description

The AgsTactable interface gives you a unique access to modify tempo.

Functions

ags_tactable_change_sequencer_duration ()

void
ags_tactable_change_sequencer_duration
                               (AgsTactable *tactable,
                                gdouble duration);

Sequencer duration changed.

Parameters

tactable

an AgsTactable

 

duration

the duration

 

ags_tactable_change_notation_duration ()

void
ags_tactable_change_notation_duration (AgsTactable *tactable,
                                       gdouble duration);

Notation duration changed.

Parameters

tactable

an AgsTactable

 

duration

the duration

 

ags_tactable_change_tact ()

void
ags_tactable_change_tact (AgsTactable *tactable,
                          gdouble tact);

Tact changed.

Parameters

tactable

an AgsTactable

 

tact

the tact

 

ags_tactable_change_bpm ()

void
ags_tactable_change_bpm (AgsTactable *tactable,
                         gdouble bpm);

Bpm changed.

Parameters

tactable

an AgsTactable

 

bpm

the bpm

 

Types and Values