Etoys: WS-Sound-kfr.7.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.7.mcz

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

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

Name: WS-Sound-kfr.7
Author: kfr
Time: 28 August 2011, 1:10:47 am
UUID: 7d38d10a-eef8-1a4b-88c1-611b03ca5cdf
Ancestors: WS-Sound-kfr.6

http://tracker.squeakland.org/browse/SQ-979

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

Item was changed:
  ----- Method: WsSonogram 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."
 
  ^ #(
  (color (
  (slot dataColor 'The color hue of the data' Color readWrite Player getDataColor  Player  setDataColor:)
  ))
 
  (sampling (
+ (slot scrollDelta 'The horizontal scrolling stride when data is going off the edge.' Number readWrite Player getScrollDelta Player setScrollDelta:))))!
- (slot scrollDelta 'The horizontal scrolling stride when data is going off the edget.' Number readWrite Player getScrollDelta Player setScrollDelta:))))!

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