home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 611.lha / AlgoRhythms_v2.0 / Source.LZH / Source / DrawForm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-22  |  367 b   |  14 lines

  1. #ifndef DRAWFORM_LOADED
  2. #define DRAWFORM_LOADED 1
  3. #include "AlgoRhythms.h"
  4.  
  5. /* Drawform.h */
  6.  
  7. void DrawForm(const struct timeval *Duration, 
  8.     const PARAMETER *PitchForm, 
  9.     const PARAMETER *RhythmForm, 
  10.     const PARAMETER *DynamicsForm,
  11.     const PARAMETER *TextureForm);
  12. void DrawTime( const struct timeval *CurTime, 
  13.                const struct timeval *Duration);
  14. #endif