mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -24,7 +24,7 @@
|
|||
#include <boost/unordered_map.hpp>
|
||||
#include "pbd/signals.h"
|
||||
|
||||
namespace ArdourCanvas {
|
||||
namespace ArdourWaveView {
|
||||
class WaveView;
|
||||
}
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ public:
|
|||
void set_height();
|
||||
void set_colors();
|
||||
|
||||
std::vector<ArdourCanvas::WaveView*> waves;
|
||||
std::vector<ArdourWaveView::WaveView*> waves;
|
||||
};
|
||||
|
||||
class MidiGhostRegion : public GhostRegion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue