Frando / rust-faust

Easily use FAUST DSPs in Rust
Apache License 2.0
52 stars 11 forks source link

add jack feature flag & conditional use of libm #20

Closed amomentunfolding closed 11 months ago

amomentunfolding commented 11 months ago

hellohello for my project i am using cpal and do not need the jack stuff so i moved it under a feature flag i thought perhaps it might be useful for others too

cheers

Jikstra commented 11 months ago

That makes sense, thank you :)

Jikstra commented 11 months ago

@amomentunfolding I was thinking of having a list of projects using rust-faust in the readme, if you want i would include your project there :)

amomentunfolding commented 11 months ago

cool! :) At this point I don't have much online about this project except for videos where I use it in performances, planning to make a write-up & video at some point in the coming months.. here is one video of it you could include if you want though :) https://www.youtube.com/watch?v=c9TPb6ca5as - I call it 'evo' it is a minimal DAW for generative live looping. Still using SuperCollider here, im in the process of rewriting it with cpal & faust right now - a daunting task but a fun one!

all the best to you!

sletz commented 11 months ago

@amomentunfolding Nice ! I'm interested to put any Faust powered project here https://faust.grame.fr/community/powered-by-faust/ when you think yours is mature enough.