Mercurial > hg > svcore
comparison data/model/SparseOneDimensionalModel.h @ 866:3a3541b357fe tonioni
sampleId -> clipId
author | Chris Cannam |
---|---|
date | Tue, 07 Jan 2014 15:52:34 +0000 |
parents | 6d07bcc844a1 |
children | 59e7fe1b1003 |
comparison
equal
deleted
inserted
replaced
865:9196cff56abe | 866:3a3541b357fe |
---|---|
88 PlayParameterRepository::getInstance()->removePlayable(this); | 88 PlayParameterRepository::getInstance()->removePlayable(this); |
89 } | 89 } |
90 | 90 |
91 virtual bool canPlay() const { return true; } | 91 virtual bool canPlay() const { return true; } |
92 | 92 |
93 virtual QString getDefaultPlaySampleId() const | 93 virtual QString getDefaultPlayClipId() const |
94 { | 94 { |
95 return "tap"; | 95 return "tap"; |
96 } | 96 } |
97 | 97 |
98 int getIndexOf(const Point &point) | 98 int getIndexOf(const Point &point) |