Mercurial > hg > svcore
diff base/Playable.h @ 952:ad14e7ed096d
Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions
author | Chris Cannam |
---|---|
date | Mon, 11 Aug 2014 11:30:18 +0100 |
parents | 3a3541b357fe |
children | ad5f892c0c4d |
line wrap: on
line diff
--- a/base/Playable.h Fri Jul 25 17:02:44 2014 +0100 +++ b/base/Playable.h Mon Aug 11 11:30:18 2014 +0100 @@ -25,6 +25,7 @@ virtual bool canPlay() const { return false; } virtual QString getDefaultPlayClipId() const { return ""; } + virtual bool getDefaultPlayAudible() const { return true; } }; #endif