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
Currently faust_types has a default jack feature which for me feels weird. faust-types should not pull in the jack dependency.
I'm wondering if we actually need the jack dependency at all in faust-types. The libm dependency I could imagine we need, I think I remember that the rust std library didn't offer a couple of math methods that faust needs?
@amomentunfolding You made the import of libm and jack for faust-types optional in 63c0421 . Maybe you have a clearer idea on this?
Didn't play around with this yet, so this is mainly an issue to document that we can make things cleaner here.
The text was updated successfully, but these errors were encountered:
Currently faust_types has a default
jack
feature which for me feels weird.faust-types
should not pull in the jack dependency.I'm wondering if we actually need the jack dependency at all in
faust-types
. The libm dependency I could imagine we need, I think I remember that the rust std library didn't offer a couple of math methods that faust needs?@amomentunfolding You made the import of
libm
andjack
for faust-types optional in 63c0421 . Maybe you have a clearer idea on this?Didn't play around with this yet, so this is mainly an issue to document that we can make things cleaner here.
The text was updated successfully, but these errors were encountered: