Ardour
9.0-pre0-582-g084a23a80d
|
#include <audio_region_test.h>
Public Member Functions | |
virtual void | setUp () |
virtual void | tearDown () |
Protected Attributes | |
std::shared_ptr< ARDOUR::Playlist > | _playlist |
std::shared_ptr< ARDOUR::AudioPlaylist > | _audio_playlist |
std::shared_ptr< ARDOUR::Source > | _source |
std::shared_ptr< ARDOUR::Region > | _r [16] |
std::shared_ptr< ARDOUR::AudioRegion > | _ar [16] |
Protected Attributes inherited from TestNeedingSession | |
ARDOUR::Session * | _session |
A parent class for tests which offers some audio regions, each with a staircase waveform within them.
Definition at line 34 of file audio_region_test.h.
|
virtual |
Reimplemented from TestNeedingSession.
Reimplemented in PlaylistReadTest, and PlaylistEquivalentRegionsTest.
|
virtual |
Reimplemented from TestNeedingSession.
Reimplemented in PlaylistReadTest, and PlaylistEquivalentRegionsTest.
|
protected |
AudioRegion downcasts of _r[]
Definition at line 50 of file audio_region_test.h.
|
protected |
AudioPlaylist downcast of _playlist
Definition at line 43 of file audio_region_test.h.
|
protected |
Definition at line 41 of file audio_region_test.h.
|
protected |
16 regions, of length 100, each referencing a source which is 4096 samples of a staircase waveform.
Definition at line 48 of file audio_region_test.h.
|
protected |
Definition at line 44 of file audio_region_test.h.