	public	_MidiBase,_LVOGetMidiMsg

; UBYTE *GetMidiMsg (dest)
; struct MDest *dest

	public	_GetMidiMsg
_GetMidiMsg
	movem.l 4(sp),a0
	move.l	_MidiBase,a6
	jmp	_LVOGetMidiMsg(a6)

