/* Drawform.h for AlgoRhythms.c by Thomas E. Janzen */
void DrawForm(const double Duration, 
	const struct Parameter *PitchForm, 
	const struct Parameter *RhythmForm, 
	const struct Parameter *DynamicsForm,
	const struct Parameter *TextureForm);
void DrawTime(const double CurTime, const double Duration);
