Path: utzoo!utgpu!cunews!bnrgate!uunet!mcsun!hp4nl!sci.kun.nl!cs.kun.nl!angelo From: angelo@cs.kun.nl (Angelo Melis) Newsgroups: comp.sys.acorn,eunet.micro.acorn Subject: >GUI for SoundTracker module Message-ID: <2630@wn1.sci.kun.nl> Date: 15 Jan 91 08:35:47 GMT Sender: root@sci.kun.nl Followup-To: comp.sys.acorn Organization: University of Nijmegen, The Netherlands Lines: 19 Summary: There is a small problem with this program, because the program loads only the modules with filetype 1,2 and &501 but !Tracker ( the player from the serial port ) uses filetype &CB6. I thought that this filetype was give to the serial port by acorn for the modules ( and &CB5 for the samples ). So I changed the program a bit so that it will load the new modules too. The change is in !RunImage at line 1020 : 1020 case 1, 2, &501 : ......... is 1020 case 1, 2, &501, &CB6 : ....... and the program will load the modules with the new filetype too. I hope this will help everybody who uses !Tracker and the modules with the new filetype. ( I know of a !Player who uses the new filetype too ). Bye, Angelo. email : angelo@cs.kun.nl