Strange 
May be the logic in the primitive is strange.

midiIsSupported
        "Answer true if this platform supports MIDI."

        ^ self primPortCount > 0


primPortCount
        "Answer the number of MIDI ports supported by this platform, or zero if 
this primitive is not implemented."

        <primitive: 'primitiveMIDIGetPortCount' module: 'MIDIPlugin'>
        ^ 0


Stef

Reply via email to