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_SongSeek - Move to next song.

Author

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

Description

       Stops  and  flushes  currently  playing  midi and then begins playing the next, previous or the same song
       contained in a type-2 midi.

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

       nextsong
              Whether to go to previous song (-1), beginning of current song (0),  next  song  (1).  Only  0  is
              accepted for type-0 or type-1 midis.

Library

libWildMidi

Name

       WildMidi_SongSeek - Move to next song.

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_GetInfo(3),WildMidi_Close(3),WildMidi_Shutdown(3),wildmidi.cfg(5)

Synopsis

#include<wildmidi_lib.h>intWildMidi_SongSeek(midi*handle,int8_t*nextsong);

See Also