Skip to content
Snippets Groups Projects
Commit 57e41906 authored by Septen's avatar Septen
Browse files

PluginGenerator: FileSource template file fixes.

parent ba9938d3
Branches
Tags
No related merge requests found
......@@ -52,6 +52,11 @@ void PROCESSORCLASSNAME::updateActiveRecord()
}
void PROCESSORCLASSNAME::seekTo (int64 sample)
{
}
int PROCESSORCLASSNAME::readData (int16* buffer, int nSamples)
{
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment