mirror of
https://github.com/thestk/stk
synced 2026-01-19 15:41:52 +00:00
Version 3.1
This commit is contained in:
committed by
Stephen Sinclair
parent
868787a5f9
commit
4b6500d3de
@@ -12,6 +12,10 @@ Reverb :: Reverb()
|
||||
{
|
||||
}
|
||||
|
||||
Reverb :: ~Reverb()
|
||||
{
|
||||
}
|
||||
|
||||
MY_FLOAT Reverb :: tick(MY_FLOAT sample)
|
||||
{
|
||||
printf("Warning: Using virtual function Reverb :: tick()\n");
|
||||
|
||||
Reference in New Issue
Block a user