mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
push2: connect pad port to selected MIDI at protocol startup
This commit is contained in:
parent
d8de7962ca
commit
c13e568ee8
1 changed files with 6 additions and 0 deletions
|
|
@ -691,6 +691,12 @@ Push2::set_active (bool yn)
|
|||
switch_bank (0);
|
||||
splash ();
|
||||
|
||||
/* catch current selection, if any */
|
||||
{
|
||||
StripableNotificationListPtr sp (new StripableNotificationList (ControlProtocol::last_selected()));
|
||||
stripable_selection_change (sp);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
stop ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue