home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / amfm / specialdisks / special6 / d10glib / readme.amiga.pp / readme.amiga
Text File  |  1994-06-20  |  10KB  |  239 lines

  1. readme.amiga : History of AD10GLIB Amiga D-10 glib port
  2.  
  3. Introduction:
  4. --------------
  5.  This is a special Amiga / Roland D-10 version of the glib
  6. general syntheziser liberian. It is used to upload /
  7. download / edit and store into files synthesizer set-ups.
  8. Please refer to the included GLIB.MAN file for
  9. documentation.
  10.  
  11. System demands:
  12. ---------------
  13. The glib revision 1.4 needs :
  14.   - Amigados 2.xx or better. ( It may also work on 1.3 if
  15.     you have a working ixemul.library )
  16.   - A MIDI interface connected to the serial port.
  17.   - A Roland D-10 ( or a D-20 ? ) 
  18.   - ixemul.library version 39.44 or a newer compatible.
  19.   - 564840 bytes of free memory ( 362192 for glib + 202648
  20.     for ixemul )
  21.  
  22. Distribution:
  23. -------------
  24.  
  25. Binaries and docs only : AD10GL4X.LZH
  26.   glib - the executeable 
  27.   readme.amiga - this file
  28.   glib.man - manual
  29.   ixemul.library - *nix emulation library version 39.44
  30.                       
  31. Full source            : AD10GL4S.LZH
  32.   All sources, makefile and documentation stored under RCS
  33.   control.
  34.  
  35. Installation:
  36. -------------
  37.     copy ixemul.library libs:
  38.     copy glib glib.info sys:tools ; Or somewhere else in
  39.                                   ; your execution path.
  40.  
  41. Usage:
  42. --------
  43.  Doubleclick the glib icon or type glib at commandline.
  44.  There are no startup options.
  45.  All library files are stored in and loaded from the
  46.  current working directory.
  47.  Push the Help button or type ? to get help. 
  48.  
  49. Sources:
  50. --------
  51.  This glib version is a pure Amiga / Roland D-10 / All in
  52. one version developed from the glib Amiga port made by Kesti
  53. based on sources by Lee and Thompson. The Kesti version and
  54. all changes made to it is stored in the source distibution
  55. of this file under RCS ( Revision Control System ).
  56.  
  57. Disclaimer:
  58. -----------
  59.  I do not guarantee anything, there is no warranty for this
  60. free software.  You may send bug reports to
  61. "etoes@etn.ericsson.se", or post messages to Espen Skare at
  62. Rodeløkka BBS or Mediafoto BBS in Oslo, Norway.
  63.  
  64. History:
  65. ---------
  66.  
  67. $Id: readme.amiga,v 1.2 93/01/02 01:26:35 amiga Exp $
  68. $Log:    readme.amiga,v $
  69. Revision 1.2  93/01/02  01:26:35  amiga
  70. Added info for AD10GL4S.LZH and AD10GL4X.LZH.
  71. Revision 1.4 of glib is now finished.
  72.  
  73. Revision 1.1  92/12/07  23:15:52  amiga
  74. Initial revision , a pure compilation of the Kersti source.
  75.  
  76. Roland D10 verion of glib for amiga.
  77. *************************************************************************
  78. These are the patches i have made to the glib distribution
  79. on the V1.2es version:
  80. This version compiled with DICS,DCC PD version.
  81. ========================================================================
  82. Examining d10pat.mnu...
  83.   * E.Skare 91.04.09 : Use D10 notation on banks ( A11..A88 B11..B88 )
  84.   * E.Skare 91.08.24 : dpatgbulk(): Implemented retransmission.
  85. Examining d10tim.mnu...
  86.   * E.Skare 91.04.09 : Use D10 notation on banks ( A11..A88 B11..B88 )
  87. Examining d10tim.c...
  88.   * E.Skare 91.04.09 : Use D10 notation on banks ( A11..A88 B11..B88 )
  89. Examining d10ton.c...
  90.   * E.Skare 91.04.12 : dtongbulk(),Implemented retransmission
  91. Examining glib.c...
  92.   * E.Skare 91.08.24 : D10 patch : readall() writeall() takes Syndata in/out
  93.   * E.Skare 91.08.24 : D10 patch : Added version in screen header.
  94.  
  95. NB! The D10 notation on bank is only for output, 
  96. input is still ( 011..088  111.188 )
  97.  
  98.  
  99.  
  100.  
  101. ****************************************************************************
  102. THE 1.3 VERSION:
  103.  
  104. This version is ported to ANSI 'C' using GCC 2.2.2 .
  105. The integration into one program for D-10 is still not finished,
  106. but this version is made mode amiga specific, and has cursor keys
  107. and help key support.
  108. =============================================================================
  109. d10ton.c 1.6 date: 89/05/06 17:13:16;  author: lee;  
  110. checked in with -k by es at 92.01.16.22.58.38.
  111. =============================================================================
  112. glib.c 1.7 date: 92/12/06 22:44:33;  author: amiga;  
  113. Converted to ANSI 'C'.
  114. =============================================================================
  115. keys.c 1.1 date: 92/12/06 22:49:52;  author: amiga;  
  116. Initial revision
  117. =============================================================================
  118. ktst.c 1.1 date: 92/12/07 22:52:52;  author: amiga;  
  119. Initial revision
  120. =============================================================================
  121. list.c 1.7 date: 92/12/06 22:48:59;  author: amiga;  
  122. Converted to ANSI 'C'.
  123. =============================================================================
  124. machdep.c 1.8 date: 92/12/06 22:51:26;  author: amiga
  125. Converted to ANSI 'C', added AMIGA RAWKEYs calls ( file keys.c ).
  126. ----------------------------
  127.            1.7      92/10/29 23:55:28;  author: amiga
  128. Started porting to GCC
  129. =============================================================================
  130. menutoc.c 1.7 date: 92/12/06 22:57:11;  author: amiga
  131. Made it GCC compileable.
  132. =============================================================================
  133. vis.c 1.7 date: 92/12/06 22:48:39;  author: amiga;  
  134. Converted to ANSI 'C'.
  135. =============================================================================
  136. Makefile 1.1        locked by: amiga; date: 92/12/06 22:52:51;  author: amiga;
  137. Initial revision
  138. =============================================================================
  139. d10pat.mnu 1.7 date: 92/12/06 22:41:41;  author: amiga
  140. Converted to ANSI 'C'.
  141. =============================================================================
  142. d10rsu.mnu 1.7 date: 92/12/06 22:42:51;  author: amiga
  143. Converted to ANSI 'C'.
  144. =============================================================================
  145. d10tim.mnu 1.7 date: 92/12/06 22:42:22;  author: amiga
  146. Converted to ANSI 'C'.
  147. =============================================================================
  148. d10tra.mnu 1.7 date: 92/12/06 22:42:58;  author: amiga
  149. Converted to ANSI 'C'.
  150. =============================================================================
  151. d10tva.mnu 1.7 date: 92/12/06 22:42:33;  author: amiga
  152. Converted to ANSI 'C'.
  153. =============================================================================
  154. d10tvf.mnu 1.7 date: 92/12/06 22:43:07;  author: amiga
  155. Converted to ANSI 'C'.
  156. =============================================================================
  157. d10urp.mnu 1.7 date: 92/12/06 22:42:40;  author: amiga
  158. Converted to ANSI 'C'.
  159. =============================================================================
  160. d10wfg.mnu 1.7 date: 92/12/06 22:43:14;  author: amiga
  161. Converted to ANSI 'C'.
  162. =============================================================================
  163.  
  164.  
  165. ****************************************************************************
  166. THE 1.4 VERSION:
  167.  
  168. This version is the first complete integration into one program for D-10.
  169. All known bugs are removed.
  170. Help are installed also for the edit pages.
  171. The filename suffix usage is explained online.
  172.  
  173.  
  174. =============================================================================
  175. Makefile: 1.2 date: 93/01/01 17:09:59;  author: amiga
  176. Release 1.4 of Amiga / D-10 glib finished.
  177. =============================================================================
  178. d10rsu.mnu 1.9 date: 93/01/01 11:01:03;  author: amiga
  179. Corrected drsugbulk output.
  180. ----------------------------
  181. revision 1.8   date: 93/01/01 10:05:40;  author: amiga
  182. Removed \n and redused length of dump display in durpgbulk().
  183. =============================================================================
  184. d10list.c 1.2 date: 92/12/20 23:48:19;  author: amiga;
  185. Bound filename-suffix and singledata info to list structures.
  186. Removed other synths to make single D-10 version.
  187. ----------------------------
  188. revision 1.1 date: 92/12/14 21:27:15;  author: amiga;  
  189. Initial revision
  190. =============================================================================
  191. glib.h 1.8 date: 92/12/20 23:50:54;  author: amiga;
  192. Full D-10 / amiga / GCC version looks OK now.
  193. ----------------------------
  194. revision 1.7 date: 92/12/06 22:45:16;  author: amiga;  
  195. Gathered all includes here, added prototypes.
  196. Made it more AMIGA tailored, less portable.
  197. =============================================================================
  198. glib.c 1.11 date: 93/01/01 12:39:45;  author: amiga;
  199. Added parameter edit help, edithelp().
  200. ----------------------------
  201. revision 1.10 date: 93/01/01 11:16:17;  author: amiga;  
  202. Polished output.
  203. ----------------------------
  204. revision 1.9 date: 92/12/31 17:53:40;  author: amiga;
  205. Fixed memory allocation/freeing, Removed unused stuff, added comments.
  206. ----------------------------
  207. revision 1.8 date: 92/12/20 23:54:30;  author: amiga; 
  208. Full D-10 / Amiga / GCC version working ok,
  209. memory allocation bugs are not fixed yet.
  210. The program does not free all it's memory.
  211. =============================================================================
  212. d10ton.c 1.7 date: 92/12/07 23:49:11;  author: amiga;
  213. Converted to ANSI.
  214. =============================================================================
  215. d10urp.mnu 1.8 date: 93/01/01 10:01:18;  author: amiga;
  216. Removed \n from dump display in durpgbulk().
  217. =============================================================================
  218. d10tra.mnu 1.8 date: 93/01/01 10:09:25;  author: amiga;
  219. Removed \n from dump display in dtragbulk().
  220. =============================================================================
  221. input.h 1.1
  222. description:
  223. AMIGA specific input routines header.
  224. =============================================================================
  225. version.h  1.4
  226. description:
  227. Visible revision number of glib.
  228. ----------------------------
  229. revision 1.4        
  230. Starting at 1.4 for testing pure amiga D-10 version.
  231. =============================================================================
  232. machdep.c 1.9 date: 93/01/01 12:41:25;  author: amiga;
  233. Removed version number from window header.
  234. Version number is now only in version.h.
  235. =============================================================================
  236.  
  237.  
  238.  
  239.