https://github.com/aturley/catmander
Catmander is a MIDI sequencer based on the Kittenbot Meowbit
https://github.com/aturley/catmander
Last synced: 7 months ago
JSON representation
Catmander is a MIDI sequencer based on the Kittenbot Meowbit
- Host: GitHub
- URL: https://github.com/aturley/catmander
- Owner: aturley
- Created: 2022-04-26T20:20:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T15:46:38.000Z (over 3 years ago)
- Last Synced: 2025-01-28T10:51:34.548Z (9 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catmander
## Overview
Catmander is a MIDI sequencer based on the [Kittenbot Meowbit](https://www.kittenbot.cc/blogs/learn/meowbit-micropython-programming). The Meowbit's pin 9 is used to used MIDI data.
Each column in the `sequence` has values from 0-127 and represents the
velocity of the note to be played. Each row corresponds to a
particular note. The sequencer moves from left to right, playing the
sets of notes in the current column on each step.The `A` button selects 8 random spots and sets their values to 0,
while the `B` button picks 8 random spots and sets their values to
something between 0 and 127.