AgsSeekable

AgsSeekable — unique access to recalls

Functions

Signals

void seek Run Last

Object Hierarchy

    GInterface
    ╰── AgsSeekable

Known Implementations

AgsSeekable is implemented by AgsCountBeatsAudioRun.

Includes

#include <ags/object/ags_seekable.h>

Description

The AgsSeekable interface gives you the AgsSeekable::seek() signal what notifies about changed offset of pattern or notation.

Functions

ags_seekable_seek ()

void
ags_seekable_seek (AgsSeekable *seekable,
                   guint steps,
                   gboolean forward);

Seek relatively.

Parameters

seekable

the AgsSeekable interface

 

steps

the amount of seeking

 

forward

the direction, TRUE for moving ahead

 

Since: 0.5.0

Types and Values

Signal Details

The “seek” signal

void
user_function (AgsSeekable *seekable,
               guint        steps,
               gboolean     forward,
               gpointer     user_data)

Flags: Run Last