Shop OBEX P1 Docs P2 Docs Learn Events
MIDIBEAT1: a fun P1 project, exploring RGB LEDs, MIDI, rotary encoders, 16x seven-seg LEDs.... — Parallax Forums

MIDIBEAT1: a fun P1 project, exploring RGB LEDs, MIDI, rotary encoders, 16x seven-seg LEDs....

Hi, big shout-out to this forum!
I'm using Claude as an AI helper to develop P1 code for MIDIBEAT1.
I'll post about it here.

Comments

  • A P1 MIDI project to experement with Euclidean rhythm, as described by Godfried Toussaint.

    MIDIBEAT1 distributes k hits across n steps as evenly as possible:
    Example:
    E(3,8) → a classic tresillo pattern
    E(5,8) → cinquillo

    A fast hit-test makes this practical in real time: (s × k) mod n < k → hit.

    now using AI helpers to create a simple HMI. The amazing contributions in the Propeller1 OBEX make my tinkering possible, thank you all!

Sign In or Register to comment.