Top |
guint64 | ags_countable_get_sequencer_counter () |
guint64 | ags_countable_get_notation_counter () |
guint64 | ags_countable_get_wave_counter () |
guint64 | ags_countable_get_midi_counter () |
The AgsCountable interface gives you a unique access to counters. Generally we distinguish between notation and sequencer counters. Those may have their own relative positions, especially the sequencers may loop.
guint64
ags_countable_get_sequencer_counter (AgsCountable *countable
);
Retrieve current position of sequencer.
Since: 3.0.0
guint64
ags_countable_get_notation_counter (AgsCountable *countable
);
Retrieve current position of notation.
Since: 3.0.0
guint64
ags_countable_get_wave_counter (AgsCountable *countable
);
Retrieve current position of wave.
Since: 3.0.0
guint64
ags_countable_get_midi_counter (AgsCountable *countable
);
Retrieve current position of MIDI.
Since: 3.0.0