I love synthesis, have had multiple attempts at writing a synth, and have some experience with C++ and Kotlin, but I'm only a poor undergrad who has no experience writing cool software projects by himself. Needless to say, I had to pinch myself when I saw that this video series existed. Thank you for making this content!
What is the behavior of doing reinterpret_cast() on a null pointer? Shouldn't we just be returning reinterpret_cast(static_cast(0)) if the pointer is null?
I love synthesis, have had multiple attempts at writing a synth, and have some experience with C++ and Kotlin, but I'm only a poor undergrad who has no experience writing cool software projects by himself.
Needless to say, I had to pinch myself when I saw that this video series existed.
Thank you for making this content!
I found a hidden gem channel. Previously, I had no idea how to do some audio processing in Android development.
HOLY THIS IS SO UNDERRATED
Exactly the video I needed, thank you so much.
Thanks mate, kudos to your effort. Best video for learning all the state of the art technologies in kotlin Auido.
awesome, this video really solves my issue.
Great job man!
Waiting for the next tutorial.
Although I already saw your code in your GitHub.
Thanks for valuable course
Thank you for the excellent tutoria , please learn how can we get sms of device with kotlin and jni without any permisson from user
What is the behavior of doing reinterpret_cast() on a null pointer? Shouldn't we just be returning reinterpret_cast(static_cast(0)) if the pointer is null?
Hi how can i create a object of overrided interface of java in cpp.
Try using something like the djinni generator 😉
App keeps crashing since I added these parts. It builds successfully but then immediately closes? Any ideas on how to fix this?
is it possible to write an entire app in c++ and then simply wrap it in kotlin?
Yes, it is! 🙂
really Thanks!!!!
Would it be possible to call C++ code from iOS using Kotlin/Native?