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
https://discord.com/channels/1078607704769179729/1189709079497670797
-
-
@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.