[etoys-dev] Etoys: Sound-kfr.12.mcz
commits at source.squeak.org
commits at source.squeak.org
Tue May 17 05:33:10 EDT 2011
Karl Ramberg uploaded a new version of Sound to project Etoys:
http://source.squeak.org/etoys/Sound-kfr.12.mcz
==================== Summary ====================
Name: Sound-kfr.12
Author: kfr
Time: 17 May 2011, 11:32:44 am
UUID: 30375ecd-ac5a-e640-aed7-1805df305673
Ancestors: Sound-kfr.11
Fix balloon help text
=============== Diff against Sound-kfr.11 ===============
Item was changed:
----- Method: RecordingControls class>>additionsToViewerCategories (in category 'as yet unclassified') -----
additionsToViewerCategories
"Answer a list of (<categoryName> <list of category specs>) pairs that characterize the phrases this kind of morph wishes to add to various Viewer categories."
^ #((#'sound recorder'
((command recordButtonHit 'start recording')
(command stopButtonHit 'stop recording or playback')
+ (command playButtonHit 'play recording')
- (command playButtonHit 'go to previous page')
)))!
More information about the etoys-dev
mailing list