jrmuizel / banshee-unofficial-plugins

Automatically exported from code.google.com/p/banshee-unofficial-plugins
0 stars 1 forks source link

Sorting of frames by total energy doesn't occur #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In AudioDecoder.cs, Array.Sort is being called with the "framepos" array as
the key array. This means that the call to Array.sort does nothing because
the framepos array is obviously already sorted...

By printing out the contents of the frameselection array, it's obvious that
the ordering is not changed at all.

Original issue reported on code.google.com by lw.fitzg...@gmail.com on 28 Jan 2010 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by bertrand.lorentz@gmail.com on 30 Jan 2010 at 4:31

GoogleCodeExporter commented 9 years ago
Thanks for the hint. It's a shame that I did not notice this. This is fixed in 
SVN.

Original comment by dominik....@gmail.com on 4 Feb 2010 at 2:13