hiho,
this small fix solve the broken pattermode bug after tempochange.
i have do a lot of tests in patternmode and for me its work good.
can you please test this.

wolke


Index: libs/hydrogen/src/IO/jack_output.cpp
===================================================================
--- libs/hydrogen/src/IO/jack_output.cpp        (Revision 752)
+++ libs/hydrogen/src/IO/jack_output.cpp        (Arbeitskopie)
@@ -373,7 +373,7 @@
                                        //because to get the songmode we have 
to add this "H2Core::Hydrogen *m_pEngine" to the header file
                                        //if we remove this we also can remove 
*m_pEngine from header
                                        if ( m_pEngine->getSong()->get_mode() 
== Song::PATTERN_MODE  ){
-                                               m_transport.m_nFrames = 
m_JackTransportPos.frame - bbt_frame_offset;
+                                               m_transport.m_nFrames = 
m_JackTransportPos.frame;
                                        }
                                        else
                                        {



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to