[Scopeapp-cvs]scopeapp/src CoreAudioSampler.h,1.3,1.4 CoreAudioSampler.m,1.4,1.5 InputSampler.h,1.4,
Status: Alpha
Brought to you by:
narge
Update of /cvsroot/scopeapp/scopeapp/src In directory usw-pr-cvs1:/tmp/cvs-serv19021 Modified Files: CoreAudioSampler.h CoreAudioSampler.m InputSampler.h QuicktimeSampler.h QuicktimeSampler.m ScopeAppDelegate.h ScopeAppDelegate.m ScopeAppGlobals.h ScopeController.h ScopeController.m ScopeView.h ScopeView.m TestSampler.h TestSampler.m TraceView.h TraceView.m XYPlotView.h XYPlotView.m main.m Log Message: Added sane vim defaults (yay for vim!) Index: CoreAudioSampler.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/CoreAudioSampler.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CoreAudioSampler.h 25 Jun 2002 01:41:30 -0000 1.3 --- CoreAudioSampler.h 19 Oct 2002 06:39:31 -0000 1.4 *************** *** 88,89 **** --- 88,90 ---- @end + // vim:syn=objc:nocin:si: Index: CoreAudioSampler.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/CoreAudioSampler.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CoreAudioSampler.m 15 Jul 2002 06:12:06 -0000 1.4 --- CoreAudioSampler.m 19 Oct 2002 06:39:31 -0000 1.5 *************** *** 326,327 **** --- 326,329 ---- AudioDevicePropertyID inPropertyID, void* inClientData) { return noErr; } + + // vim:syn=objc:nocin:si: Index: InputSampler.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/InputSampler.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InputSampler.h 18 Jul 2002 07:34:46 -0000 1.4 --- InputSampler.h 19 Oct 2002 06:39:31 -0000 1.5 *************** *** 95,96 **** --- 95,98 ---- // Create a new input sampler with the best available source id <InputSampler, NSObject> NewSamplerWithBestSource(); + + // vim:syn=objc:nocin:si: Index: QuicktimeSampler.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/QuicktimeSampler.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** QuicktimeSampler.h 25 Jun 2002 01:41:30 -0000 1.3 --- QuicktimeSampler.h 19 Oct 2002 06:39:31 -0000 1.4 *************** *** 91,92 **** --- 91,93 ---- @end + // vim:syn=objc:nocin:si: Index: QuicktimeSampler.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/QuicktimeSampler.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** QuicktimeSampler.m 19 Jul 2002 07:55:18 -0000 1.4 --- QuicktimeSampler.m 19 Oct 2002 06:39:31 -0000 1.5 *************** *** 451,452 **** --- 451,454 ---- writeType: inWriteType]; } + + // vim:syn=objc:nocin:si: Index: ScopeAppDelegate.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeAppDelegate.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ScopeAppDelegate.h 31 Jul 2002 09:23:05 -0000 1.8 --- ScopeAppDelegate.h 19 Oct 2002 06:39:31 -0000 1.9 *************** *** 43,44 **** --- 43,46 ---- @end + + // vim:syn=objc:nocin:si: Index: ScopeAppDelegate.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeAppDelegate.m,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ScopeAppDelegate.m 31 Jul 2002 11:34:59 -0000 1.12 --- ScopeAppDelegate.m 19 Oct 2002 06:39:31 -0000 1.13 *************** *** 82,83 **** --- 82,85 ---- @end + + // vim:syn=objc:nocin:si: Index: ScopeAppGlobals.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeAppGlobals.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ScopeAppGlobals.h 19 Jul 2002 07:55:18 -0000 1.1 --- ScopeAppGlobals.h 19 Oct 2002 06:39:31 -0000 1.2 *************** *** 13,14 **** --- 13,16 ---- // a perl script, to auto-generate Localizable.strings #define _(key) [[NSBundle mainBundle] localizedStringForKey:(key) value:key table:nil] + + // vim:syn=objc:nocin:si: Index: ScopeController.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeController.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ScopeController.h 19 Jul 2002 07:57:33 -0000 1.5 --- ScopeController.h 19 Oct 2002 06:39:31 -0000 1.6 *************** *** 60,61 **** --- 60,63 ---- @end + + // vim:syn=objc:nocin:si: Index: ScopeController.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeController.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ScopeController.m 2 Aug 2002 15:29:23 -0000 1.7 --- ScopeController.m 19 Oct 2002 06:39:31 -0000 1.8 *************** *** 230,231 **** --- 230,232 ---- @end + // vim:syn=objc:nocin:si: Index: ScopeView.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeView.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ScopeView.h 19 Jul 2002 08:10:12 -0000 1.7 --- ScopeView.h 19 Oct 2002 06:39:31 -0000 1.8 *************** *** 88,89 **** --- 88,91 ---- @end + + // vim:syn=objc:nocin:si: Index: ScopeView.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeView.m,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ScopeView.m 30 Jul 2002 03:58:21 -0000 1.10 --- ScopeView.m 19 Oct 2002 06:39:31 -0000 1.11 *************** *** 378,379 **** --- 378,380 ---- @end + // vim:syn=objc:nocin:si: Index: TestSampler.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/TestSampler.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestSampler.h 21 Jul 2002 11:25:30 -0000 1.6 --- TestSampler.h 19 Oct 2002 06:39:31 -0000 1.7 *************** *** 86,87 **** --- 86,89 ---- @end + + // vim:syn=objc:nocin:si: Index: TestSampler.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/TestSampler.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestSampler.m 21 Jul 2002 11:25:31 -0000 1.6 --- TestSampler.m 19 Oct 2002 06:39:31 -0000 1.7 *************** *** 216,217 **** --- 216,219 ---- @end + + // vim:syn=objc:nocin:si: Index: TraceView.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/TraceView.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TraceView.h 15 Jul 2002 05:59:56 -0000 1.2 --- TraceView.h 19 Oct 2002 06:39:31 -0000 1.3 *************** *** 73,74 **** --- 73,76 ---- @end + + // vim:syn=objc:nocin:si: Index: TraceView.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/TraceView.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TraceView.m 30 Jul 2002 03:58:21 -0000 1.4 --- TraceView.m 19 Oct 2002 06:39:31 -0000 1.5 *************** *** 340,341 **** --- 340,343 ---- @end + + // vim:syn=objc:nocin:si: Index: XYPlotView.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/XYPlotView.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** XYPlotView.h 19 Jul 2002 08:10:12 -0000 1.2 --- XYPlotView.h 19 Oct 2002 06:39:31 -0000 1.3 *************** *** 59,60 **** --- 59,62 ---- @end + + // vim:syn=objc:nocin:si: Index: XYPlotView.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/XYPlotView.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** XYPlotView.m 30 Jul 2002 03:58:21 -0000 1.5 --- XYPlotView.m 19 Oct 2002 06:39:31 -0000 1.6 *************** *** 131,132 **** --- 131,133 ---- @end + // vim:syn=objc:nocin:si: Index: main.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/main.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.m 22 Jul 2002 09:15:44 -0000 1.3 --- main.m 19 Oct 2002 06:39:31 -0000 1.4 *************** *** 41,42 **** --- 41,44 ---- return 0; } + + // vim:syn=objc:nocin:si: |