On 06/04/2014 11:00 AM, Vesa wrote: > I wonder if this could be fixed by modifying the code in Mixer in such a > way that NPH's are always processed before IPH's...
Tested this out a bit. I modified the code in Mixer a bit and made it so that it before processing sorts playhandles to two lists, iph's and others, and processes all others first, then iph's last. Then ran some exporting tests. This seemed to improve the timing somewhat - it gets the note events closer to where they should be. Doesn't fix all LB302 issues though, probably there are some other problems at play there. Also doing this sorting every period isn't very efficient - maybe we should just keep a whole separate PlayHandleList for iph's... ------------------------------------------------------------------------------ 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 _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
