Fix display of MIDI notes/regions while recording.

Make record rect transparency configurable.

Factor out some copy-paste streamview code.
This commit is contained in:
David Robillard 2014-12-17 18:40:38 -05:00
parent 0f63ac06a4
commit 6e912a0aa3
7 changed files with 52 additions and 93 deletions

View file

@ -105,10 +105,12 @@ class MidiStreamView : public StreamView
void suspend_updates ();
void resume_updates ();
private:
protected:
void setup_rec_box ();
void update_rec_box ();
private:
RegionView* add_region_view_internal (
boost::shared_ptr<ARDOUR::Region>,
bool wait_for_waves,