WildMidi_SongSeek - Man Page

Move to next song.

Library

libWildMidi

Synopsis

#include <wildmidi_lib.h>

int WildMidi_SongSeek (midi *handle, int8_t *nextsong);

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) or WildMidi_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.

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)

Author

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

Info

10 March 2016 WildMidi Programmer's Manual