hey, Am Thu, 29 Jan 2009 10:01:46 +0100 schrieb Sebastian Moors <[email protected]>:
> Great! it works fine here, but i haven't tested more complicated things > like jack transport (sync with other apps) or something like this. > I would propose to apply that so it could be tested by a greater audience. > - Sebastian ok, i will commit this small change. wolke > [email protected] wrote: > > 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 > > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
