yam655 / bittyband

An experimental musical instrument/tool
GNU General Public License v3.0
2 stars 0 forks source link

first pass at integrating chords #30

Closed yam655 closed 7 years ago

yam655 commented 7 years ago

It's a bit wobbly in places, but seems remarkably operational.

This also adds the ability to shift note metadata up or down. Since we want to minimize keys, and we know we don't want to go beyond the next note marker, we do a simple half-up or half-down based on the key pressed. This allows a person to perform a binary search by hand to find the point they're looking for.

closes #29 closes #28