home *** CD-ROM | disk | FTP | other *** search
/ Da Capo / da_capo_vol1.bin / programs / amiga / midi / mod2midi / text.h < prev   
C/C++ Source or Header  |  1994-06-12  |  835b  |  34 lines

  1. char *MSG_ERR_OUT_OF_MEMORY = "Out of memory\n";
  2. char *MSG_ERR_NO_MOD_FILENAME = "No .MOD filename supplied\n";
  3.  
  4. char *MSG_ENTER_VOLUMESHIFT[] =
  5. {
  6.     "Please enter the volume shift formula",
  7.     "values for the sample you have just",
  8.     "selected.",
  9.     "eg. For the formula (volume+12)*34/56",
  10.     "you would enter in '12,34,56'. In most",
  11.     "cases all you will need to enter are",
  12.     "the values '0,1,1'.",
  13.     NULL
  14. };
  15.  
  16. char *MSG_ENTER_TRANSPOSITION[] =
  17. {
  18.     "Please enter a transposition value",
  19.     "for the sample you have just selected,",
  20.     "eg. '-12' for a bass guitar sample,",
  21.     "'0,3,7' for a minor chord, or '0,4,7'",
  22.     "for a major chord are usual.",
  23.     NULL
  24. };
  25.  
  26. char *MSG_ABOUT[] =
  27. {
  28.     "Mod2Midi Amiga conversion © 1994 Paul Huxham",
  29.     "  based on MIDIMOD © 1993 Andrew Scott",
  30.     "",
  31.     "Tempo mapping: TEMPO = <0 for NORMAL> | <1 for EXTENDED>",
  32.     NULL
  33. };
  34.