mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
start adding new BBT marker support
This commit is contained in:
parent
34a3db7eaa
commit
4f1ad4ed0d
7 changed files with 45 additions and 0 deletions
|
|
@ -441,6 +441,7 @@ public:
|
|||
virtual bool canvas_tempo_marker_event (GdkEvent* event, ArdourCanvas::Item*, TempoMarker*) = 0;
|
||||
virtual bool canvas_tempo_curve_event (GdkEvent* event, ArdourCanvas::Item*, TempoCurve*) = 0;
|
||||
virtual bool canvas_meter_marker_event (GdkEvent* event, ArdourCanvas::Item*, MeterMarker*) = 0;
|
||||
virtual bool canvas_bbt_marker_event (GdkEvent* event, ArdourCanvas::Item*, BBTMarker*) = 0;
|
||||
virtual bool canvas_automation_track_event(GdkEvent* event, ArdourCanvas::Item*, AutomationTimeAxisView*) = 0;
|
||||
|
||||
virtual bool canvas_tempo_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue