UPGRADE.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Upgrade notes:
  2. It's a terrible idea to upgrade plugins while running programs are
  3. still using them. Make sure you exit any application(s) that use the
  4. caps plugins before upgrading.
  5. Plugin names and parameters can and do change, between caps releases. If
  6. you're upgrading from an older version, be aware that any of your scripts
  7. or projects that use caps (e.g. Ardour sessions, or jack-rack presets)
  8. might need updating, especially if you're upgrading from a really old
  9. version.
  10. For Ardour, if the changes prevent your session from loading, try:
  11. - Make a backup of your session directory (done with cp or tar, whatever).
  12. - Start ardour3 with the -d (or --disable-plugins) option.
  13. - Load the session.
  14. - Remove the offending plugins from their tracks or busses.
  15. - Save the session.
  16. - Exit Ardour.
  17. - Start ardour3 normally.
  18. - Load the session again.
  19. - Add the plugins back. Manually.
  20. If all else fails and you want to downgrade back to an older version,
  21. you can still build many of them with this SlackBuild. Upstream removes
  22. the old sources from their site, but there are several versions archived
  23. here:
  24. https://slackware.uk/~urchlay/src/caps_0.9.7.tar.bz2
  25. [no documentation available for 0.9.7; package won't contain docs]
  26. https://slackware.uk/~urchlay/src/caps_0.9.20.tar.bz2
  27. https://slackware.uk/~urchlay/src/caps-doc-unofficial_0.9.20.tar.bz2
  28. https://slackware.uk/~urchlay/src/caps_0.9.24.tar.bz2
  29. https://slackware.uk/~urchlay/src/caps-doc-unofficial_0.9.24.tar.bz2
  30. Build with a command like:
  31. root@box:caps# VERSION=0.9.7 ./caps.SlackBuild
  32. md5sums of the above files:
  33. 7eea7c1f30363cca78f600544de271f4 caps-doc-unofficial_0.9.20.tar.bz2
  34. 58eec76a6db744e13539101dd1f7c647 caps-doc-unofficial_0.9.24.tar.bz2
  35. 0bb3935f6747a7087ca32a67bd0d8793 caps_0.9.20.tar.bz2
  36. c1d634038dcb54702306c0e30cb1c626 caps_0.9.24.tar.bz2
  37. d74582d3ae7a4244d3a77501693bbdf3 caps_0.9.7.tar.bz2
  38. Other old versions not listed here may work, but haven't been tested.
  39. At some point, I may be forced to change the SlackBuild in a way that
  40. will break compatibility with old versions. If that happens, and you
  41. still need an old version, please let me know (at the email address in
  42. the .info file).