Mercurial > hg > svcore
comparison data/model/SparseTimeValueModel.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 | 59e7fe1b1003 |
children | cc27f35aa75c |
comparison
equal
deleted
inserted
replaced
951:4b9fc70a37d5 | 952:ad14e7ed096d |
---|---|
109 } | 109 } |
110 | 110 |
111 QString getTypeName() const { return tr("Sparse Time-Value"); } | 111 QString getTypeName() const { return tr("Sparse Time-Value"); } |
112 | 112 |
113 virtual bool canPlay() const { return true; } | 113 virtual bool canPlay() const { return true; } |
114 virtual bool getDefaultPlayAudible() const { return false; } // user must unmute | |
114 | 115 |
115 /** | 116 /** |
116 * TabularModel methods. | 117 * TabularModel methods. |
117 */ | 118 */ |
118 | 119 |