PS04RhythmSongClock

PS04RhythmSongClock — a clock for rhythm songs

Synopsis




            PS04RhythmSongClock;
PS04RhythmSongClock* ps04_rhythm_song_clock_new
                                            (const PS04RhythmSong *song);

Description

The PS04RhythmSongClock class represents a clock that emits signals as events occur in the song.

Details

PS04RhythmSongClock

typedef struct _PS04RhythmSongClock PS04RhythmSongClock;


ps04_rhythm_song_clock_new ()

PS04RhythmSongClock* ps04_rhythm_song_clock_new
                                            (const PS04RhythmSong *song);

Creates a new clock.

song :
Returns : a new PS04RhythmSongClock object.