Creating your Pak.zip file

  • Zip up your Pak using your preferred Zip file utility
  • It is essential that the following path (off your hard disk root, e.g. C:) is used and included in the Zip file for all your content in the Pak: e.g. intermorphic\mixtikl\paks\MyName_MyPak\
  • Rename the zip to add the Pak quality to the end e.g. "_22" for 22khz content or "_44" for 44Khz content, e.g. MyPak_MyName_22.zip. The reason for doing this is that you can have 2 paks at different qualities, but you could use e.g. the 22Khz one on your Smartphone and the 44KHz one on your desktop, and still share .mixtikl files.
  • Copy (or move) the Pak zip file you have just made to the folder:
    My Documents\intermorphic\mixtikl\paks\
  • Mac Users:
    Launch Terminal (from Finder, under Applications -> Utilities), and type the following, where MyName_MyPak is the name of your Pak folder:
    cd Documents
    zip -r MyName_MyPak_22.zip intermorphic/mixtikl/paks/MyName_MyPak/*
    Note that if you have moved your Documents folder somewhere else, you will have to move there instead with something like this:
    cd /Volumes/Drive/Documents
    zip -r MyName_MyPak_22.zip intermorphic/mixtikl/paks/MyName_MyPak/*
  • Reload Mixtikl and check your Pak is OK!