I would like to build a MIDI processor for a large midi setup.
it would have 16 MIDI ins and 16 MIDI outs and ideally have a way of chaining units together to make it even larger.
what would be the best approach to getting so many serial ports working?
could I just run 32 x SoftwareSerial on GPIO pins?
or with so so many would I need some kind of external hardware?
Thanks
it would have 16 MIDI ins and 16 MIDI outs and ideally have a way of chaining units together to make it even larger.
what would be the best approach to getting so many serial ports working?
could I just run 32 x SoftwareSerial on GPIO pins?
or with so so many would I need some kind of external hardware?
Thanks