Show
Ignore:
Timestamp:
01/22/12 02:03:21 (16 months ago)
Author:
wolke
Message:

bugfix against ticket 131 "the export song function don't support bpm changes in timeline"

tempo changing without use of rubberband batch processor is now possible.
the rubberband batch processor is not fast enough here. so i decide to disable them on audio export.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/core/src/hydrogen.cpp

    r2371 r2444  
    493493                        } 
    494494#endif 
    495                         EventQueue::get_instance()->push_event( EVENT_RECALCULATERUBBERBAND, -1); 
     495                        EventQueue::get_instance()->push_event( EVENT_RECALCULATERUBBERBAND, -1); 
    496496                } 
    497497        } 
     
    23852385        // reset 
    23862386        m_pAudioDriver->m_transport.m_nFrames = 0;      // reset total frames 
    2387         m_pAudioDriver->setBpm( m_pSong->__bpm ); 
     2387        //m_pAudioDriver->setBpm( m_pSong->__bpm ); 
    23882388        m_nSongPos = 0; 
    23892389        m_nPatternTickPosition = 0;