add the final virtual GhostRegion method to VelocityGhostRegion
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user