Ags.Countable

g Ags.Countable Ags.Countable GObject.GInterface GObject.GInterface GObject.GInterface->Ags.Countable

Implementations:

None

Methods

get_midi_counter ()

get_notation_counter ()

get_sequencer_counter ()

get_wave_counter ()

Virtual Methods

do_get_midi_counter ()

do_get_notation_counter ()

do_get_sequencer_counter ()

do_get_wave_counter ()

Properties

None

Signals

None

Fields

None

Class Details

class Ags.Countable
Bases:

GObject.GInterface

Structure:

Ags.CountableInterface

get_midi_counter()
Returns:

the current position

Return type:

int

Retrieve current position of MIDI.

New in version 3.0.0.

get_notation_counter()
Returns:

the current position

Return type:

int

Retrieve current position of notation.

New in version 3.0.0.

get_sequencer_counter()
Returns:

the current position

Return type:

int

Retrieve current position of sequencer.

New in version 3.0.0.

get_wave_counter()
Returns:

the current position

Return type:

int

Retrieve current position of wave.

New in version 3.0.0.

do_get_midi_counter() virtual
Returns:

the current position

Return type:

int

Retrieve current position of MIDI.

New in version 3.0.0.

do_get_notation_counter() virtual
Returns:

the current position

Return type:

int

Retrieve current position of notation.

New in version 3.0.0.

do_get_sequencer_counter() virtual
Returns:

the current position

Return type:

int

Retrieve current position of sequencer.

New in version 3.0.0.

do_get_wave_counter() virtual
Returns:

the current position

Return type:

int

Retrieve current position of wave.

New in version 3.0.0.