comparison 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
comparison
equal deleted inserted replaced
319:ccd3c927638b 323:5c69d40a0e30
97 void playClipIdChanged(const Playable *, QString); 97 void playClipIdChanged(const Playable *, QString);
98 98
99 protected: 99 protected:
100 size_t m_sourceSampleRate; 100 size_t m_sourceSampleRate;
101 size_t m_targetChannelCount; 101 size_t m_targetChannelCount;
102 size_t m_waveType;
102 103
103 bool m_soloing; 104 bool m_soloing;
104 std::set<Model *> m_soloModelSet; 105 std::set<Model *> m_soloModelSet;
105 106
106 struct NoteOff { 107 struct NoteOff {