Changeset 753

Show
Ignore:
Timestamp:
01/29/09 12:23:41 (4 years ago)
Author:
wolke
Message:

small change against ticket #35. this is a accidentally hack. i remove this only to see what happens with the bbt_frame_offset and jack transportpos.frame. but after removing nothing goes wrong
with transport. so i decide to use this hack for the moment. in moment i try again to understand the transport rightly.
:-?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libs/hydrogen/src/IO/jack_output.cpp

    r734 r753  
    374374                                        //if we remove this we also can remove *m_pEngine from header 
    375375                                        if ( m_pEngine->getSong()->get_mode() == Song::PATTERN_MODE  ){ 
    376                                                 m_transport.m_nFrames = m_JackTransportPos.frame - bbt_frame_offset; 
     376                                                m_transport.m_nFrames = m_JackTransportPos.frame/* - bbt_frame_offset*/; ///see comment in svn changeset 753 
    377377                                        } 
    378378                                        else