AUDIO: Removed standard headers from soundfont2 code. Updated license comment.
This commit is contained in:
parent
487e4ec27a
commit
cc1de3f102
21 changed files with 22 additions and 27 deletions
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_COMMON_H
|
#ifndef AUDIO_SOUNDFONT_COMMON_H
|
||||||
#define AUDIO_SOUNDFONT_COMMON_H
|
#define AUDIO_SOUNDFONT_COMMON_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common/memstream.h"
|
#include "common/memstream.h"
|
||||||
|
|
|
@ -22,14 +22,12 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AUDIO_SOUNDFONT_RAWFILE_H
|
#ifndef AUDIO_SOUNDFONT_RAWFILE_H
|
||||||
#define AUDIO_SOUNDFONT_RAWFILE_H
|
#define AUDIO_SOUNDFONT_RAWFILE_H
|
||||||
|
|
||||||
#include <climits>
|
|
||||||
#include <cassert>
|
|
||||||
#include "common/stream.h"
|
#include "common/stream.h"
|
||||||
#include "common/str.h"
|
#include "common/str.h"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "rifffile.h"
|
#include "rifffile.h"
|
||||||
|
|
|
@ -22,13 +22,11 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_RIFFFILE_H
|
#ifndef AUDIO_SOUNDFONT_RIFFFILE_H
|
||||||
#define AUDIO_SOUNDFONT_RIFFFILE_H
|
#define AUDIO_SOUNDFONT_RIFFFILE_H
|
||||||
|
|
||||||
#include <cstring>
|
|
||||||
#include <cassert>
|
|
||||||
#include "common/scummsys.h"
|
#include "common/scummsys.h"
|
||||||
#include "common/list.h"
|
#include "common/list.h"
|
||||||
#include "common/str.h"
|
#include "common/str.h"
|
||||||
|
|
|
@ -22,10 +22,9 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
#include "common/scummsys.h"
|
#include "common/scummsys.h"
|
||||||
#include "common/str.h"
|
#include "common/str.h"
|
||||||
#include "sf2file.h"
|
#include "sf2file.h"
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_SF2FILE_H
|
#ifndef AUDIO_SOUNDFONT_SF2FILE_H
|
||||||
#define AUDIO_SOUNDFONT_SF2FILE_H
|
#define AUDIO_SOUNDFONT_SF2FILE_H
|
||||||
|
|
||||||
#include <common/endian.h>
|
#include "common/endian.h"
|
||||||
#include "common/scummsys.h"
|
#include "common/scummsys.h"
|
||||||
#include "common/array.h"
|
#include "common/array.h"
|
||||||
#include "common/str.h"
|
#include "common/str.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "synthfile.h"
|
#include "synthfile.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_SYNTHFILE_H
|
#ifndef AUDIO_SOUNDFONT_SYNTHFILE_H
|
||||||
#define AUDIO_SOUNDFONT_SYNTHFILE_H
|
#define AUDIO_SOUNDFONT_SYNTHFILE_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common/debug.h"
|
#include "common/debug.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_PSXSPU_H
|
#ifndef AUDIO_SOUNDFONT_PSXSPU_H
|
||||||
#define AUDIO_SOUNDFONT_PSXSPU_H
|
#define AUDIO_SOUNDFONT_PSXSPU_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common/debug.h"
|
#include "common/debug.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_VAB_H
|
#ifndef AUDIO_SOUNDFONT_VAB_H
|
||||||
#define AUDIO_SOUNDFONT_VAB_H
|
#define AUDIO_SOUNDFONT_VAB_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common/debug.h"
|
#include "common/debug.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_VGMCOLL_H
|
#ifndef AUDIO_SOUNDFONT_VGMCOLL_H
|
||||||
#define AUDIO_SOUNDFONT_VGMCOLL_H
|
#define AUDIO_SOUNDFONT_VGMCOLL_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_VGMINSTRSET_H
|
#ifndef AUDIO_SOUNDFONT_VGMINSTRSET_H
|
||||||
#define AUDIO_SOUNDFONT_VGMINSTRSET_H
|
#define AUDIO_SOUNDFONT_VGMINSTRSET_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_VGMITEM_H
|
#ifndef AUDIO_SOUNDFONT_VGMITEM_H
|
||||||
#define AUDIO_SOUNDFONT_VGMITEM_H
|
#define AUDIO_SOUNDFONT_VGMITEM_H
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vgmsamp.h"
|
#include "vgmsamp.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/*
|
/*
|
||||||
* VGMTrans (c) 2002-2019
|
* VGMTrans (c) 2002-2019
|
||||||
* Licensed under the zlib license,
|
* Licensed under the zlib license,
|
||||||
* refer to the included LICENSE.txt file
|
* refer to the included VGMTrans_LICENSE.txt file
|
||||||
*/
|
*/
|
||||||
#ifndef AUDIO_SOUNDFONT_VGMSAMP_H
|
#ifndef AUDIO_SOUNDFONT_VGMSAMP_H
|
||||||
#define AUDIO_SOUNDFONT_VGMSAMP_H
|
#define AUDIO_SOUNDFONT_VGMSAMP_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue