Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 795 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 795 Bytes

m4l-mpe-tools

Project Docs

See HERE!

Development

Project setup

yarn

Build M4L devices

See here.

Remove all caches

Max automatically generates various cache files, which causes unwanted side effects.
To remove them, take the following step.

  1. Make config.json file at root, and set the cacheDirs property as Array. config.json will look like below.
{
  "cacheDirs": [
    "/Users/UserName/Library/Application Support/Cycling '74/Max 8/Settings/temp64-live/mxt", 
    "/Users/UserName/Documents/Max 8/Max for Live Devices", 
    "/Users/UserName/.Trash"
  ]
}
  1. Run script
yarn run rm-cache