#ifndef DRAWFORM_LOADED
#define DRAWFORM_LOADED 1
#include "AlgoRhythms.h"

/* Drawform.h */

void DrawForm(const struct timeval *Duration, 
	const PARAMETER *PitchForm, 
	const PARAMETER *RhythmForm, 
	const PARAMETER *DynamicsForm,
	const PARAMETER *TextureForm);
void DrawTime( const struct timeval *CurTime, 
               const struct timeval *Duration);
#endif