Here's a script that I sent to Paul in May to fix the Ladspa/ladspa thing: Here's a little script (ardour_ladspa_fix) that I threw together to fix the <Ladspa>/<ladspa> problem with the new format .ardour files: #!/bin/bash /bin/ed -s $1 <<EOF ,s:<Ladspa>:<ladspa>:g ,s:</Ladspa>:</ladspa>:g wq EOF To fix a single file (assuming ardour_ladspa_fix is in your PATH): ardour_ladspa_fix FILENAME.ardour To fix everything under a specific directory you can do the following: find . -name \*.ardour -o -name \*.ardour.bak -print -exec ardour_ladspa_fix {} \; Jan On Mon, 2004-07-05 at 14:31, Linium wrote: > Thanks to Paul Davis, i can load again my 41 (!!) projects. > > The reason was that stereo send routes were buggy, it is fixed now in the > current cvs (i am testing a recent cvs snapshot right now). > > So if there are other users experiencing problem with ardour freezing loading > projects made with previous betas, that's probably the cause. > > --- > > On the other hand, i noticed a little change in file format that i had to > track down to restore fully my projects. The <Ladspa> xml tag is now <ladspa> > (notice the case). If not correct, the ladspa parameters won't be restored. > > Not hard to fix with any editor, happilly enough ! :) > > BTW, If other people know other possible little problematic changes in file > format, it would be nice to hear it ! > > Regards, > > Linium > > _______________________________________________ > ardour-users-ardour.org mailing list > ardour-users@lists.ardour.org > http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org _______________________________________________ ardour-users-ardour.org mailing list ardour-users@lists.ardour.org http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.orgReceived on Mon Jul 5 16:48:14 2004
This archive was generated by hypermail 2.1.8 : 07/05/04 16:48 EDT