Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
exporter.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2022, 2024 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
9
10#ifndef __TEST_HELPERS_EXPORTER_H__
11#define __TEST_HELPERS_EXPORTER_H__
12
13#include "zrythm-test-config.h"
14
15#include "engine/session/exporter.h"
16
20std::string
21test_exporter_export_audio (Exporter::TimeRange time_range, Exporter::Mode mode);
22
23#endif /* __TEST_HELPERS_EXPORTER_H__ */
std::string test_exporter_export_audio(Exporter::TimeRange time_range, Exporter::Mode mode)
Convenient quick export.