Wavetable synth w/ CircuitPython synthio on QTPy RP2040

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

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

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

    I've said it before and I'll say it again - I love the development of synthio, it opens up so many possibilities for experimental instruments.
    (Tiny sidenote, Plaits is pronounced 'plats', the sequel to Braids as it is)

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

      Agreed! Synthio brings a whole new level of excitement to CircuitPython for me

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

    Pretty cool indeed.

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

    cool stuff, must try build one Thanks!

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

    Is it hart do change/adopt the code for using RP2040 Zero?

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

      It would be pretty easy to adapt this to RP2040 Zero. You can use any pins for the audio out and touch pads and butotn. The potentiometers still go to two analog inputs. The MIDI input must go to a serial RX pin, so that's the only "tricky" one.

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

      @@todbot And what about SAMD21? A better board? Easier to adopt?

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

      @@todbot Unfortunately I've spent a few days trying to change the code so it would run on SAMD21 or 2040-Zero. No luck. I'm no programmer, so no wonder ;)

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

      @@Electronic_hobby This is a CircuitPython project and the SAMD21 version of CircuitPython is very limited and cannot have the synthio library

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

      @@todbot Are there any code changes needed to accept MIDI to rx?