Audacity 3.2.0
MockSampleBlockFactory.cpp
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 MockSampleBlockFactory.cpp
7
8 Matthieu Hodgkinson
9
10**********************************************************************/
12
14 return std::make_shared<MockSampleBlockFactory>();
15} };
static SampleBlockFactory::Factory::Scope scope
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
typename GlobalVariable< Factory, const std::function< SampleBlockFactoryPtr(AudacityProject &) >, nullptr, Options... >::Scope Scope