logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WildMidi_GetLyric - get lyrics of a midi

Author

       Chris Ison <chrisisonwildcode@gmail.com> Bret Curtis <psi29a@gmail.com>

Description

       Returns  a  pointer to a nul terminated string that contains the data contained in the last read lyric or
       text meta event.  Or returns NULL if no lyric is waiting to be read.

       handle The identifier obtained from opening a midi file with WildMidi_Open(3) orWildMidi_OpenBuffer(3)

Library

libWildMidi

Name

       WildMidi_GetLyric - get lyrics of a midi

Return Value

       On error returns NULL with an error message displayed to stderr.

       Otherwise returns a pointer to a *char containing the lyric data.

See Also

WildMidi_GetVersion(3),WildMidi_Init(3),WildMidi_MasterVolume(3),WildMidi_Open(3),WildMidi_OpenBuffer(3),WildMidi_SetOption(3),WildMidi_GetOutput(3),WildMidi_GetMidiOutput(3),WildMidi_FastSeek(3),WildMidi_Close(3),WildMidi_Shutdown(3),wildmidi.cfg(5)

Synopsis

#include<wildmidi_lib.h>char*WildMidi_GetLyric(midi*handle);

See Also