Version 4.4.2

This commit is contained in:
Gary Scavone
2013-09-29 23:15:24 +02:00
committed by Stephen Sinclair
parent b6a2202011
commit baca57040b
221 changed files with 1281 additions and 913 deletions

View File

@@ -8,12 +8,13 @@
#include "NRev.h"
#include "Echo.h"
#include "PitShift.h"
//#include "LentPitShift.h"
#include "Chorus.h"
#include "Messager.h"
#include "RtAudio.h"
#include <signal.h>
#include <string.h>
#include <cstring>
#include <iostream>
#include <algorithm>
using std::min;
@@ -42,6 +43,7 @@ struct TickData {
NRev nrev;
Echo echo;
PitShift shifter;
//LentPitShift shifter;
Chorus chorus;
Envelope envelope;
Messager messager;