'From Squeak3.9alpha of 4 July 2005 [latest update: #7021] on 19 October 2007 at 4:41:51 pm'! !SoundRecorder methodsFor: 'primitives' stamp: 'yo 10/19/2007 13:02'! primGetSwitch: id captureFlag: capture channel: channel self primitiveFailed ! ! !SoundRecorder methodsFor: 'primitives' stamp: 'yo 10/18/2007 14:21'! primSetDevice: anInteger name: aString "Set the desired recording level to the given value in the range 0-1000, where 0 is the lowest recording level and 1000 is the maximum. Do nothing if the sound input hardware does not support changing the recording level." self primitiveFailed ! ! !SoundRecorder methodsFor: 'primitives' stamp: 'yo 10/18/2007 14:32'! primSetSwitch: id captureFlag: capture parameter: parameter self primitiveFailed ! !