1WildMidi_Shutdown(3) WildMidi Programmer's Manual WildMidi_Shutdown(3)
2
3
4
6 WildMidi_Shutdown - Shutdown the library
7
9 libWildMidi
10
12 #include <wildmidi_lib.h>
13
14 void WildMidi_Shutdown(void)
15
17 Shuts down the wildmidi library, resetting data and freeing up memory
18 used by the library.
19
20 Once this is called, the library is no longer initialized and Wild‐
21 Midi_Init(3) will need to be called again.
22
24 WildMidi_GetVersion(3), WildMidi_Init(3), WildMidi_MasterVolume(3),
25 WildMidi_Open(3), WildMidi_OpenBuffer(3), WildMidi_SetOption(3), Wild‐
26 Midi_GetOutput(3), WildMidi_GetMidiOutput(3), WildMidi_GetInfo(3),
27 WildMidi_FastSeek(3), WildMidi_Close(3), wildmidi.cfg(5)
28
30 Chris Ison <chrisisonwildcode@gmail.com> Bret Curtis <psi29a@gmail.com>
31
33 Copyright (C) WildMidi Developers 2001-2016
34
35 This file is part of WildMIDI.
36
37 WildMIDI is free software: you can redistribute and/or modify the
38 player under the terms of the GNU General Public License and you can
39 redistribute and/or modify the library under the terms of the GNU
40 Lesser General Public License as published by the Free Software Founda‐
41 tion, either version 3 of the licenses, or(at your option) any later
42 version.
43
44 WildMIDI is distributed in the hope that it will be useful, but WITHOUT
45 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
46 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
47 and the GNU Lesser General Public License for more details.
48
49 You should have received a copy of the GNU General Public License and
50 the GNU Lesser General Public License along with WildMIDI. If not, see
51 <http://www.gnu.org/licenses/>.
52
53 This manpage is licensed under the Creative Commons Attribution-Share
54 Alike 3.0 Unported License. To view a copy of this license, visit
55 http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Cre‐
56 ative Commons, 171 Second Street, Suite 300, San Francisco, California,
57 94105, USA.
58
59 10 March 2016 WildMidi_Shutdown(3)