The Trunk: Sound-nice.34.mcz

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

The Trunk: Sound-nice.34.mcz

commits-2
Nicolas Cellier uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-nice.34.mcz

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

Name: Sound-nice.34
Author: nice
Time: 3 March 2013, 3:03:12.228 pm
UUID: 2b4d4dbc-8527-4053-a3de-e4b78c727d47
Ancestors: Sound-dtl.33

Remove #printOnStream: #storeOnStream: and #propertyListOn:.

=============== Diff against Sound-dtl.33 ===============

Item was removed:
- ----- Method: ControlChangeEvent>>printOnStream: (in category 'printing') -----
- printOnStream: aStream
- aStream
- print:'('; write:time;
- print:': ctrl['; write:control;
- print:']=';write:value;
- print:')'.
- !