[LAD] on the soft synth midi jitters

torbenh torbenh at gmx.de
Tue Dec 28 12:04:29 UTC 2010


On Mon, Dec 27, 2010 at 06:09:49AM +1100, cal wrote:
> Does anyone have any experience with speed of traversal through a
> boost multi index container? I'm pondering their use to manage notes
> currently in play, eg indexed by midi channel ordered by midi event
> time/frame stamp.

traversal should be quite quick.
you need to be careful that it doesnt silently call malloc
when you insert stuff into it.

i would normally advise against using it.

> 
> cheers, Cal
> 
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-dev

-- 
torben Hohn



More information about the Linux-audio-dev mailing list