View Issue Details

IDProjectCategoryView StatusLast Update
0002474ardourbugspublic2020-04-19 20:13
Reportermrufino1 Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.7 
Summary0002474: Naming sends with the same name prevents file from opening the next time around
DescriptionI copied my sends to each track using the new drag and drop functions (Thanks!!!) and then named each send going to the same reverb "verb." The next time I went to open the file this box comes up:

AudioEngine: cannot register port "verb/out 1": a port with this name already exists: check for duplicated track/bus names

Additional InformationThrough some chat on the IRC with carl and seablade I understand why this is happening now, so since it is not a bug per se, maybe some brainstorming about how to make this work?
TagsNo tags attached.

Relationships

related to 0002694 closedpaul [PATCH] renaming a send to have the same name as a track prevents the session from being loaded again 

Activities

2008-11-26 04:11

 

busnametest.ardour (16,281 bytes)

seablade

2008-11-26 04:46

manager   ~0005375

Well it is a bug in that you can do something to prevent the session from opening. This is as a result of the recent work gone into allowing you to copy sends.

The solution I put forth was to register jack ports for sends with a combination of the Track Name and the Send Name both. This would solve two things, one it would allow for identically named sends on seperate track(Such as multiple sends named Reverb that go to the reverb bus, one on each track) as well as solve the bug with registering ports preventing the session from being opened due to duplicate jack port names, as they would become indiviudal again due to the track name qualifier.

     Seablade

cth103

2010-05-02 00:15

administrator   ~0007731

This has been fixed now; identically-named sends are automagically renamed to make them different.

system

2020-04-19 20:13

developer   ~0021829

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2008-11-26 04:11 mrufino1 New Issue
2008-11-26 04:11 mrufino1 File Added: busnametest.ardour
2008-11-26 04:46 seablade Note Added: 0005375
2008-11-26 04:46 seablade Status new => acknowledged
2009-06-10 01:32 cth103 Relationship added related to 0002694
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:31 cth103 Category bugs2 => bugs
2010-05-02 00:15 cth103 cost => 0.00
2010-05-02 00:15 cth103 Note Added: 0007731
2010-05-02 00:15 cth103 Status acknowledged => resolved
2010-05-02 00:15 cth103 Resolution open => fixed
2010-05-02 00:15 cth103 Assigned To => cth103
2020-04-19 20:13 system Note Added: 0021829
2020-04-19 20:13 system Status resolved => closed