Mercurial > hg > svapp
comparison audioio/AudioGenerator.h @ 349:8d7f39df44ed tony_integration
Quieter clip playback for note layers
author | Chris Cannam |
---|---|
date | Thu, 08 May 2014 15:04:42 +0100 |
parents | 5c69d40a0e30 |
children | 0876ea394902 |
comparison
equal
deleted
inserted
replaced
348:f8e1ca25dd80 | 349:8d7f39df44ed |
---|---|
133 static QString m_sampleDir; | 133 static QString m_sampleDir; |
134 | 134 |
135 ContinuousSynthMap m_continuousSynthMap; | 135 ContinuousSynthMap m_continuousSynthMap; |
136 | 136 |
137 bool usesClipMixer(const Model *); | 137 bool usesClipMixer(const Model *); |
138 bool wantsQuieterClips(const Model *); | |
138 bool usesContinuousSynth(const Model *); | 139 bool usesContinuousSynth(const Model *); |
139 | 140 |
140 ClipMixer *makeClipMixerFor(const Model *model); | 141 ClipMixer *makeClipMixerFor(const Model *model); |
141 ContinuousSynth *makeSynthFor(const Model *model); | 142 ContinuousSynth *makeSynthFor(const Model *model); |
142 | 143 |