Audacity 3.2.0
AudioGraphSource.cpp
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 @file AudioGraphSource.cpp
6
7 Paul Licameli
8
9**********************************************************************/
10#include "AudioGraphSource.h"
11
13
15{
16 return true;
17}
virtual bool Terminates() const
Needed only to make some postconditions assertable; defaults true.