Pharo-Akai-MPC

Description

Support for reading AKAI MPC files in Pharo.

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
1
Created
Sept. 9, 2020
Updated
Feb. 23, 2026
Topics
akai akai-mpc pharo pharo-smalltalk

README excerpt

# 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)
← Back to results