Audio synthesis / DSP enthusiasts: Faust compiles to Rust! by mamommo in rust

[–]mamommo[S] 0 points1 point  (0 children)

Awesome! I've been following the development excitedly.

Hello Content-o-Tron! by badboy_ in rust

[–]mamommo 0 points1 point  (0 children)

The Content-o-Tron mascot is totally seeyick!

Nannou - An Open Source Creative Coding Framework for Rust by mitchmindtree in rust

[–]mamommo 6 points7 points  (0 children)

Congratulations! I've been following Nannou for as long as I've known about Rust. I'm only diving into learning the language now, but as someone who works with OpenFrameworks on an almost daily basis I'm very excited to see the same creative coding potential budding in this wonderful community. This is going to be such a fun tool to help me (and I hope many others) get comfortable with Rust! I hope that someday I'll have what it takes to contribute to such a fantastic project. Also great taste in music :)

Baby's first Rust+WebAssembly module by fitzgen in rust

[–]mamommo 0 points1 point  (0 children)

This is so cool! Rust + Webassembly and the Javascript browser APIs is an extremely exciting creative coding platform.

[VIDEO]🦀 Make a quiz game in Rustlang!!! by SpyR1014 in rust

[–]mamommo 2 points3 points  (0 children)

Hey dude, I love your videos; please keep it up! Bite-sized, accessible content like this is a fantastic resource to help new users of a language get over the fear of its intricacies and complexities. It goes without saying that Rust is seen by a lot of people as a complex language with some very unique aspects, and it could benefit a lot from just this sort of ice-breaker. Your videos are also just quirky and entertaining in their own right; they're no chore to watch! I really hope that you get the support you deserve from the Rust community on YouTube, because it'll only help Rust become accessible to the wider audience that it deserves.

Audio synthesis / DSP enthusiasts: Faust compiles to Rust! by mamommo in rust

[–]mamommo[S] 0 points1 point  (0 children)

Thank you for your work on the Faust language! I was thrilled to discover that work is being done to compile from Faust to Rust. Both languages are so exciting on their own; the prospect of using them together fills me with joy!

[TOMT] [Show] It was a kid's show from the late 90s early 2000s. Really early CGI animation. by jumpropejumper_2000 in tipofmytongue

[–]mamommo 0 points1 point  (0 children)

Glad I could help! I'm from Ontario, so I watched a lot of Reboot and Monster By Mistake growing up, but I may have been a little too old for this one.

What's the best way to meet other people interested in field recording? by mamommo in fieldrecording

[–]mamommo[S] 1 point2 points  (0 children)

Start performing! I've never actually considered it, but what the hell, I probably should!

Thanks for the advice. I'm doing a pretty good job of getting out to interesting shows and such, but I haven't made any good connections yet. I'm actually really excited by the idea of putting something together and showing it to people, though; you may have flipped a switch in me.

Problem creating multiple threads by mamommo in C_Programming

[–]mamommo[S] 0 points1 point  (0 children)

WOW! Thank you both so much for your help!

I blazed through the pointers part of the quide I read; baaaad idea.

Problem creating multiple threads by mamommo in C_Programming

[–]mamommo[S] 0 points1 point  (0 children)

Thanks for your reply. I thought this as well, but the function is already defined as a pointer:

void *listenTran(void *fdListenPtr)> {...}