You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: