mirror of
https://github.com/thestk/stk
synced 2026-01-13 04:51:53 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
21
WvOut.cpp
Normal file
21
WvOut.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
/*******************************************/
|
||||
/* 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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user