Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grype/pharo-akai-mpc

Support for reading AKAI MPC files in Pharo.
https://github.com/grype/pharo-akai-mpc

akai akai-mpc pharo pharo-smalltalk

Last synced: 24 days ago
JSON representation

Support for reading AKAI MPC files in Pharo.

Awesome Lists containing this project

README

        

# 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)