BenZonneveld / Nava-2021-Firmware

https://www.e-licktronic.com
13 stars 2 forks source link

Track Write: do not reset current pattern #20

Closed BenZonneveld closed 3 years ago

BenZonneveld commented 3 years ago

In track write mode the pattern should stay the same when increasing the track position after pressing enter. To me it makes no sense to reset the pattern to A1 every time.

BenZonneveld commented 3 years ago

Change eeprom init to set all patterns in a track to 128. This gives an option to detect empty patterns in a song. I also see an opportunity here to set a "end of track" pointer for repeating the track at the end or stopping the track.

BenZonneveld commented 3 years ago

Current state: Need to review all states that could show an invalid pattern number.

BenZonneveld commented 3 years ago

Implemented in the last commit