Mercurial > hg > svapp
comparison framework/MainWindowBase.cpp @ 273:6bbf62a333c1 tonioni
sample playback problems
author | gyorgyf |
---|---|
date | Sat, 13 Apr 2013 20:03:40 +0100 |
parents | 1f8251b3ad5d |
children | a3fcaad1a269 |
comparison
equal
deleted
inserted
replaced
272:94bf7d7f2d6f | 273:6bbf62a333c1 |
---|---|
3104 | 3104 |
3105 void | 3105 void |
3106 MainWindowBase::modelAdded(Model *model) | 3106 MainWindowBase::modelAdded(Model *model) |
3107 { | 3107 { |
3108 // SVDEBUG << "MainWindowBase::modelAdded(" << model << ")" << endl; | 3108 // SVDEBUG << "MainWindowBase::modelAdded(" << model << ")" << endl; |
3109 std::cerr << "\nAdding model " << model->getTypeName() << " to playsource " << std::endl; | |
3109 m_playSource->addModel(model); | 3110 m_playSource->addModel(model); |
3110 } | 3111 } |
3111 | 3112 |
3112 void | 3113 void |
3113 MainWindowBase::mainModelChanged(WaveFileModel *model) | 3114 MainWindowBase::mainModelChanged(WaveFileModel *model) |