Changeset 2444 for trunk/src/core/src/hydrogen.cpp
- Timestamp:
- 01/22/12 02:03:21 (16 months ago)
- Files:
-
- 1 modified
-
trunk/src/core/src/hydrogen.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/src/hydrogen.cpp
r2371 r2444 493 493 } 494 494 #endif 495 EventQueue::get_instance()->push_event( EVENT_RECALCULATERUBBERBAND, -1);495 EventQueue::get_instance()->push_event( EVENT_RECALCULATERUBBERBAND, -1); 496 496 } 497 497 } … … 2385 2385 // reset 2386 2386 m_pAudioDriver->m_transport.m_nFrames = 0; // reset total frames 2387 m_pAudioDriver->setBpm( m_pSong->__bpm );2387 //m_pAudioDriver->setBpm( m_pSong->__bpm ); 2388 2388 m_nSongPos = 0; 2389 2389 m_nPatternTickPosition = 0;