comparison data/model/NoteModel.h @ 423:6a96bff0bd59

* Update translations, and add change counter to name of bundle command
author Chris Cannam
date Thu, 12 Jun 2008 10:47:11 +0000
parents 5858cc462d0a
children eafef13bb0b3
comparison
equal deleted inserted replaced
422:4caa28a0a8a2 423:6a96bff0bd59
86 }; 86 };
87 87
88 88
89 class NoteModel : public SparseValueModel<Note> 89 class NoteModel : public SparseValueModel<Note>
90 { 90 {
91 Q_OBJECT
92
91 public: 93 public:
92 NoteModel(size_t sampleRate, size_t resolution, 94 NoteModel(size_t sampleRate, size_t resolution,
93 bool notifyOnAdd = true) : 95 bool notifyOnAdd = true) :
94 SparseValueModel<Note>(sampleRate, resolution, 96 SparseValueModel<Note>(sampleRate, resolution,
95 notifyOnAdd), 97 notifyOnAdd),