[etoys-dev] Etoys: Sound-kfr.6.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 16 09:48:25 EDT 2010


Karl Ramberg uploaded a new version of Sound to project Etoys:
http://source.squeak.org/etoys/Sound-kfr.6.mcz

==================== Summary ====================

Name: Sound-kfr.6
Author: kfr
Time: 16 June 2010, 3:47:24 pm
UUID: 22ce17ed-e86e-ea4c-b08a-f7e8f8b76a48
Ancestors: Sound-kfr.5

RecordingControls stop stepping and recording on delete!

=============== Diff against Sound-kfr.5 ===============

Item was changed:
  ----- Method: RecordingControls>>delete (in category 'private') -----
  delete
  	"Stop the recorder from recording or playing."
  
+ 	self stopStepping.
- 	recorder pause.
  	^super delete
  !



More information about the etoys-dev mailing list