fixes to make the source compile
This commit is contained in:
@@ -38,6 +38,11 @@ int Node::ParameterCount()
|
||||
return parameters_.size();
|
||||
}
|
||||
|
||||
double Node::Time()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Node::Process(rational time)
|
||||
{
|
||||
Q_UNUSED(time)
|
||||
|
||||
Reference in New Issue
Block a user