diff 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
line wrap: on
line diff
--- a/audioio/AudioGenerator.h	Wed May 07 16:51:04 2014 +0100
+++ b/audioio/AudioGenerator.h	Thu May 08 15:04:42 2014 +0100
@@ -135,6 +135,7 @@
     ContinuousSynthMap m_continuousSynthMap;
 
     bool usesClipMixer(const Model *);
+    bool wantsQuieterClips(const Model *);
     bool usesContinuousSynth(const Model *);
 
     ClipMixer *makeClipMixerFor(const Model *model);