Zrythm
v2.0.0-alpha.1+31.4967fd053471
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
20
std::string
21
test_exporter_export_audio
(Exporter::TimeRange time_range, Exporter::Mode mode);
22
23
#endif
/* __TEST_HELPERS_EXPORTER_H__ */
test_exporter_export_audio
std::string test_exporter_export_audio(Exporter::TimeRange time_range, Exporter::Mode mode)
Convenient quick export.
tests
helpers
exporter.h
Generated by
1.16.1