mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
add the final virtual GhostRegion method to VelocityGhostRegion
This commit is contained in:
parent
76104f994b
commit
a72bde5d3c
2 changed files with 7 additions and 0 deletions
|
|
@ -117,3 +117,9 @@ VelocityGhostRegion::update_contents_height ()
|
|||
{
|
||||
VelocityDisplay::redisplay ();
|
||||
}
|
||||
|
||||
void
|
||||
VelocityGhostRegion::update_hit (GhostEvent* gev)
|
||||
{
|
||||
update_note (gev);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ class VelocityGhostRegion : public MidiGhostRegion, public VelocityDisplay
|
|||
void note_selected (NoteBase*);
|
||||
void update_note (GhostEvent*);
|
||||
void update_contents_height ();
|
||||
void update_hit (GhostEvent*);
|
||||
|
||||
ArdourCanvas::Rectangle& base_item();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue