Ags.Countable¶
- Implementations:
None
Methods¶
Virtual Methods¶
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Ags.Countable¶
- Bases:
- Structure:
- get_midi_counter()¶
- Returns:
the current position
- Return type:
Retrieve current position of MIDI.
New in version 3.0.0.
- get_notation_counter()¶
- Returns:
the current position
- Return type:
Retrieve current position of notation.
New in version 3.0.0.
- get_sequencer_counter()¶
- Returns:
the current position
- Return type:
Retrieve current position of sequencer.
New in version 3.0.0.
- get_wave_counter()¶
- Returns:
the current position
- Return type:
Retrieve current position of wave.
New in version 3.0.0.
- do_get_midi_counter() virtual¶
- Returns:
the current position
- Return type:
Retrieve current position of MIDI.
New in version 3.0.0.
- do_get_notation_counter() virtual¶
- Returns:
the current position
- Return type:
Retrieve current position of notation.
New in version 3.0.0.
- do_get_sequencer_counter() virtual¶
- Returns:
the current position
- Return type:
Retrieve current position of sequencer.
New in version 3.0.0.