electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
372 stars 193 forks source link

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

Closed stephenhensley closed 3 years ago

stephenhensley commented 3 years ago

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 3 years ago

I've (blindly...) fixed the template C++ file used with faust2daisy, here at https://github.com/grame-cncm/faust/commit/e55632ccef4318df82b165e12eba41fb0c93cb91, following your fix.

stephenhensley commented 3 years ago

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