Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 485:b6c00a0a618e integration_library
Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2011 10:15:05 +0100 |
parents | 1f3afbce6c2f |
children |
comparison
equal
deleted
inserted
replaced
484:1f3afbce6c2f | 485:b6c00a0a618e |
---|---|
322 | 322 |
323 newSession(); | 323 newSession(); |
324 | 324 |
325 connect(m_midiInput, SIGNAL(eventsAvailable()), | 325 connect(m_midiInput, SIGNAL(eventsAvailable()), |
326 this, SLOT(midiEventsAvailable())); | 326 this, SLOT(midiEventsAvailable())); |
327 | 327 |
328 TransformFactory::getInstance()->startPopulationThread(); | 328 //cc: remove for library edition |
329 // TransformFactory::getInstance()->startPopulationThread(); | |
329 | 330 |
330 //mathieub: remove the version tester and the survey for the library edition | 331 //mathieub: remove the version tester and the survey for the library edition |
331 //Surveyer *surveyer = new Surveyer(this); | 332 //Surveyer *surveyer = new Surveyer(this); |
332 //VersionTester *vt = new VersionTester | 333 //VersionTester *vt = new VersionTester |
333 // ("sonicvisualiser.org", "/latest-version.txt", SV_VERSION); | 334 // ("sonicvisualiser.org", "/latest-version.txt", SV_VERSION); |