mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
start using the now-compilable MidiView
Nothing yet derives from this, but MIDI display items and drags do use it.
This commit is contained in:
parent
fb1dbb1e9c
commit
a550b6482f
24 changed files with 446 additions and 543 deletions
|
|
@ -29,7 +29,7 @@
|
|||
using namespace ARDOUR;
|
||||
using namespace ArdourCanvas;
|
||||
|
||||
Hit::Hit (MidiRegionView& region, Item* parent, double size, const std::shared_ptr<NoteType> note, bool with_events)
|
||||
Hit::Hit (MidiView& region, Item* parent, double size, const std::shared_ptr<NoteType> note, bool with_events)
|
||||
: NoteBase (region, with_events, note)
|
||||
{
|
||||
_polygon = new ArdourCanvas::Polygon (parent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue