Building a Video Synthesizer in Python 3 with Pygame

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

Комментарии •

  • @iosmusicman
    @iosmusicman 3 года назад

    That is very neat, concise and informative. Thank you for sharing. Cheers. Lee

  • @valentinvilardavila6745
    @valentinvilardavila6745 4 года назад

    This is what i am looking for! thank you!

  • @EdisonGrove
    @EdisonGrove 4 года назад

    Very informative! Thanks for posting

  • @562krys
    @562krys 3 года назад

    How might we expand from circles to create different shapes or animations ?? Is there anything you could/would recommend for getting to the next phase with this / advancing how we build visually ? -coming from a beginner that is incredibly intrigued right now !

  • @streetgeezer
    @streetgeezer 6 лет назад +1

    This is great. I just read about the ETC. At first I really wanted to buy it, but then I thought... you must be able to do what the ETC does with the computer/programming and perhaps MIDI controllers?! What do you think about that? What is actually the special thing with the ETC? :) Would love for your input, and a big thanks to your videos and website. Really inspirational!

    • @KPKaiser
      @KPKaiser  6 лет назад +1

      Hey Carl! The special thing with the ETC is that it's ready to be used for a performance. It's built to be easy to plug in, and have work, regardless of where it goes. If you just want something to play with on your own, of course something like a Raspberry PI will work too. All the code is available as open source from Critter and Guitari, so you can actually just play with it on your own before buying / not buying. Check out their Github account to get started on your own.

    • @streetgeezer
      @streetgeezer 6 лет назад

      Hello again! Thanks for your reply. I would LOVE to check it out before buying it and I've looked through their github repository. But I have NO idea where or how to start... 😥I think I just need to know the first step (for example, which one do I download?) to start. If you have time & energy I would be so grateful if you could point in a direction! All the best! /Carl

  • @toongurl
    @toongurl 6 лет назад

    This is a really cool project and I'm hoping to play with it using my bass
    I pulled from your repo but I cant run it at all unfortunately. I'm getting a fatal error trying to debug it but it seems like a python3 + pyaudio specific mac issue. Just crashes as soon as I start it. Have you ever gotten this?
    Fatal Python error: (pygame parachute) Segmentation Fault
    Current thread 0x00007fffe00083c0 (most recent call first):
    File "/usr/local/lib/python3.6/site-packages/pyaudio.py", line 441 in __init__
    File "/usr/local/lib/python3.6/site-packages/pyaudio.py", line 750 in open
    File "synthesizer_input.py", line 79 in
    Abort trap: 6

    • @KPKaiser
      @KPKaiser  6 лет назад +1

      Hi toongurl! It sounds like maybe you've selected the wrong input device? If you run the program without selecting an input device, it should show a list of possible devices. If you've already tried that, please email me or create a Github issue. Include a screenshot of the command you ran, and a list of your input devices. I'll do my best. Thanks!