mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
MIDI List Editor, subscribe to region's signal (not all regions)
This commit is contained in:
parent
bb7f919a07
commit
5af480083c
1 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ MidiListEditor::MidiListEditor (Session* s, boost::shared_ptr<MidiRegion> r, boo
|
|||
|
||||
region->midi_source(0)->model()->ContentsChanged.connect (content_connections, invalidator (*this),
|
||||
boost::bind (&MidiListEditor::redisplay_model, this), gui_context());
|
||||
region->RegionPropertyChanged.connect (content_connections, invalidator (*this),
|
||||
region->PropertyChanged.connect (content_connections, invalidator (*this),
|
||||
boost::bind (&MidiListEditor::redisplay_model, this), gui_context());
|
||||
|
||||
buttons.attach (sound_notes_button, 0, 1, 0, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue