PS04RhythmPatternEndNote

PS04RhythmPatternEndNote — the end mark of a rhythm pattern

Synopsis


#include <PS04-rhythm-pattern-end-note.h>


            PS04RhythmPatternEndNote;
PS04RhythmPatternEndNote* ps04_rhythm_pattern_end_note_new
                                            (void);

Object Hierarchy


  GObject
   +----PS04RhythmNote
         +----PS04RhythmPatternEndNote

Description

The PS04RhythmPatternEndNote class represents the end of a PS04RhythmPattern, much like a Standard MIDI “End Of Track” event.

Details

PS04RhythmPatternEndNote

typedef struct _PS04RhythmPatternEndNote PS04RhythmPatternEndNote;


ps04_rhythm_pattern_end_note_new ()

PS04RhythmPatternEndNote* ps04_rhythm_pattern_end_note_new
                                            (void);

Creates a new rhythm_pattern_end note.

Returns : a new PS04RhythmPatternEndNote.

See Also

PS04BassNote, PS04DrumNote, PS04RhythmPattern, PS04RhythmPatternEvent