Rename SKINI.msg to SKINImsg.h and SKINI.tbl to SKINItbl.h

This commit is contained in:
Ariel Elkin
2014-05-02 14:02:00 -04:00
parent cbb2fea120
commit 222f81c1c1
26 changed files with 28 additions and 28 deletions

View File

@@ -202,8 +202,8 @@
B08F60DE18BA9B1800C14A90 /* SingWave.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SingWave.h; path = ../include/SingWave.h; sourceTree = "<group>"; };
B08F60DF18BA9B1800C14A90 /* Sitar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sitar.h; sourceTree = "<group>"; };
B08F60E018BA9B1800C14A90 /* Skini.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Skini.h; path = ../include/Skini.h; sourceTree = "<group>"; };
B08F60E118BA9B1800C14A90 /* SKINI.msg */ = {isa = PBXFileReference; lastKnownFileType = text; name = SKINI.msg; path = ../include/SKINI.msg; sourceTree = "<group>"; };
B08F60E218BA9B1800C14A90 /* SKINI.tbl */ = {isa = PBXFileReference; lastKnownFileType = text; name = SKINI.tbl; path = ../include/SKINI.tbl; sourceTree = "<group>"; };
B08F60E118BA9B1800C14A90 /* SKINImsg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SKINImsg.h; path = ../include/SKINImsg.h; sourceTree = "<group>"; };
B08F60E218BA9B1800C14A90 /* SKINItbl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SKINItbl.h; path = ../include/SKINItbl.h; sourceTree = "<group>"; };
B08F60E418BA9B1800C14A90 /* Sphere.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Sphere.h; path = ../include/Sphere.h; sourceTree = "<group>"; };
B08F60E518BA9B1800C14A90 /* StifKarp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StifKarp.h; sourceTree = "<group>"; };
B08F60E618BA9B1800C14A90 /* Stk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Stk.h; path = ../include/Stk.h; sourceTree = "<group>"; };
@@ -666,8 +666,8 @@
children = (
B08F60E018BA9B1800C14A90 /* Skini.h */,
B08F617D18BA9B1800C14A90 /* Skini.cpp */,
B08F60E118BA9B1800C14A90 /* SKINI.msg */,
B08F60E218BA9B1800C14A90 /* SKINI.tbl */,
B08F60E118BA9B1800C14A90 /* SKINImsg.h */,
B08F60E218BA9B1800C14A90 /* SKINItbl.h */,
);
name = SKINI;
path = ../src;

View File

@@ -1,5 +1,5 @@
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -30,7 +30,7 @@
/***************************************************/
#include "BandedWG.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {

View File

@@ -17,7 +17,7 @@
/***************************************************/
#include "BlowBotl.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -34,7 +34,7 @@
/***************************************************/
#include "BlowHole.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {

View File

@@ -25,7 +25,7 @@
/***************************************************/
#include "Bowed.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -21,7 +21,7 @@
/***************************************************/
#include "Brass.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {

View File

@@ -23,7 +23,7 @@
/***************************************************/
#include "Clarinet.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -24,7 +24,7 @@
/***************************************************/
#include "FM.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -31,7 +31,7 @@
/***************************************************/
#include "FMVoices.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include "Phonemes.h"
namespace stk {

View File

@@ -23,7 +23,7 @@
/***************************************************/
#include "Flute.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -31,7 +31,7 @@
#include "Guitar.h"
#include "FileWvIn.h"
#include "Noise.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {

View File

@@ -27,7 +27,7 @@
/***************************************************/
#include "Mandolin.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -25,7 +25,7 @@
/***************************************************/
#include "Mesh2D.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -35,7 +35,7 @@
#include "Messager.h"
#include <iostream>
#include <algorithm>
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -29,7 +29,7 @@
/***************************************************/
#include "ModalBar.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {

View File

@@ -19,7 +19,7 @@
/***************************************************/
#include "Moog.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -18,7 +18,7 @@
/***************************************************/
#include "Resonate.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -36,7 +36,7 @@
/***************************************************/
#include "Saxofony.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -49,7 +49,7 @@
/***************************************************/
#include "Shakers.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -18,7 +18,7 @@
/***************************************************/
#include "Simple.h"
#include "SKINI.msg"
#include "SKINImsg.h"
namespace stk {

View File

@@ -24,7 +24,7 @@
/***************************************************/
#include "Skini.h"
#include "SKINI.tbl"
#include "SKINItbl.h"
#include <cstdlib>
#include <sstream>

View File

@@ -22,7 +22,7 @@
/***************************************************/
#include "StifKarp.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {

View File

@@ -27,7 +27,7 @@
#include "VoicForm.h"
#include "Phonemes.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cstring>
#include <cmath>

View File

@@ -17,7 +17,7 @@
/***************************************************/
#include "Whistle.h"
#include "SKINI.msg"
#include "SKINImsg.h"
#include <cmath>
namespace stk {