AgsPlayNote

AgsPlayNote

Synopsis

struct              AgsPlayNote;
struct              AgsPlayNoteClass;
AgsPlayNote *       ags_play_note_new                   ();

Description

Details

struct AgsPlayNote

struct AgsPlayNote {
  AgsRecall recall;

  AgsDevout *devout;

  AgsChannel *channel;
  AgsNote *note;
};

struct AgsPlayNoteClass

struct AgsPlayNoteClass {
  AgsRecallClass recall;
};

ags_play_note_new ()

AgsPlayNote *       ags_play_note_new                   ();