mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
audio clip editor: draw entire source file(s), not just region
This commit is contained in:
parent
5ada2b7ce1
commit
3bbe54f07a
2 changed files with 37 additions and 8 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <gtkmm/table.h>
|
||||
|
||||
#include "ardour/ardour.h"
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/session_handle.h"
|
||||
|
||||
#include "gtkmm2ext/cairo_packer.h"
|
||||
|
|
@ -71,12 +72,13 @@ class AudioClipEditor : public ArdourCanvas::GtkCanvas
|
|||
|
||||
private:
|
||||
ArdourCanvas::Rectangle* frame;
|
||||
bool event_handler (GdkEvent* ev);
|
||||
|
||||
std::vector<ArdourWaveView::WaveView *> waves;
|
||||
double spp;
|
||||
|
||||
bool event_handler (GdkEvent* ev);
|
||||
void drop_waves ();
|
||||
void set_wave_heights (int);
|
||||
void set_wave_spp (ARDOUR::samplecnt_t);
|
||||
void set_waveform_colors ();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue