Add 62_BioMimicry - #348
Merged
Merged
Conversation
Six physics engines - Horses, Geese, Frogs, Rain, Meteors, Cicadas - generating organic triggers, CV and audio from real models: equine footfall timing, Kuramoto coupled oscillators, leaky integrate-and-fire, an inhomogeneous Poisson process, and amplitude-coupled insect patches. Voices are animal recordings with up to eight round robins each. In Horses the round robins are the four hooves, so a gait sounds like an animal rather than a drum machine. Hold the switch at power-on for TUNED, which plays the same recordings at their recorded pitch with no detuning, so uploaded notes can be galloped or dripped in tune, with 1V/oct on CV 2 saying which round robin just fired. Samples are replaceable from the browser over USB-MIDI (web/index.html) - Editor: web, so sitegen hosts it. Uploads land in a reserved 1MB flash region at a fixed address, so reflashing the firmware does not wipe them. Source WAVs are not duplicated here; the converted samples/*.raw are committed, so this builds as-is. Full history and the source recordings are at https://github.com/uglifruit/WorkshopBio CC-BY-4.0 for the card source. The sample library is Pixabay, under the Pixabay Content License; ComputerCard.h is Chris Johnson's, MIT.
The changelog sat between the pitch and the first section about how the card works. Now at the end, newest first.
CLAUDE.md is internal working notes and is not shipped here, so the build section pointed at a file that does not exist in this repo. Points at the upstream repo instead.
✅ Program card PR validation succeededPR validation is intended for maintainers, not card authors. If you're a card author and don't understand this report, don't worry about it! 1 info.yaml file(s) checked · 0 error(s) · 0 warning(s) Triggered by:
Affected release directories: ✅ All changed Other rules✅ All submission rules passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Claiming 62 for BioMimicry — six physics engines (equine gaits, Kuramoto frogs, leaky integrate-and-fire rain, Poisson meteors, amplitude-coupled cicadas, cascading geese) driving animal recordings with up to eight round robins each. Alt boot plays them untuned for pitched material, with 1 V/oct on CV 2 saying which round robin fired.
Sample replacement over USB-MIDI from
web/index.html—Editor: web.Notes for review
CC-BY-4.0card source. Sample library is Pixabay under the Pixabay Content License;ComputerCard.his Chris Johnson's, MIT.samples/*.raware committed, so it builds as-is. Originals and full history at uglifruit/WorkshopBio.releases/62_BioMimicry/.