comparison data/model/SparseTimeValueModel.h @ 954:35b05cac32d0 tonioni

Update subrepos and merge from default branch
author Chris Cannam
date Tue, 02 Sep 2014 16:23:48 +0100
parents ad14e7ed096d
children cc27f35aa75c
comparison
equal deleted inserted replaced
949:5f7b509a441a 954:35b05cac32d0
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