fredag den 25. Juli 2008 18:17:03 skrev Jason Schaefer:
> Hello
>
> When I select fx it seems to crash on various. Some of the culprits
> are utilities -> karaoke. time -> delays -> tap stereo and l/c/r.
>

My mistake -- I was fixing this bug earlier, but I must have failed to include 
these lines in the patch:

Index: libs/hydrogen/src/fx/ladspa_fx.cpp
===================================================================
--- libs/hydrogen/src/fx/ladspa_fx.cpp  (revision 255)
+++ libs/hydrogen/src/fx/ladspa_fx.cpp  (working copy)
@@ -142,12 +142,7 @@
        INFOLOG( QString( "DESTROY - %1 - %2" ).arg( m_sLibraryPath ).arg( 
m_sLabel ) );

        if ( m_d ) {
-               if ( m_d->deactivate ) {
-                       if ( m_handle ) {
-                               INFOLOG( "deactivate" );
-                               m_d->deactivate( m_handle );
-                       }
-               }
+               deactivate();

                if ( m_d->cleanup ) {
                        if ( m_handle ) {

--
Cheese
- Jakob Lund

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