Hi Michael,

[EMAIL PROTECTED] wrote:
> think we run into a lot of problems since your last patch.

*gabe gnashes his teeth.*

> the transport pointer (triangle) into songeditor jumps around. and into the 
> patterneditor he make some strange moves. 
> i get a lot messages like this.

I saw some jumping around here, but I didn't have any _audio_ troubles with it 
-- so I figured it was just a GUI issue.  I didn't see any jumps in pattern 
editing.   Hmmmmmm...

> (E)     int H2Core::findPatternInTick(int, bool, int*) [findPatternInTick] 
> tick = -2147483648. No pattern found
> (E)     int H2Core::findPatternInTick(int, bool, int*) [findPatternInTick] 
> tick = -2147483648. No pattern found
> (E)     int H2Core::findPatternInTick(int, bool, int*) [findPatternInTick] 
> tick = -2147483648. No pattern found
> (E)     int H2Core::findPatternInTick(int, bool, int*) [findPatternInTick] 
> tick =
> -2147483648. No pattern found   

That's odd.  This means that somehow the transport frames is negative, or else 
the tick size is negative.  Does this happen at the start of your session, or 
near the end?  Maybe the unsigned tick got too large to be cast to an int? 
-2147483648 (0x80000000) is the number that comes right after +2147483647. 
But... it takes hours to reach that number.  (E.g. 44,100 Hz takes 13 hours to 
reach that high.)

Also, which audio driver were you using?  (I'm not sure if it matters... but it 
might.)

> also i get several asserts like this. 
> 
> hydrogen:
> libs/hydrogen/src/hydrogen.cpp:1950: long unsigned int
> H2Core::Hydrogen::getTickPosition(): Zusicherung »tick >= 0« nicht erfüllt. 
> /bin/sh: line
> 1:  9506

Well... at least *that* worked right.  :-)

Thanks,
Gabriel


-------------------------------------------------------------------------
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