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

  1. /* Drawform.h for AlgoRhythms.c by Thomas E. Janzen */
  2. void DrawForm(const double Duration, 
  3.     const struct Parameter *PitchForm, 
  4.     const struct Parameter *RhythmForm, 
  5.     const struct Parameter *DynamicsForm,
  6.     const struct Parameter *TextureForm);
  7. void DrawTime(const double CurTime, const double Duration);
  8.