Constructor

AgsAudioSequencerThreadnew

since: 3.0.0

Declaration [src]

AgsSequencerThread*
ags_sequencer_thread_new (
  GObject* sequencer
)

Description [src]

Create a new instance of AgsSequencerThread.

Available since: 3.0.0

Parameters

sequencer

Type: GObject

The AgsSequencer.

The data is owned by the caller of the function.

Return value

Type: AgsSequencerThread

The new AgsSequencerThread.

The caller of the function takes ownership of the data, and is responsible for freeing it.