taylordotfish / freeze

LV2 plugin that freezes track audio to reduce DSP load
GNU General Public License v3.0
11 stars 0 forks source link

Copying/cloning instances of Freeze in Ardour causes issues #3

Open taylordotfish opened 3 years ago

taylordotfish commented 3 years ago

When instances of Freeze are cloned in Ardour, the FreezeDB paths for each plugin are all symlinked to the same file, so all of the instances end up sharing the same database.

As a workaround, individually adding each instance of Freeze avoids this problem, but this should be fixed.