Re: [fluid-dev] Thread safety long-term thoughts

2009-11-19 Thread josh
Quoting David Henningsson : Btw; with the sample timers we also have the entire midi file player (with its fopen calls etc) inside the audio thread. I'm guilty of that, and it should be fixed by inserting a sequencer between the player and the audio thread, at least in real-time use cases. Perha

Re: [fluid-dev] Thread safety long-term thoughts

2009-11-19 Thread David Henningsson
j...@resonance.org wrote: Quoting David Henningsson : A difference between 1.0.9 and 1.1.0 is that the audio thread got more of the state machine work to do; making it harder to keep its real-time properties. I admit to not having considered this well enough when we discussed the thread safety t