Squeak Class Documentation category index | class index  
 
MIDIControllerMorph
  category: Sound-Interface
  superclass: AlignmentMorph
  subclasses:

No comment. Sorry.

instance methods
  accessing
  channel
channel:
controller
controller:
midiPort
midiPort:

  initialization
  initialize

  menu
  addCustomMenuItems:hand:
controllerList
controllerName:
setChannel:
setController:

  other
  newSliderValue:
updateLabel

class methods
  no messages
 

instance methods
  accessing top  
 

channel


 

channel:


 

controller


 

controller:


 

midiPort


 

midiPort:


  initialization top  
 

initialize


  menu top  
 

addCustomMenuItems:hand:

Add morph-specific items to the given menu which was invoked by the given hand. This method provides is invoked both from the halo-menu and from the control-menu regimes.


 

controllerList

Answer a list of controller name, number pairs to be used in the menu.


 

controllerName:

Answer a name for the given controller. If no name is available, use the form 'CC5' (CC is short for 'continuous controller').


 

setChannel:


 

setController:


  other top  
 

newSliderValue:

Send a control command out the MIDI port.


 

updateLabel


class methods
  no messages top