Mercurial > hg > svapp
comparison framework/SVFileReader.cpp @ 342:4eccff14b4d8 tonioni
Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
author | Chris Cannam |
---|---|
date | Wed, 02 Apr 2014 21:25:56 +0100 |
parents | f72d58d1ccb0 |
children | a93802543a5a |
comparison
equal
deleted
inserted
replaced
341:93cf23bfa1cb | 342:4eccff14b4d8 |
---|---|
724 return false; | 724 return false; |
725 } | 725 } |
726 | 726 |
727 m_currentPane = m_paneCallback.addPane(); | 727 m_currentPane = m_paneCallback.addPane(); |
728 | 728 |
729 cerr << "SVFileReader::addPane: pane is " << m_currentPane << endl; | |
730 | |
729 if (!m_currentPane) { | 731 if (!m_currentPane) { |
730 cerr << "WARNING: SV-XML: Internal error: Failed to add pane!" | 732 cerr << "WARNING: SV-XML: Internal error: Failed to add pane!" |
731 << endl; | 733 << endl; |
732 return false; | 734 return false; |
733 } | 735 } |