[squeak-dev] The Inbox: MorphicExtras-kfr.334.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Aug 27 08:55:15 UTC 2022


A new version of MorphicExtras was added to project The Inbox:
http://source.squeak.org/inbox/MorphicExtras-kfr.334.mcz

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

Name: MorphicExtras-kfr.334
Author: kfr
Time: 27 August 2022, 10:55:12.504185 am
UUID: 86cede09-3f69-da40-ae84-c9d2fd6f523b
Ancestors: MorphicExtras-ct.331

Preset button to 'maj'
Reupload based on right trunk version

=============== Diff against MorphicExtras-ct.331 ===============

Item was changed:
  ----- Method: KeyboardMorphForInput>>initialize (in category 'initialization') -----
  initialize
  "initialize the state of the receiver"
  	super initialize.
+ 	self initChordDictionary.
- ""
  	buildingChord := false.
  	self addRecordingControls.
  	self duration: 4 onOff: true.
  	self durMod: #normal onOff: true.
  	self articulation: #normal onOff: true.
+ 	self chords: #maj onOff: true.   
  	insertMode := false.
+ 	!
- 	self initChordDictionary!



More information about the Squeak-dev mailing list