[EMAIL PROTECTED] wrote:
>> On Fri, September 5, 2008 8:04 am, Gabriel M. Beddingfield wrote:    
>>> 600 lines.  When done, I'll be the fix is 3 or 4 lines.    
>> That should read:  "I'll bet the fix is..."    
> 
> ok, you can get my little finger :-))

4 Lines.  I'll commit them later today:

diff --git a/libs/hydrogen/src/hydrogen.cpp b/libs/hydrogen/src/hydrogen.cpp
index 51ef1d9..70c9851 100644
--- a/libs/hydrogen/src/hydrogen.cpp
+++ b/libs/hydrogen/src/hydrogen.cpp
@@ -1668,10 +1668,6 @@ Hydrogen* Hydrogen::get_instance()
  /// Start the internal sequencer
  void Hydrogen::sequencer_play()
  {
-       // play from start if pattern mode is enabled
-       if ( m_pSong->get_mode() == Song::PATTERN_MODE ) {
-               setPatternPos( 0 );
-       }
         m_pAudioDriver->play();
  }


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to