Hi, mauser pointed out that after my refactoring Hydrogen.__song property is set "lately" i.e. when audioEngine is unlocked. This is OFC true and the reason is that __song is private property and should be set ( in proper way ) in Hydrogen::setSong() method. So from this POV this is right. Maybe in theory this could bring some race condition , but it's unlikely ( audioEngine has been stopped while removeSong ).
IMHO we should merge audioEngine class to Hydrogen. I can do this, but not in this release and obviously if this is not a problem for anyone. Best Regards Pawel / Xj ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
