home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 394b.lha / AlgoRhythms_v1.0 / source / Gadgets.h < prev    next >
Encoding:
Text File  |  1990-07-03  |  333 b   |  8 lines

  1. /* gadgets.h for AlgoRhythms.c by Thomas E. Janzen */
  2. int GetChannelStuff(struct NoteEvent *Event, int Number);
  3. char *GetGadgetInput(char Previous[], 
  4.     char RemindString[], char PromptString[]);
  5. int GetStringInput(char Previous[],
  6.     char RemindString[], char PromptString[]);
  7. double GetPhaseInput(double Previous, char TypeString[]);
  8.