samrausch

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: using Arduino Nano #1759
    samrausch
    Participant

    The Pro Micro is specifically needed in this case because it natively supports the USB HID profile, which is necessary to have the device recognized as a MIDI controller.

    In years past you could use a board based on the older Atmel chips and “bit bang” the USB messages but for the most part that no longer works.  You need to use a 32u4 or SAM based board in order to have native HID support.

    in reply to: Ideas for a Raspberry pi based synth engine #1554
    samrausch
    Participant

    Have a look at Sunvox. Wicked flexible and well supported. Would probably require a larger/full-color screen but a Pi-based module with Sunvox DAW would be a great capstone for the Leet Synth modules.

Viewing 2 posts - 1 through 2 (of 2 total)