Il giorno 11/mag/06, alle ore 23:02, Pieter Van Isacker ha scritto:
Hi all,
This is a patch that makes live recording work again, it also
includes a
new class (LCDCombo) that is still buggy as hell, it should by used in
the pattern editor panel to enable changing pattern size by
clicking on
the LCD display widget but it still needs much more testing but I
can't
find any solutions to make it stable. Hopefully you can help.
I included your patch and I fixed the bug in LCDCombo.
void LCDCombo::update()
{
INFOLOG( "update" );
pop->clear();
//BUG for( int i = 0; i <= items.size(); i++ ) {
for( int i = 0; i < items.size(); i++ ) {
pop->addAction( items[ i ] );
}
}
as you can see the problem is locate in the for cicle.
I also cleaned up the LCDCombo code, now it's your turn :)
thanks
--
comix
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel