mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
Finish renaming SKINI.msg and SKINI.tbl to SKINImsg.h and SKINItbl.h, respectively.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
/***************************************************/
|
||||
|
||||
#include "RtMidi.h"
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// An example STK program that allows voice playback and control of
|
||||
// most of the STK instruments.
|
||||
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
#include "WvOut.h"
|
||||
#include "Instrmnt.h"
|
||||
#include "JCRev.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/************** Effects Program *********************/
|
||||
|
||||
#include "Skini.h"
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
#include "Envelope.h"
|
||||
#include "PRCRev.h"
|
||||
#include "JCRev.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
// Gary P. Scavone, McGill University 2012.
|
||||
|
||||
#include "Guitar.h"
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
#include "WvOut.h"
|
||||
#include "JCRev.h"
|
||||
#include "Skini.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "BeeThree.h"
|
||||
#include "RtAudio.h"
|
||||
#include "Messager.h"
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
#include <math.h>
|
||||
#include <algorithm>
|
||||
using std::min;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "RtAudio.h"
|
||||
#include "Messager.h"
|
||||
#include "Voicer.h"
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
|
||||
#include <algorithm>
|
||||
using std::min;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/************** Test Main Program Individual Voice *********************/
|
||||
|
||||
#include "SKINI.msg"
|
||||
#include "SKINImsg.h"
|
||||
#include "Instrmnt.h"
|
||||
#include "JCRev.h"
|
||||
#include "Drone.h"
|
||||
|
||||
Reference in New Issue
Block a user