From: Dave F. <dav...@co...> - 2004-03-17 19:47:21
|
On Wednesday 17 March 2004 05:38 pm, Tony Leotta wrote: > I really want to help on this project. I am C++ programmer with 20 years > exp mostly in real-time. > > Who is "in charge" of this project? Tony, right now we're generally being democratic. :) Did you read the page on the wiki that started this thread? > Have you decided to stay with wxWindows? Yes. And we've sorta decided to keep up with changes in the wxWindows API. :) (No choice, really, if we want to update jazz and continue to improve it) > How is the real-time event handling of MIDI events? Very very very bad. It's derived from wxTimer and doesn't scale well at all. The whole play/record backend needs to be rewritten to derive from wxThread where we can get real-time scheduling and so forth. I lean towards ring buffers for the data exchange because they don't use mutexes. Anyway, we've moved development discussion to sourceforge mailing lists so we can have their spam protection and archiving (I know jazzware.com archives the list too) and stuff. The lists can be found here: http://sourceforge.net/mail/?group_id=104252 CVS information is here: http://sourceforge.net/cvs/?group_id=104252 Patrick Earl is the gatekeeper on CVS right now. You'll find him on both lists, currently. At least, I don't think he's gotten off this list yet. ;) But he's definitely on the sourceforge list. Dave > -Tony -- Visit my website! http://www.davefancella.com/?event=em If a child annoys you, quiet him by brushing his hair. If this doesn't work, use the other side of the brush on the other end of the child. |