home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / misc / volume37 / tclm / part05 < prev    next >
Encoding:
Text File  |  1993-05-15  |  5.2 KB  |  203 lines

  1. Newsgroups: comp.sources.misc
  2. From: durian@advtech.uswest.com (Mike Durian)
  3. Subject: v37i047:  tclm - TCL extensions for MIDI file manipulation, Part05/05
  4. Message-ID: <1993May10.215434.4611@sparky.imd.sterling.com>
  5. X-Md4-Signature: 9b9585830a806617583fd32cabbaf6ae
  6. Date: Mon, 10 May 1993 21:54:34 GMT
  7. Approved: kent@sparky.imd.sterling.com
  8.  
  9. Submitted-by: durian@advtech.uswest.com (Mike Durian)
  10. Posting-number: Volume 37, Issue 47
  11. Archive-name: tclm/part05
  12. Environment: BSD/386, Esix SV4, SunOS, TCL 6.x
  13.  
  14. #! /bin/sh
  15. # This is a shell archive.  Remove anything before this line, then feed it
  16. # into a shell via "sh file" or similar.  To overwrite existing files,
  17. # type "sh file -c".
  18. # Contents:  tclm-1.0/doc/m1to0.1 tclm-1.0/doc/midifree.3
  19. #   tclm-1.0/doc/minfo.1 tclm-1.0/doc/tclmversion.3
  20. # Wrapped by kent@sparky on Mon May 10 09:43:33 1993
  21. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin ; export PATH
  22. echo If this archive is complete, you will see the following message:
  23. echo '          "shar: End of archive 5 (of 5)."'
  24. if test -f 'tclm-1.0/doc/m1to0.1' -a "${1}" != "-c" ; then 
  25.   echo shar: Will not clobber existing file \"'tclm-1.0/doc/m1to0.1'\"
  26. else
  27.   echo shar: Extracting \"'tclm-1.0/doc/m1to0.1'\" \(490 characters\)
  28.   sed "s/^X//" >'tclm-1.0/doc/m1to0.1' <<'END_OF_FILE'
  29. X.Dt M1TO0 1
  30. X.Os TCLM
  31. X.Dd April 7, 1993
  32. X.Sh NAME
  33. X.Nm m1to0
  34. X.Nd "a tclm script to convert a format 1 Standard MIDI File to a format 0"
  35. X.Sh SYNOPSIS
  36. X.Nm
  37. X.Op infile Op outfile
  38. X.Sh DESCRIPTION
  39. X.Nm
  40. Xis a
  41. X.Xr tclm 1
  42. Xscript that converts a format 1 Standard \s-1MIDI\s0 File
  43. Xto a format 0 Standard \s-1MIDI\s0 File.
  44. XIf no input or output files are specified, input
  45. Xis read from
  46. X.Em stdin
  47. Xand output written to
  48. X.Em stdout .
  49. X.Sh SEE ALSO
  50. X.Xr tclm 1
  51. X.Sh AUTHORS
  52. XMike Durian - durian@advtech.uswest.com
  53. END_OF_FILE
  54.   if test 490 -ne `wc -c <'tclm-1.0/doc/m1to0.1'`; then
  55.     echo shar: \"'tclm-1.0/doc/m1to0.1'\" unpacked with wrong size!
  56.   fi
  57.   # end of 'tclm-1.0/doc/m1to0.1'
  58. fi
  59. if test -f 'tclm-1.0/doc/midifree.3' -a "${1}" != "-c" ; then 
  60.   echo shar: Will not clobber existing file \"'tclm-1.0/doc/midifree.3'\"
  61. else
  62.   echo shar: Extracting \"'tclm-1.0/doc/midifree.3'\" \(552 characters\)
  63.   sed "s/^X//" >'tclm-1.0/doc/midifree.3' <<'END_OF_FILE'
  64. X.Dt MIDIFREE 3
  65. X.Os TCLM
  66. X.Dd Jan 10, 1993
  67. X.Sh NAME
  68. X.Nm midifree
  69. X.Nd "tclm command to free the space used by a Standard MIDI File"
  70. X.Sh SYNOPSIS
  71. X.Nm
  72. X.Ar mfileId
  73. X.Sh DESCRIPTION
  74. X.Nm
  75. Xis a
  76. X.Xr tclm 3
  77. Xcommand that
  78. Xfrees the space used by a
  79. XStandard
  80. X.Tn MIDI
  81. XFile.
  82. XIt
  83. Xtakes one argument that specifies
  84. Xthe Standard
  85. X.Tn MIDI
  86. XFile.
  87. XThis argument is a value returned by
  88. X.Xr midiread 3
  89. Xor
  90. X.Xr midimake 3 .
  91. X.Sh RETURN VALUES
  92. X.Nm
  93. Xdoes not return anything.
  94. X.Sh SEE ALSO
  95. X.Xr tclm 1 ,
  96. X.Xr midiread 3 ,
  97. X.Xr midimake 3
  98. X.Sh AUTHORS
  99. XMike Durian - durian@advtech.uswest.com
  100. END_OF_FILE
  101.   if test 552 -ne `wc -c <'tclm-1.0/doc/midifree.3'`; then
  102.     echo shar: \"'tclm-1.0/doc/midifree.3'\" unpacked with wrong size!
  103.   fi
  104.   # end of 'tclm-1.0/doc/midifree.3'
  105. fi
  106. if test -f 'tclm-1.0/doc/minfo.1' -a "${1}" != "-c" ; then 
  107.   echo shar: Will not clobber existing file \"'tclm-1.0/doc/minfo.1'\"
  108. else
  109.   echo shar: Extracting \"'tclm-1.0/doc/minfo.1'\" \(577 characters\)
  110.   sed "s/^X//" >'tclm-1.0/doc/minfo.1' <<'END_OF_FILE'
  111. X.Dt MINFO 1
  112. X.Os TCLM
  113. X.Dd Jan 10, 1993
  114. X.Sh NAME
  115. X.Nm minfo
  116. X.Nd "a tclm script to print a Standard MIDI File in human readable form"
  117. X.Sh SYNOPSIS
  118. X.Nm
  119. X.Op file
  120. X.Sh DESCRIPTION
  121. X.Nm
  122. Xis a
  123. X.Xr tclm 1
  124. Xscript that reads a Standard
  125. X.Tn MIDI
  126. XFile
  127. Xand prints the data in human readable form.
  128. XIf a file is not specified on the command
  129. Xline
  130. X.Nm
  131. Xwill read from
  132. X.Em stdin .
  133. X.Pp
  134. XThe
  135. X.Xr infom 1
  136. Xprogram provides the inverse to
  137. Xthis ,
  138. Xas it converts the output of
  139. X.Nm
  140. Xto the Standard
  141. X.Tn MIDI
  142. XFile format.
  143. X.Sh SEE ALSO
  144. X.Xr tclm 1 ,
  145. X.Xr infom 1
  146. X.Sh AUTHORS
  147. XMike Durian - durian@advtech.uswest.com
  148. END_OF_FILE
  149.   if test 577 -ne `wc -c <'tclm-1.0/doc/minfo.1'`; then
  150.     echo shar: \"'tclm-1.0/doc/minfo.1'\" unpacked with wrong size!
  151.   fi
  152.   # end of 'tclm-1.0/doc/minfo.1'
  153. fi
  154. if test -f 'tclm-1.0/doc/tclmversion.3' -a "${1}" != "-c" ; then 
  155.   echo shar: Will not clobber existing file \"'tclm-1.0/doc/tclmversion.3'\"
  156. else
  157.   echo shar: Extracting \"'tclm-1.0/doc/tclmversion.3'\" \(364 characters\)
  158.   sed "s/^X//" >'tclm-1.0/doc/tclmversion.3' <<'END_OF_FILE'
  159. X.Dt TCLMVERSION 3
  160. X.Os TCLM
  161. X.Dd April 12, 1993
  162. X.Sh NAME
  163. X.Nm tclmversion
  164. X.Nd "tclm command that returns the version of tclm being used"
  165. X.Sh SYNOPSIS
  166. X.Nm
  167. X.Sh DESCRIPTION
  168. X.Nm
  169. Xis a simple command that returns
  170. Xthe version of
  171. X.Xr tclm 1
  172. Xbeing used.
  173. X.Sh RETURN VALUES
  174. XThe version of
  175. X.Xr tclm 1 .
  176. X.Sh SEE ALSO
  177. X.Xr tclm 1
  178. X.Sh AUTHORS
  179. XMike Durian - durian@advtech.uswest.com
  180. END_OF_FILE
  181.   if test 364 -ne `wc -c <'tclm-1.0/doc/tclmversion.3'`; then
  182.     echo shar: \"'tclm-1.0/doc/tclmversion.3'\" unpacked with wrong size!
  183.   fi
  184.   # end of 'tclm-1.0/doc/tclmversion.3'
  185. fi
  186. echo shar: End of archive 5 \(of 5\).
  187. cp /dev/null ark5isdone
  188. MISSING=""
  189. for I in 1 2 3 4 5 ; do
  190.     if test ! -f ark${I}isdone ; then
  191.     MISSING="${MISSING} ${I}"
  192.     fi
  193. done
  194. if test "${MISSING}" = "" ; then
  195.     echo You have unpacked all 5 archives.
  196.     rm -f ark[1-9]isdone
  197. else
  198.     echo You still must unpack the following archives:
  199.     echo "        " ${MISSING}
  200. fi
  201. exit 0
  202. exit 0 # Just in case...
  203.