mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Purify libcanvas, remove libardour dependency
A canvas is just a canvas. Move WaveView into its own library.
This commit is contained in:
parent
601c317d70
commit
beb73edf55
29 changed files with 267 additions and 293 deletions
|
|
@ -51,7 +51,7 @@
|
|||
#include "ardour/plugin_manager.h"
|
||||
#include "control_protocol/control_protocol.h"
|
||||
|
||||
#include "canvas/wave_view.h"
|
||||
#include "waveview/wave_view.h"
|
||||
|
||||
#include "widgets/paths_dialog.h"
|
||||
#include "widgets/tooltips.h"
|
||||
|
|
@ -1198,7 +1198,7 @@ private:
|
|||
{
|
||||
UIConfiguration::instance().set_waveform_clip_level (_clip_level_adjustment.get_value());
|
||||
/* XXX: should be triggered from the parameter changed signal */
|
||||
ArdourCanvas::WaveView::set_clip_level (_clip_level_adjustment.get_value());
|
||||
ArdourWaveView::WaveView::set_clip_level (_clip_level_adjustment.get_value());
|
||||
}
|
||||
|
||||
Adjustment _clip_level_adjustment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue