Because Pamplejuce is a template and not a framework, you’ll have to this somewhat manually. Sorry!

Here are the steps I do:

  1. If you want to update JUCE: git submodule update --remote --merge JUCE
  2. Update the melatonin inspector with git submodule update --remote --merge modules/melatonin_inspector
  3. If you use IPP, you can check for an IPP update from Intel.
  4. If you want to update to the latest CMake config, first check the repository’s CHANGELOG to make sure you are informed of any breaking changes. Then git submodule update --remote --merge cmake.
  5. You’ll have to manually compare your CMakeLists.txt against the latest Pamplejuce for changes, but it should be pretty easy to see what changed.


Leave a Reply

Your email address will not be published. Required fields are marked *