electro-smith/DaisyExamples

seed/faustnoise - no longer compiles due to ambiguous UI class

stephenhensley opened this issue · 2 comments

This is due to the addition of daisy::UI while there is a UI class in the faust/gui folder.

Should be resolvable by using explicity daisy:: namespacing and removing using namespace daisy;

sletz commented

I've (blindly...) fixed the template C++ file used with faust2daisy, here at grame-cncm/faust@e55632c, following your fix.

@sletz awesome, thanks! I was just about to reach out to let you know. Hope you've been well!