Faust tutorial videos
-
I found one https://www.youtube.com/watch?v=Z7sgsYsCQ8s
But there's no narration, and it's too fast moving for someone who's never used faust before.
Are there any others? -
@pcs800 ask on the Faust discord channel
Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
Discord (discord.com)
-
Real-Time Audio Signal Processing in Faust | Kadenze
This course provides an in-depth overview to the Faust programming language including fundamentals of functional programming. Students will implement a wide range of audio effects and synthesizers from scratch and learn how to turn them into various “finished” audio products. It also emphasizes the use of Faust to create DSP engines usable in existing projects.
(www.kadenze.com)
-
@pcs800 the best faust tutorials are unfortunately reading the source code of the library effects. Find it on github. Feed the main syntax docs into a good LLM like o3 or Gemini Pro, then ask it questions about the specific library effect that you're reading.
Of course, read the whole syntax reference yourself first.