comparison data/model/SparseOneDimensionalModel.h @ 864:6d07bcc844a1 tonioni

sample id instead of plugin data
author Chris Cannam
date Tue, 07 Jan 2014 13:09:53 +0000
parents d6bd5751b8f6
children 3a3541b357fe
comparison
equal deleted inserted replaced
863:1f98e28f70c6 864:6d07bcc844a1
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 getDefaultPlayPluginId() const 93 virtual QString getDefaultPlaySampleId() const
94 { 94 {
95 return "dssi:_builtin:sample_player"; 95 return "tap";
96 }
97
98 virtual QString getDefaultPlayPluginConfiguration() const
99 {
100 return "<plugin program=\"tap\"/>";
101 } 96 }
102 97
103 int getIndexOf(const Point &point) 98 int getIndexOf(const Point &point)
104 { 99 {
105 // slow 100 // slow