Squeak Class Documentation category index | class index  
 
PianoKeyboardMorph
  category: Sound-Interface
  superclass: RectangleMorph
  subclasses: KeyboardMorphForInput MIDIPianoKeyboardMorph

No comment. Sorry.

instance methods
  simple keyboard
  buildKeyboard
initialize
mouseDownEvent:noteMorph:pitch:
mouseDownPitch:event:noteMorph:
mouseMoveEvent:noteMorph:pitch:
mouseMovePitch:event:noteMorph:
mouseUpEvent:noteMorph:pitch:
mouseUpPitch:event:noteMorph:
soundPrototype:

class methods
  parts bin
  descriptionForPartsBin

instance methods
  simple keyboard top  
 

buildKeyboard


 

initialize


 

mouseDownEvent:noteMorph:pitch:

Reorder the arguments for existing event handlers


 

mouseDownPitch:event:noteMorph:


 

mouseMoveEvent:noteMorph:pitch:

Reorder the arguments for existing event handlers


 

mouseMovePitch:event:noteMorph:


 

mouseUpEvent:noteMorph:pitch:

Reorder the arguments for existing event handlers


 

mouseUpPitch:event:noteMorph:


 

soundPrototype:


class methods
  parts bin top  
 

descriptionForPartsBin

If the receiver is a member of a class that would like to be represented in a parts bin, answer the name by which it should be known, and a documentation string to be provided, for example, as balloon help. When the 'nativitySelector' is sent to the 'globalReceiver', it is expected that some kind of Morph will result. The parameters used in the implementation below are for documentation purposes only!