mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
when capturing a midi pgm change, display the pgm num (for LT)
This commit is contained in:
parent
a88d430609
commit
27e2348b47
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ MIDISceneChanger::program_change_input (MIDI::Parser& parser, MIDI::byte program
|
|||
}
|
||||
|
||||
loc->set_scene_change (std::shared_ptr<MIDISceneChange> (msc));
|
||||
loc->set_name( string_compose(_("scene [%1]"), 1+bank*128+(program & 0x7f)));
|
||||
|
||||
/* this will generate a "changed" signal to be emitted by locations,
|
||||
and we will call ::gather() to update our list of MIDI events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue