ardour
audio_streamview.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2001, 2006 Paul Davis
3 
4  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or
7  (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 */
18 
19 #ifndef __ardour_audio_streamview_h__
20 #define __ardour_audio_streamview_h__
21 
22 #include <list>
23 #include <map>
24 #include <cmath>
25 
26 #include <boost/weak_ptr.hpp>
27 
28 #include "ardour/location.h"
29 #include "editing.h"
30 #include "streamview.h"
31 
32 namespace Gdk {
33  class Color;
34 }
35 
36 namespace ARDOUR {
37  class AudioRegion;
38  class Route;
39  class Source;
40  struct PeakData;
41 }
42 
43 class PublicEditor;
44 class Selectable;
45 class AudioTimeAxisView;
46 class AudioRegionView;
47 class RegionSelection;
48 class Selection;
49 
51 {
52  public:
54 
55  int set_amplitude_above_axis (gdouble app);
57 
58  void show_all_fades ();
59  void hide_all_fades ();
60 
61  std::pair<std::list<AudioRegionView*>, std::list<AudioRegionView*> > hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
62 
64 
65  private:
66  void setup_rec_box ();
69 
70  RegionView* add_region_view_internal (boost::shared_ptr<ARDOUR::Region>, bool wait_for_waves, bool recording = false);
72 
73  void redisplay_track ();
74 
75  void color_handler ();
76 
78 
79  std::map<boost::shared_ptr<ARDOUR::Source>, bool> rec_data_ready_map;
80 
82 };
83 
84 #endif /* __ardour_audio_streamview_h__ */
void remove_audio_region_view(boost::shared_ptr< ARDOUR::AudioRegion >)
void rec_peak_range_ready(framepos_t start, ARDOUR::framecnt_t cnt, boost::weak_ptr< ARDOUR::Source > src)
Lists of selected things.
Definition: selection.h:66
Representation of the interface of the Editor class.
std::pair< std::list< AudioRegionView * >, std::list< AudioRegionView * > > hide_xfades_with(boost::shared_ptr< ARDOUR::AudioRegion > ar)
double _amplitude_above_axis
LIBARDOUR_API PBD::PropertyDescriptor< framepos_t > start
Definition: region.cc:63
std::map< boost::shared_ptr< ARDOUR::Source >, bool > rec_data_ready_map
int64_t framecnt_t
Definition: types.h:76
RegionView * create_region_view(boost::shared_ptr< ARDOUR::Region >, bool, bool)
Definition: amp.h:29
int set_amplitude_above_axis(gdouble app)
int64_t framepos_t
Definition: types.h:66
void update_rec_regions(ARDOUR::framepos_t, ARDOUR::framecnt_t)
RegionView * add_region_view_internal(boost::shared_ptr< ARDOUR::Region >, bool wait_for_waves, bool recording=false)
int64_t framepos_t
AudioStreamView(AudioTimeAxisView &)
gdouble get_amplitude_above_axis()