mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
Add missing bracket to tag MIDI channel splitted files
This commit is contained in:
parent
bed2e23ff6
commit
d23c506088
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ Session::deinterlace_midi_region (boost::shared_ptr<MidiRegion> mr)
|
|||
PropertyList plist (mr->properties ());
|
||||
plist.add (Properties::whole_file, true);
|
||||
plist.add (Properties::name, (*x)->name());
|
||||
plist.add (Properties::tags, string_compose ("%1%2%3", _("split-chans)"), mr->tags ().empty() ? "" : " ", mr->tags ()));
|
||||
plist.add (Properties::tags, string_compose ("%1%2%3", _("(split-chans)"), mr->tags ().empty() ? "" : " ", mr->tags ()));
|
||||
boost::shared_ptr<Region> whole = RegionFactory::create (*x, plist);
|
||||
|
||||
/* ... and insert a discrete copy into the playlist*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue