[Scopeapp-cvs]scopeapp Readme.rtf,1.3,1.4 Todo.rtf,1.1,1.2
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-12-05 15:15:52
|
Update of /cvsroot/scopeapp/scopeapp In directory sc8-pr-cvs1:/tmp/cvs-serv20662 Modified Files: Readme.rtf Todo.rtf Log Message: Update to reflect current state of the code. Index: Readme.rtf =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/Readme.rtf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Readme.rtf 19 Jun 2002 11:48:03 -0000 1.3 --- Readme.rtf 5 Dec 2002 15:15:48 -0000 1.4 *************** *** 1,3 **** ! {\rtf1\mac\ansicpg10000\cocoartf100 {\fonttbl\f0\fswiss\fcharset77 Optima-Bold;\f1\fswiss\fcharset77 Optima-Regular;\f2\fmodern\fcharset77 Courier; } --- 1,3 ---- ! {\rtf1\mac\ansicpg10000\cocoartf102 {\fonttbl\f0\fswiss\fcharset77 Optima-Bold;\f1\fswiss\fcharset77 Optima-Regular;\f2\fmodern\fcharset77 Courier; } *************** *** 22,26 **** \f1\b0 \ \ ! There are many areas where the code is incomplete. The spectrum analyser and lissajous are not implemented at all, and the sound input code isn't very well tested. The oscilloscope is implemented but doesn't work properly yet. There is no ASIO sound input driver; however, new ones have been added for CoreAudio and a dummy (TestSampler) which outputs a sine wave.\ \ --- 22,30 ---- \f1\b0 \ \ ! There are many areas where the code is incomplete.The sound input code isn't very well tested. The display code is implemented but doesn't work properly yet. See\ ! \ ! The sound input code now uses PortAudio (www.portaudio.com), which uses CoreAudio on Mac OS X. I have included the relevant bits of portaudio in this source distribution, so you don't need to download it separately.\ ! \ ! The linux port is currently branched in cvs. This is not it. If you want to try it out, please check out from Sourceforge's cvs server using the tag "gnustep-branch".\ \ Index: Todo.rtf =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/Todo.rtf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Todo.rtf 29 Jul 2002 09:57:26 -0000 1.1 --- Todo.rtf 5 Dec 2002 15:15:48 -0000 1.2 *************** *** 1,3 **** ! {\rtf1\mac\ansicpg10000\cocoartf100 {\fonttbl\f0\fswiss\fcharset77 Optima-Bold;\f1\fswiss\fcharset77 Optima-Regular;\f2\fmodern\fcharset77 Courier; } --- 1,3 ---- ! {\rtf1\mac\ansicpg10000\cocoartf102 {\fonttbl\f0\fswiss\fcharset77 Optima-Bold;\f1\fswiss\fcharset77 Optima-Regular;\f2\fmodern\fcharset77 Courier; } *************** *** 13,21 **** \f1\b0 \'a5 Debug the code that creates the trace window. In particular, position the window correctly.\ \'a5 Test & debug the oscilloscope and X/Y plot modes.\ - \'a5 Test & debug CoreAudioSampler and remove QuicktimeSampler once the Core Audio code works well.\ \'a5 Spectrum analyser.\ ! \'a5 Finish the control panel. This just involves turning the existing nib files into objective-C code.\ ! \'a5 Main menu in gnustep.\ \'a5 Fix the problem with display updates in gnustep.\ \ --- 13,20 ---- \f1\b0 \'a5 Debug the code that creates the trace window. In particular, position the window correctly.\ \'a5 Test & debug the oscilloscope and X/Y plot modes.\ \'a5 Spectrum analyser.\ ! \'a5 Finish the control panel.\ \'a5 Fix the problem with display updates in gnustep.\ + \'a5 About box, including GPL text.\ \ |