Update of /cvsroot/scopeapp/scopeapp
In directory sc8-pr-cvs1:/tmp/cvs-serv18754
Modified Files:
ChangeLog
Log Message:
Make ScopeController take a class of input sampler to create, not an actual
input sampler object; this allows the input sampler's error messages to be
displayed in a more sensible manner, using a sheet on the scope window.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/scopeapp/scopeapp/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** ChangeLog 25 Apr 2003 07:27:31 -0000 1.19
--- ChangeLog 25 Apr 2003 07:30:59 -0000 1.20
***************
*** 1,4 ****
--- 1,11 ----
2003-04-25 Philip Derrin <na...@us...>
+ * src/ScopeController.m (-initWithSamplerClass:),
+ src/ScopeController.h, src/ScopeAppDelegate.m:
+ Make ScopeController take a class of input sampler to create, not an
+ actual input sampler object; this allows the input sampler's error
+ messages to be displayed in a more sensible manner, using a sheet on
+ the scope window.
+
* src/PortAudioSampler.m (-initPortAudio, -init, -startSampling,
-stopSampling), src/PortAudioSampler.h:
|