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

commits at source.squeak.org commits at source.squeak.org
Sat Aug 27 08:37:59 UTC 2022


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

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

Name: MorphicExtras-kfr.333
Author: kfr
Time: 27 August 2022, 10:37:56.24479 am
UUID: 7d5d485d-6fa0-1444-8c0a-a8d50a85de8d
Ancestors: MorphicExtras-kfr.332

Preset button to 'maj'

=============== Diff against MorphicExtras-kfr.332 ===============

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