mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
0f63ac06a4
commit
6e912a0aa3
7 changed files with 52 additions and 93 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue