Guys, I used to own a Roland MC-50 MKii and now I have a Roland PMA-5. But they are both too old and hard to use. So I was thinking on doing my own MIDI Sequencer with the Arduino. But the thing is, I can't figure out if the Arduino speed and memory will be enough for a project like this. I was hoping to have multiple-midi-tracks, Midi In and Out.
I'm used to C++, so that's not a problem. ;-) I just worry the memory usage. Maybe I could keep all the buffers in code and just use an external SD card for storage. (Save/Load) Or something like that.
I saw the EEprom modules, but they are expensive, and I think a SD card would be better, as I could backup files to my computer if I wanted to.
Anyway, any ideas on this subject?
Thanks, WilliamK