Re: [linux-audio-dev] More sequencer engine questions

2003-11-20 Thread Benjamin Flaming
On Tuesday 18 November 2003 03:01 pm, Iain Duncan wrote: - if I do POSIX pthreads or multiple processes, will the code be an easy port to MacOSX? And what about windows, would one be able to run it under Cygwin or something? I don't know anything about the other questions you asked in your

[linux-audio-dev] More sequencer engine questions

2003-11-18 Thread Iain Duncan
Found some good reading material on real time programming and now have a couple more questions if anyone can share: - what are the pros and cons for a sequencer engine of using pthreads in one address space vs seperate processes spawned by one application? Anyone know what the various linux real