Skip | Home | Site Map | Terms and Conditions | Feedback Form | Keys

Mixtikl Pak Maker User Guide


yourfile_mixtikl.xml

SEPARATES PAK: This text file tells Mixtikl about the tempo, root and scale of ONE content file, together with other meta information. It is only essential to have one for a content item when it does not share the common features of the pak.xml or mixtikl.xml file. It can also be used in a Construction Kit if you have a content item that is at a different root and tempo to that defined in the Pak.xml.

"yourfile" is shorthand for the name of the related content file, without its file extension. Eg. if one of your content files was called d_2-kick2_140d.ogg, then this corresponding file is called d_2-kick2_140d_mixtikl.xml.

From the webpage, copy the text below and paste it into a new text file that you save in your MyName_MyPak folder as e.g. bass_mixtikl.xml. Modify this file to match up with the corresponding content item :

<copy text below... >
        
<?xml version="2.0"?>
<mixtikl_meta
tempo="81"
root="D"
scale="Major"
path="/MyName_MyPak/" 
licenceURL="http://yourdomain.com/eula.html" 
linkURL ="http://yourdomain.com/getpaks/"
source="yourname" 
copyright="yourname" 
year="2010" 
style="world" 
instrument="drums" 
bars="1" 
descriptors="beats" 
>
</mixtikl_meta>
        
<copy text above... >

Notes:
  1. tempo: The tempo is the tempo for which the content item is designed to be played, in terms of beats per minute.
  2. root: The root parameter should be the root at which this content item is designed to be played. For example, this might be A, A#, C, Db etc.
  3. scale: The Scale is purely informational, describing guidance as to the harmonic structure of the content item within the Pak; the user considers this, and for example might not choose to play a "Minor" Pak against a "Major" Pak (but there again: they might!).
  4. All other parameters under this (as shown in grey) are currently optional and purely informational. The reason for including the other meta information is that some day Mixtikl will be able to use these of search on then, helping you to find samples quickly.
  5. WHEN MODIFYING THE XML, BE CAREFUL NOT TO ADD SPACES WITHIN DOUBLE-QUOTE CHARACTERS (except where text). DO NOT FORGET THE FINAL CLOSING BRACES.