home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / 300ter.arj / DOCS.EXE / ANSMUSIC.DOC next >
Encoding:
Text File  |  1995-08-11  |  1.8 KB  |  41 lines

  1.  
  2. ┌───────────────────────────────────────────────────────────────────────────┐
  3. │ ░░░░ ANSI MUSIC ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  4. └───────────────────────────────────────────────────────────────────────────┘
  5.  
  6.  These are the specifications which are followed by Terminate. If you are a
  7.  Sysop, you can include ANSI music in your menus and users who are using
  8.  Terminate (or one of the few other terminal programs that offer this
  9.  feature) could hear melodies or fancy tunes whenever they enter a new menu.
  10.  Other terminal programs will just skip these codes - nothing else will
  11.  happen. Maybe it will look weird on your screen, because your BBS system
  12.  does not understand the codes - but it doesn't matter at all.
  13.  
  14.  This little code is used in the LOGO.ANS of DAN BBS (a Remote Access file
  15.  shown at login):
  16.  
  17.  MB O3 T120 L2CO4CO3L6BGABO4L2CO3L2CL2AL1GL2CFL4EL6CDEL4FL3DL6O2BO3CDL4EL2C
  18.   D
  19.  
  20.  As you can see I clear the screen ([2J), right after the sound codes so
  21.  that programs which don't support ANSI music won't see these codes.
  22.  
  23.  It's really simple to create this music. Hopefully many SysOps more will
  24.  start using these codes, for example within online games etc.
  25.  
  26.  Small examples:
  27.  
  28.  MB O3     Sets octave 3
  29.  MB T120   Sets tempo to 120 (default)
  30.  
  31.  You can use several statements in each line. It couldn't be easier! It's
  32.  exactly the same command as the BASIC command "PLAY" from IBM BASIC or
  33.  GW-BASIC, etc. Look in the documentation of these programs for more
  34.  information.
  35.  
  36.  To get the latest version from DAN BBS, download A3E*.* or filerequest the
  37.  MAGIC name A3E with the point system. latest version available on DAN BBS.
  38.  Then you can easily make your own music in ANSI-menus. All MIDI and Sound
  39.  BBS systems... MUST have this!!!
  40.  
  41.