CircuitPython MIDI synth w/ new synthio.Note API makes fat sounds!

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024
  • CircuitPython can now do per-oscillator frequency, waveform, amplitude envelope, and more. This means we can stack detuned oscillators to get a really fat sound. Here's some examples.
    The entire program running on the ‪@adafruit‬ QTPy RP2040 is less than 100 lines long.
    code: gist.github.co...
    #CircuitPython #synthesizer #raspberrypipico #rp2040 #midi

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

  • @DevonsWorkshop
    @DevonsWorkshop ปีที่แล้ว +3

    Can’t believe all of that is coming out of a QT Py. We live in exciting times. Sounds amazing, this is mind blowing stuff.

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

    sick! owo

  • @IrregularShed
    @IrregularShed ปีที่แล้ว

    Speaking as someone who has a load of CircuitPython-compatible boards waiting in a drawer for a project, someone with a load of I2S DACs knocking around, and someone for whom modular synthesis has been settling into the brain of, I can hand-on-heart say that I can't wait for the stable 8.1 release 😀

  • @JohnParkMakes
    @JohnParkMakes ปีที่แล้ว +1

    Dude what the what!

  • @VarunPant3
    @VarunPant3 ปีที่แล้ว

    Amazing work!! how have you connected your Arturia to QTPY ?

    • @todbot
      @todbot  ปีที่แล้ว

      Thanks! I’m using a DAW on my laptop (Ableton Live) as a MIDI router, but it would work just as well with serial MIDI, but that requires extra wiring

    • @VarunPant3
      @VarunPant3 ปีที่แล้ว

      @@todbot Thanks, serial Midi as in something like CP2102 ?

    • @todbot
      @todbot  ปีที่แล้ว

      @@VarunPant3 not quite. MIDI was originally just a serial (UART) protocol using a 5-pin DIN connector to let synths talk to each other. This was before USB. Every microcontroller can speak this kind of MIDI without an extra chip. The CP2102 is a USB-to-UART chip. So you could use it to make a USB-to-serial MIDI interface. But for communicating between a MIDI controller and a MIDI synth, no USB is required.

  • @markkomus8572
    @markkomus8572 ปีที่แล้ว

    So amazing. What is the QT Py pink USB cable going into?

    • @todbot
      @todbot  ปีที่แล้ว

      Thanks! Both the QTPy and the MIDI keyboard are going into a laptop running a DAW acting as a USB MIDI router. I could’ve wired up a standard MIDI input on the QTPy, but that was more wiring :)

  • @bip-seb7505
    @bip-seb7505 ปีที่แล้ว

    WTF !!! Ca me trou le cul comme dirait Cartman.

  • @DaveNelsondotcom
    @DaveNelsondotcom ปีที่แล้ว

    One of the devices on your breadboard is a QTPy RP2040, but what is the other device? I would guess an amp.

    • @todbot
      @todbot  ปีที่แล้ว +3

      It's a cheapie stereo I2S DAC, a PCM5102. You can get them off Amazon or similar for a few bucks.