diff -r 70f6349cd668 -r 89d93f115cb8 SoundStream.st --- a/SoundStream.st Sat Dec 09 23:48:13 1995 +0100 +++ b/SoundStream.st Sun Dec 10 01:34:35 1995 +0100 @@ -59,10 +59,7 @@ see companion classes VocBrowser and VocView in fileIn-directory for how to use this class. " -! - -version -^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.18 1995-11-17 16:54:08 cg Exp $'! ! +! ! !SoundStream class methodsFor:'instance creation'! @@ -835,3 +832,7 @@ "SoundStream writing tuneTone" ! ! +!SoundStream class methodsFor:'documentation'! + +version +^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.19 1995-12-10 00:34:35 cg Exp $'! !