|
|
|
|
|
by ihatepython
1148 days ago
|
|
> Adding a MIDI port to the Amiga would have been trivial The Amiga is unsuitable for serious MIDI work because of a hardware design flaw. There are like 4 timers and the timer interrupts were at a higher priority than the serial port interrupt. There was only a 1-byte buffer for the serial port, so it was possible to lose data if one of the higher priority timers fired at the wrong time.[1] [1] https://dreamertalin.medium.com/music-x-b4abc68d6f78 |
|