CompuServe Thread

Forum unknown · Software

#MIDI, Comal, AMICUS

5 messages in this thread
#1183From: John FoustDec 10, 1985 6:37 PM
I bumped into the guy who sells COMAL here in the U.S. His license plate is COMAL 1, so I knew it was him… He was walking into the local AMIGA dealer. He said someone in Sweden was working on the Amiga port. Some else asked about MIDI – a MIDI driver is simple for any computer that can handle the baud rate – about 31 K baud. All it takes is a couple optoisolators to keep the signals straight, and then out to the five-pin DIN. The ST really has very little built-in to drive the MIDI port – just some simple grab-a-byte-and-timestamp-it and send-a-byte routines. MIDI is much more than that, as you might expect. I have been employed for the last year and a half producing a MIDI editor for the IBM, using a Roland MPU-401 MIDI box, which handles the low-l level MIDI calls for you. It still required a driver in 8088 assembly language of about 2 K, and our our total source code in C tops out at about 1 Meg, compiled down to 155 K. It takes alot to do MIDI – a lot of program, and a lot of memory. Cherry Lane Technologies offers a MIDI adapter for the Amiga for about $50. As for AMICUS, things proceed apace. One disk of Public Domain software is full, and another is filling up, not to count all the Tech BBS goodies for registered developers. I'll be writing for Amazing Computing, a new Amiga magazine, and it looks like A.C. will also be distributing the AMICUS public domain disks… I'll have an article in the next AmigaWorld, on digital sound synthesis. If you are porting public domain code, please get in touch with me! Shareware is o.k., too.
#1211From: Russ WetmoreDec 10, 1985 10:17 PM
I'm curious – what would you expect the ST's OS to do with the MIDI port besides just provide byte-in and -out routines? (It's also possible to use the MIDI port as a second high-speed serial port.) [ Russ ]
#1211From: Russ WetmoreDec 10, 1985 10:17 PM
I'm curious – what would you expect the ST's OS to do with the MIDI port besides just provide byte-in and -out routines? (It's also possible to use the MIDI port as a second high-speed serial port.) [ Russ ]
#1286From: GARY SARFFDec 11, 1985 7:12 AM
I am porting the Icon programming language to the Amiga, it is public domain. I like the idea of putting it on disk since it would be much to large to put on a system for downloading, it could take days to download it. A previous message of yours said you had unix stuff you wanted to port, is that true? We have the source for unix, (kernel, utilities, etc) and I have hacked about a bit in the kernel, (don't know if I have earned my wizards cap yet, or is it the Unix Guru loincloth with matching prayer shawl these days?) Do you have 9-track tape? Or amiga disks are fine for me to send too. Anyway, keep me in mind, I'd like to see Icon put in AMICUS when it's done to help distribute it. Thanks – Gary
#1286From: GARY SARFFDec 11, 1985 7:12 AM
I am porting the Icon programming language to the Amiga, it is public domain. I like the idea of putting it on disk since it would be much to large to put on a system for downloading, it could take days to download it. A previous message of yours said you had unix stuff you wanted to port, is that true? We have the source for unix, (kernel, utilities, etc) and I have hacked about a bit in the kernel, (don't know if I have earned my wizards cap yet, or is it the Unix Guru loincloth with matching prayer shawl these days?) Do you have 9-track tape? Or amiga disks are fine for me to send too. Anyway, keep me in mind, I'd like to see Icon put in AMICUS when it's done to help distribute it. Thanks – Gary