Merge branch 'master' of https://github.com/thestk/stk with local.

This commit is contained in:
Gary Scavone
2014-09-11 09:49:37 -04:00
56 changed files with 110 additions and 85 deletions

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

@@ -66,6 +66,7 @@ void Twang :: setFrequency( StkFloat frequency )
}
#endif
frequency_ = frequency;
// Delay = length - filter delay.
StkFloat delay = ( Stk::sampleRate() / frequency ) - loopFilter_.phaseDelay( frequency );
delayLine_.setDelay( delay );

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 {