Add Music to your bouncing ball | Tutorial | Part2

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 16

  • @joshuacabatan3009
    @joshuacabatan3009 3 หลายเดือนก่อน

    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

    • @codecc9
      @codecc9  3 หลายเดือนก่อน

      @@joshuacabatan3009 yes, plz wait for part 3

    • @codecc9
      @codecc9  3 หลายเดือนก่อน

      @@joshuacabatan3009 you can check part 1 while waiting, I did show how to make hole on the ring

  • @oberzoka
    @oberzoka หลายเดือนก่อน

    isn't there any easier way to add the music? Do we really need to add note by note?

    • @codecc9
      @codecc9  หลายเดือนก่อน +1

      @@oberzoka
      You should add note by note, wav file sound better than mid file

  • @maxi4891
    @maxi4891 2 หลายเดือนก่อน

    Is it possible to make the radius of the ball bigger each collision? 😀

    • @codecc9
      @codecc9  2 หลายเดือนก่อน

      @@maxi4891 yes, you can just paste the code of ball.py to chatgpt and ask it to add a function to change radius

  • @Darkplayz_18
    @Darkplayz_18 3 หลายเดือนก่อน

    can you make a tutorial of the programs that needs to pycharm work?

    • @codecc9
      @codecc9  3 หลายเดือนก่อน

      I don't understand what you mean.
      pycharm is an ide to edit python code.
      plz follow part 1 for seting up project!.

    • @Darkplayz_18
      @Darkplayz_18 3 หลายเดือนก่อน

      @@codecc9 I follow the part one but the codes doesn't work.

    • @codecc9
      @codecc9  3 หลายเดือนก่อน

      @@Darkplayz_18 plz send error message

  • @Akash-q9t
    @Akash-q9t 3 หลายเดือนก่อน

    can you give the link for this to download the project

    • @codecc9
      @codecc9  3 หลายเดือนก่อน +1

      I'm sorry!
      I haven't upload the part 2 code,
      you can check source code link in part 1 video then code part2

  • @FortbloxNET
    @FortbloxNET 3 หลายเดือนก่อน

    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.

    • @codecc9
      @codecc9  3 หลายเดือนก่อน

      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