Update of /cvsroot/scopeapp/scopeapp
In directory sc8-pr-cvs1:/tmp/cvs-serv17938
Modified Files:
ChangeLog
Log Message:
Use the new InputErrorHandler protocol in PortAudioSampler; display sensible
error messages when an error occurs (rather than just using NSLog).
Index: ChangeLog
===================================================================
RCS file: /cvsroot/scopeapp/scopeapp/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ChangeLog 25 Apr 2003 07:23:50 -0000 1.18
--- ChangeLog 25 Apr 2003 07:27:31 -0000 1.19
***************
*** 1,4 ****
--- 1,10 ----
2003-04-25 Philip Derrin <na...@us...>
+ * src/PortAudioSampler.m (-initPortAudio, -init, -startSampling,
+ -stopSampling), src/PortAudioSampler.h:
+ Use the new InputErrorHandler protocol in PortAudioSampler; display
+ sensible error messages when an error occurs (rather than just using
+ NSLog).
+
* src/InputSampler.h:
Add a new InputErrorHandler protocol, containing a function to display
|