home *** CD-ROM | disk | FTP | other *** search
- ; $VER: ComTask.cd Revison 1.1
- ; This file is part of Synth Librarian v1.1
- ; ©1993-1994 Jean-Alexis MONTIGNIES
- ; This file must not be distributed modified or separatly
- ; without my written permission
- ; See Synth_Librarian.guide for more details
- ;
- ; Catalog descriptor file for the Serial I/O task
- #block ComCatBlock
- #arrayopts const
- MSG_OK (//)
- MIDI Ready.
- MSG_INIT (//)
- Can't get a port.
- MSG_INIT2 (//)
- Can't open Serial.
- MSG_INIT3 (//)
- Can't open Timer.
- MSG_SERIAL (//)
- Serial device in use.
- MSG_SERIAL2 (//)
- MIDI not supported by Serial.
- MSG_SERIAL4 (+1//)
- Not enough memory for serial buffer.
- MSG_SERIAL5 (//)
- MIDI not supported by Serial.
- MSG_SERIAL6 (//)
- MIDI data overrun.
- MSG_SERIAL12 (+5//)
- MIDI buffer overflow.
- MSG_SERIAL16 (+3//)
- Serial unit already in use.
- MSG_BYE (//)
- MIDI Closed.
- MSG_UNEXPECTED (//)
- Unexpected data.
-