mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix MIDI rec regions.
git-svn-id: svn://localhost/ardour2/branches/3.0@5842 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
516048882c
commit
2c59ddede5
6 changed files with 75 additions and 51 deletions
|
|
@ -112,8 +112,6 @@ class AudioStreamView : public StreamView
|
|||
CrossfadeViewList crossfade_views;
|
||||
bool crossfades_visible;
|
||||
|
||||
std::list<sigc::connection> rec_data_ready_connections;
|
||||
nframes_t last_rec_data_frame;
|
||||
std::map<boost::shared_ptr<ARDOUR::Source>, bool> rec_data_ready_map;
|
||||
|
||||
bool outline_region;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue