v2.0.0 Release Candidate 1
A lot of new features bringing the aciduino v2 to his last stage for the final 2.0.0 release.
Important break changes:
- No more shift+function1 button for play. transport has his own page area now. but you can add one more button for a dedicated transport control. to do that, goes to 0_hardware_setup.ino and uncomment the line //#define USE_TRANSPORT_BUTTON and use the updated schematics for that button.
- No more live page, it breaks into ptrn(pattern) and midi page
Since the epprom size is small, keep in mind that use lots of tracks with long length will reduce the numbers of patterns you can store at. Using the default layout (4x 303 32 steps and 1x 808 64 steps) you can have 5 patterns stored on a epprom with 4096bytes(like arduino mega or teensy 3.6). You can increase the number of patterns by using less steps per track or less tracks, the 808 tracks are the one with huge size in memory. Each time you change the layout of tracks and steps(edit src/sequencer/setup.h) the acidunio will wipe out the epprom old data to create the new data supporting the new track layout.
On roadmap support to sdcard for session and pattern data to be stored without limitations.
CHANGELOG
- Pattern grid feature with save/load on epprom
- Copy and paste function for patterns
- Session user data save/load on epprom
- Midi learn functionl for POT16 extension
- Midi Rec in for realtime mode(missing step mode for now).
- Dedicated transport button for play/stop and record on/off (optional build)
- New pages for track, transport and session config.