jpcima / ensemble-chorus

Digital model of electronic string ensemble chorus
Boost Software License 1.0
30 stars 2 forks source link

dependencies in readme don't match makefile #11

Open magnetophon opened 4 years ago

magnetophon commented 4 years ago

Thanks for this great effect. I was very impressed by the demo sounds!

While compiling, it looked for expat, which is not in the readme. Otoh, I didn't find any packages or libraries matching the string "fluid", except fluidsynth. I couldn't imagine that's what it needed, so I tried compiling without. I didn't see any errors or warnings about that, and at least the lv2 seems to work.

jpcima commented 4 years ago

Hi @magnetophon, and thanks for feedback.

While compiling, it looked for expat, which is not in the readme.

This software does not use the expat library by itself. If expat happened to be pulled, it was most likely as an indirect dependency of something else.

Otoh, I didn't find any packages or libraries matching the string "fluid", except fluidsynth.

Fluid is the name of the UI construction tool for FLTK.

I didn't see any errors or warnings about that, and at least the lv2 seems to work.

The situation of this program is a bit a large mess currently, and I think of rewriting it significantly, after converting to DPF, eliminating JUCE/FLTK. Currently it's unreleased.

I've acquired a lot deeper knowledge of the digital models and circuitries than when I began making this, so it's part of things I really want to rework.

magnetophon commented 4 years ago

OK, thanks. Looking forward to what you come up with! I'll try building without expat then.