fixes to make the source compile

This commit is contained in:
itsmattkc
2019-05-21 17:30:46 +10:00
parent bdf513585f
commit 2336f7345d
12 changed files with 12629 additions and 5763 deletions
+5
View File
@@ -38,6 +38,11 @@ int Node::ParameterCount()
return parameters_.size();
}
double Node::Time()
{
return 0;
}
void Node::Process(rational time)
{
Q_UNUSED(time)