diff audioio/AudioGenerator.h @ 323:5c69d40a0e30 tonioni

Added alternate waveforms for sonification. Created parameter m_wavetype in ContinuousSynth.
author Rachel Bittner <rmb456@nyu.edu>
date Sun, 12 Jan 2014 05:12:08 -0500
parents 58582119c92a
children 8d7f39df44ed
line wrap: on
line diff
--- a/audioio/AudioGenerator.h	Thu Jan 09 21:31:54 2014 +0000
+++ b/audioio/AudioGenerator.h	Sun Jan 12 05:12:08 2014 -0500
@@ -99,6 +99,7 @@
 protected:
     size_t m_sourceSampleRate;
     size_t m_targetChannelCount;
+    size_t m_waveType;
 
     bool m_soloing;
     std::set<Model *> m_soloModelSet;