Support for reading AKAI MPC files in Pharo.
# Pharo-Akai-MPC Support for reading AKAI MPC files in Pharo. ## Installing ```smalltalk Metacello new baseline: 'AkaiMPC'; repository: 'github://grype/Pharo-Akai-MPC'; load ``` ## Reading .PRG files ```smalltalk (AkaiMPCProgramReader on: '/path/to/FILE.PRG' asFileReference binaryReadStream) next inspect. ``` ## References * [AKAI MPC File Format](http://mda.smartelectronix.com/akai/akaiinfo.htm)