mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix invisble notes in MidiRegionView after transport stopped-recording
MidiCueView needs an _active_notes array setup when it is assigned a track that is already rec-enabled, because we can start clip recording without session record-enable being active. MidiRegionView does not need this; it uses session rec-enable status to create or delete _active_notes (also transport stop, sometimes)
This commit is contained in:
parent
34731250f4
commit
8986768731
3 changed files with 8 additions and 5 deletions
|
|
@ -503,7 +503,7 @@ class MidiView : public virtual sigc::trackable, public LineMerger
|
|||
Temporal::Beats _step_edit_cursor_width;
|
||||
Temporal::Beats _step_edit_cursor_position;
|
||||
NoteBase* _channel_selection_scoped_note;
|
||||
|
||||
bool _needs_active_notes_for_rec_enabled_track;
|
||||
MouseState _mouse_state;
|
||||
int _pressed_button;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue