Etoys: WS-Sound-kfr.5.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: WS-Sound-kfr.5.mcz

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

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

Name: WS-Sound-kfr.5
Author: kfr
Time: 17 July 2011, 3:50:32 pm
UUID: ce9ae0f6-c121-e84f-b35d-17cd0dba5404
Ancestors: WS-Sound-kfr.4

Sounds as instruments that can change pitch

=============== Diff against WS-Sound-kfr.4 ===============

Item was changed:
  ----- Method: Morph class>>additionsToViewerCategorySound (in category '*WS-Sound-Interface') -----
  additionsToViewerCategorySound
  "Answer viewer additions for the 'sound' category"
 
  ^#(
  sound
  (
  (command playSound: 'play sound' Number)
+ (command playInstrument: 'play instrument' Number)
+ (command setInstrument: 'select a instrument' Sound)
  (command stopSound 'stop sound')
  (command beep: 'Make the specified sound' Sound)
  )
  )
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev