add the final virtual GhostRegion method to VelocityGhostRegion
This commit is contained in:
parent
76104f994b
commit
a72bde5d3c
@ -117,3 +117,9 @@ VelocityGhostRegion::update_contents_height ()
|
|||||||
{
|
{
|
||||||
VelocityDisplay::redisplay ();
|
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 note_selected (NoteBase*);
|
||||||
void update_note (GhostEvent*);
|
void update_note (GhostEvent*);
|
||||||
void update_contents_height ();
|
void update_contents_height ();
|
||||||
|
void update_hit (GhostEvent*);
|
||||||
|
|
||||||
ArdourCanvas::Rectangle& base_item();
|
ArdourCanvas::Rectangle& base_item();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user