Path: utzoo!utgpu!news-server.csri.toronto.edu!dgp.toronto.edu!sheasby Newsgroups: comp.sys.mac.programmer From: sheasby@dgp.toronto.edu (Michael C. Sheasby) Subject: MIDI MANAGER programming problem: appended f7 Message-ID: <1991May10.151405.17569@jarvis.csri.toronto.edu> Date: 10 May 91 19:14:05 GMT Lines: 18 Anybody familiar enough with the Midi Manager to answer a quick question? The manager apparently appends an 'f7' to MIDI messages, in order to ensure that all messages are legal. I want to override this, since I'm talking to a non-midi device using the manager (an AKAI DP2000 video switch) how do you go about adding another message type? right now the MIDI manager supports type 0 (standard MIDI) and type 1 (to the midi manager). There's room for 6 more types, if I read the manual right. thanks for any help ---Mike.