comparison data/model/EditableDenseThreeDimensionalModel.cpp @ 1111:457a1a619c5f simple-fft-model

Merge from default branch
author Chris Cannam
date Wed, 07 Jan 2015 17:42:21 +0000
parents 1517d4c60e88
children aa588c391d1a
comparison
equal deleted inserted replaced
1108:16574eea3229 1111:457a1a619c5f
340 340
341 truncateAndStore(index, values); 341 truncateAndStore(index, values);
342 342
343 // assert(values == expandAndRetrieve(index)); 343 // assert(values == expandAndRetrieve(index));
344 344
345 long windowStart = index; 345 sv_frame_t windowStart = index;
346 windowStart *= m_resolution; 346 windowStart *= m_resolution;
347 347
348 if (m_notifyOnAdd) { 348 if (m_notifyOnAdd) {
349 if (allChange) { 349 if (allChange) {
350 emit modelChanged(); 350 emit modelChanged();