Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfbyte/half.seq
an ATMega based firmware for a buttonmatrix/controller/sequencer thingie (at least that's the goal)
https://github.com/halfbyte/half.seq
Last synced: 4 days ago
JSON representation
an ATMega based firmware for a buttonmatrix/controller/sequencer thingie (at least that's the goal)
- Host: GitHub
- URL: https://github.com/halfbyte/half.seq
- Owner: halfbyte
- Created: 2008-09-16T23:50:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-12T18:06:41.000Z (about 16 years ago)
- Last Synced: 2024-04-15T02:44:14.345Z (9 months ago)
- Language: C
- Homepage: http://theqtisch.com
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the start of a firmware, based on an ATMega controller for something of a MIDI controller / Monome / Sequencer cross breed.
Since I am currently developing the hardware in a rather agile fashion (still not sure if this is a good idea, but it kinda works) and I am still in the very very early stages of figuring out basic stuff (such as: how to best read out rotary encoders, how to structure the whole program), there's not much to see here, plus the stuff is changing at a fast rate.
The basic idea is to combine a 8x8 button/LED matrix with a few rotary encoders (read: replace the two bottom rows of buttons with rotary encoders that include a push button) and add some fancy sequencer stuff so that it can work as a standalone sequencer for your synth park.
Schematics for the hardware WILL follow, as soon as the whole thing stabilizes a bit.
Inspired by the Midibox project by Thorsten Klose (http://ucapps.de), by the monome project (http://monome.org)
Also thanks to the tinker.it team for finally getting me started in electronics at the reboot 08 Arduino workshop.
Jan Krutisch in September 2008