capital-G / musikinformatik-sose2021

Course materials for Musikinformatik course SoSe 2021 at RSH Düsseldorf
https://capital-g.github.io/musikinformatik-sose2021/
6 stars 2 forks source link

Take a look at flucoma #54

Open capital-G opened 3 years ago

capital-G commented 3 years ago

https://github.com/flucoma/flucoma-sc allows for PCA/NMF on Buffers in SC.

As Flucoma itself is a C++ library the algorithms are implemented as a UGen in SC which gets quite quirky sometimes - but impressive and worth taking a look for sure. I think the Python introduction is still vaild as it allows for a more experimental aproach and one understands the inner workings of the algorithms better.

Is there a possibility to Exchange Buffer information from scsynth <-> sclang like in WaveTables? Flucoma implements the Eigen library which allows for performant PCA/NMF - I am have not yet checked the solver in MathLib.

capital-G commented 2 years ago

IMO flucoma is not really nice to use. it should be mentioned somewhere but I think I will not want to use it further in this course.