Mercurial > hg > svapp
comparison audioio/AudioGenerator.h @ 309:71050ffd0141 tonioni
sampleId -> clipId
author | Chris Cannam |
---|---|
date | Tue, 07 Jan 2014 15:52:47 +0000 |
parents | 289d65722123 |
children | 58582119c92a |
comparison
equal
deleted
inserted
replaced
308:289d65722123 | 309:71050ffd0141 |
---|---|
91 * muted). | 91 * muted). |
92 */ | 92 */ |
93 virtual void clearSoloModelSet(); | 93 virtual void clearSoloModelSet(); |
94 | 94 |
95 protected slots: | 95 protected slots: |
96 void playSampleIdChanged(const Playable *, QString); | 96 void playClipIdChanged(const Playable *, QString); |
97 | 97 |
98 protected: | 98 protected: |
99 size_t m_sourceSampleRate; | 99 size_t m_sourceSampleRate; |
100 size_t m_targetChannelCount; | 100 size_t m_targetChannelCount; |
101 | 101 |