/*******************************************/
/*  Output Abstract Class,                 */
/*  by Tim Stilson, 1996                   */ 
/*  based on code by Perry R. Cook, 1995-96*/ 
/*******************************************/

#include "WvOut.h"
#include <stdio.h>

WvOut :: WvOut()
{
}

WvOut :: ~WvOut()
{
}

void WvOut :: tick(MY_FLOAT sample)
{
}

