home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0356.lha / AlgoRhythms / Source / Gadgets.h < prev    next >
Text File  |  1990-06-05  |  333b  |  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.