great tutorial. got yourself a subscriber. if i could make a request, can you make a video tutorial on how to make holes in the circle that the ball can pass through? i've been cheating by making another object that is the same color as the background on top of the white circle but the ball doesnt seem to pass through
uff these part where you press every key on the piano and download a wave file. isnt that too much? is this really the way? some of those ball videos just play mp3s for 0.1s whenever it has contact. and other thing. with pygame you can also create your own piano sound on the fly. chatGPT helped a bit out. you can make a dictionary of every NOTE and the corresponding frequency and then just say which NOTE should be played....that way you can just write a one liner what notes to play and dont download tons of waves.
there a better way, but I don't know about it! I already try split mp3 to multiple segments + if a segment have multiple notes, it sound bad + can't hear the sound if there a high speed ball
great tutorial. got yourself a subscriber. if i could make a request, can you make a video tutorial on how to make holes in the circle that the ball can pass through? i've been cheating by making another object that is the same color as the background on top of the white circle but the ball doesnt seem to pass through
@@joshuacabatan3009 yes, plz wait for part 3
@@joshuacabatan3009 you can check part 1 while waiting, I did show how to make hole on the ring
isn't there any easier way to add the music? Do we really need to add note by note?
@@oberzoka
You should add note by note, wav file sound better than mid file
Is it possible to make the radius of the ball bigger each collision? 😀
@@maxi4891 yes, you can just paste the code of ball.py to chatgpt and ask it to add a function to change radius
can you make a tutorial of the programs that needs to pycharm work?
I don't understand what you mean.
pycharm is an ide to edit python code.
plz follow part 1 for seting up project!.
@@codecc9 I follow the part one but the codes doesn't work.
@@Darkplayz_18 plz send error message
can you give the link for this to download the project
I'm sorry!
I haven't upload the part 2 code,
you can check source code link in part 1 video then code part2
uff these part where you press every key on the piano and download a wave file. isnt that too much? is this really the way? some of those ball videos just play mp3s for 0.1s whenever it has contact. and other thing. with pygame you can also create your own piano sound on the fly. chatGPT helped a bit out. you can make a dictionary of every NOTE and the corresponding frequency and then just say which NOTE should be played....that way you can just write a one liner what notes to play and dont download tons of waves.
there a better way, but I don't know about it!
I already try split mp3 to multiple segments
+ if a segment have multiple notes, it sound bad
+ can't hear the sound if there a high speed ball