DaisySP away from the hardware - (AKA Plugins with JUCE!)

Hi! I came across this post a while ago but couldn’t get into it untill now.

I love that you are working in this because for my masters thesis I’m trying to make both a pedal (using Daisy Seed) and a plugin (using Juce) with the same effect and try to make them as similar as possible to each other, so being able to use the same DaisySP functionality in both is just what I need :partying_face: :partying_face:

I’ve been following the steps from your GitHub link but i get this error:

In the DaisySP folder from your GitHub link there’s no CMakeLists.txt so I tried copying the one from the DaisySP folder in the DaisyExamples GitHub site and then I get this other error:

Tried all the above having built and not built the DaisySP library before running “cmake …”
Any clue of what I’m missing?

And also I can’t run “cmake …” on GitBash, I could only do this from the Windows terminal, is that normal?

Hope it’s just something I’m doing wrong so it’s easy to solve. Thanks in advance for your work and your help!

Alex