falkTX / los

Libre Octave Studio
GNU General Public License v2.0
20 stars 5 forks source link

Changing color of a cloned part should affect all clones automatically #18

Open ViktorNova opened 9 years ago

ViktorNova commented 9 years ago

If the parts are truly clones, they should all have the same name and color - if you change one, all of its other clones should change automatically, without having to "Select All Clones" first (which only currently works for color anyhow). If the user wants a part to have a different color, it can always be de-cloned

This is pretty standard behavior in loop-centric DAWs and helps avoid confusion when you can have two parts that you didn't realize are clones because they have different names/colors

Rename part: ComposerCanvas:730

ViktorNova commented 7 years ago

Update: this has been partially fixed - renaming a clone now renames all clones, but this has not been implemented for colors yet