Marcel Taeumel uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-ct.68.mcz==================== Summary ====================
Name: Sound-ct.68
Author: ct
Time: 21 September 2019, 5:20:22.324935 pm
UUID: b8c8a1e8-1019-4142-952b-0d116b29f97a
Ancestors: Sound-eem.66
Convenience constructor for TempoEvent
=============== Diff against Sound-eem.66 ===============
Item was added:
+ ----- Method: TempoEvent class>>time:tempo: (in category 'instance creation') -----
+ time: aTime tempo: aTempo
+
+ ^ self new
+ time: aTime;
+ tempo: aTempo;
+ yourself!