ardour
Public Member Functions | Protected Attributes | List of all members
AudioRegionTest Class Reference

#include <audio_region_test.h>

Inheritance diagram for AudioRegionTest:
TestNeedingSession AudioRegionReadTest CombineRegionsTest PlaylistEquivalentRegionsTest PlaylistLayeringTest PlaylistReadTest RegionNamingTest

Public Member Functions

virtual void setUp ()
 
virtual void tearDown ()
 

Protected Attributes

boost::shared_ptr
< ARDOUR::Playlist
_playlist
 
boost::shared_ptr
< ARDOUR::AudioPlaylist
_audio_playlist
 
boost::shared_ptr< ARDOUR::Source_source
 
boost::shared_ptr< ARDOUR::Region_r [16]
 
boost::shared_ptr
< ARDOUR::AudioRegion
_ar [16]
 
- Protected Attributes inherited from TestNeedingSession
ARDOUR::Session_session
 

Detailed Description

A parent class for tests which offers some audio regions, each with a staircase waveform within them.

Definition at line 33 of file audio_region_test.h.

Member Function Documentation

void AudioRegionTest::setUp ( )
virtual

Reimplemented from TestNeedingSession.

Reimplemented in PlaylistReadTest, and PlaylistEquivalentRegionsTest.

Definition at line 37 of file audio_region_test.cc.

void AudioRegionTest::tearDown ( )
virtual

Reimplemented from TestNeedingSession.

Reimplemented in PlaylistReadTest, and PlaylistEquivalentRegionsTest.

Definition at line 71 of file audio_region_test.cc.

Member Data Documentation

boost::shared_ptr<ARDOUR::AudioRegion> AudioRegionTest::_ar[16]
protected

AudioRegion downcasts of _r[]

Definition at line 49 of file audio_region_test.h.

boost::shared_ptr<ARDOUR::AudioPlaylist> AudioRegionTest::_audio_playlist
protected

AudioPlaylist downcast of _playlist

Definition at line 42 of file audio_region_test.h.

boost::shared_ptr<ARDOUR::Playlist> AudioRegionTest::_playlist
protected

Definition at line 40 of file audio_region_test.h.

boost::shared_ptr<ARDOUR::Region> AudioRegionTest::_r[16]
protected

16 regions, of length 100, each referencing a source which is 4096 frames of a staircase waveform.

Definition at line 47 of file audio_region_test.h.

boost::shared_ptr<ARDOUR::Source> AudioRegionTest::_source
protected

Definition at line 43 of file audio_region_test.h.


The documentation for this class was generated from the following files: