grough / lilac-loop-vcv

Live looping plugin for VCV Rack
https://library.vcvrack.com/LilacLoop
GNU General Public License v3.0
14 stars 3 forks source link

Looper should copy autosaved audio file when duplicated #9

Open grough opened 2 years ago

grough commented 2 years ago

When a Looper module is duplicated, the duplicate retains a reference to the autosaved audio file that should belong exclusively to the original module. This is a bug, since two modules pointing to the same autosaved audio file will cause unexpected effects.

Expected behaviour: When a module is duplicated, the duplicate should point to a new copy of the autosaved audio file.