[Scopeapp-cvs]scopeapp ChangeLog,1.14,1.15
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2003-02-20 12:56:41
|
Update of /cvsroot/scopeapp/scopeapp In directory sc8-pr-cvs1:/tmp/cvs-serv11380 Modified Files: ChangeLog Log Message: Clean up the test sampler a bit. No more random frequencies, or discontinuities in the wave at boundaries between blocks. Index: ChangeLog =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 20 Feb 2003 12:51:31 -0000 1.14 --- ChangeLog 20 Feb 2003 12:56:35 -0000 1.15 *************** *** 1,4 **** --- 1,8 ---- 2003-02-20 Philip Derrin <na...@us...> + * src/TestSampler.m (-createData), src/TestSampler.h: + Clean up the test sampler a bit. No more random frequencies, or + discontinuities in the wave at boundaries between blocks. + * src/TraceView.m (-mouseDown:, -savePDFImageToFile:), src/TraceView.h: |