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_Shutdown - Shutdown the library

Author

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

Description

       Shuts down the wildmidi library, resetting data and freeing up memory used by the library.

       Once  this  is  called,  the library is no longer initialized and WildMidi_Init(3) will need to be called
       again.

Library

libWildMidi

Name

       WildMidi_Shutdown - Shutdown the library

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

Synopsis

#include<wildmidi_lib.h>voidWildMidi_Shutdown(void)

See Also