Squeak Class Documentation category index | class index  
 
MIDIPlugin
  category: VMConstruction-Plugins
  superclass: TestInterpreterPlugin
  subclasses:

No comment. Sorry.

instance methods
  initialize-release
  initialiseModule
shutdownModule

  primitives
  primitiveMIDIClosePort:
primitiveMIDIGetClock
primitiveMIDIGetPortCount
primitiveMIDIGetPortDirectionality:
primitiveMIDIGetPortName:
primitiveMIDIOpenPort:sema:speed:
primitiveMIDIParameterGet:
primitiveMIDIParameterGetOrSet
primitiveMIDIParameterSet:value:
primitiveMIDIRead:into:
primitiveMIDIWrite:from:at:

class methods
  translation
  headerFile

instance methods
  initialize-release top  
 

initialiseModule


 

shutdownModule


  primitives top  
 

primitiveMIDIClosePort:


 

primitiveMIDIGetClock

Return the value of the MIDI clock as a SmallInteger. The range is limited to SmallInteger maxVal / 2 to allow scheduling MIDI events into the future without overflowing a SmallInteger. The sqMIDIGetClock function is assumed to wrap at or before 16r20000000.


 

primitiveMIDIGetPortCount


 

primitiveMIDIGetPortDirectionality:


 

primitiveMIDIGetPortName:


 

primitiveMIDIOpenPort:sema:speed:


 

primitiveMIDIParameterGet:

read parameter


 

primitiveMIDIParameterGetOrSet

Backward compatibility


 

primitiveMIDIParameterSet:value:

write parameter


 

primitiveMIDIRead:into:


 

primitiveMIDIWrite:from:at:


class methods
  translation top  
 

headerFile

If there is a single intrinsic header file to be associated with the plugin, here is where you want to put it. It will be generated and included automatically.