OTF

From Niotso Wiki
Jump to: navigation, search
Not to be confused with OFT.

Object Tuning File (OTF) is an XML format which defines tuning constants.

OTF file contents are enclosed with <OTF></OTF>.

The body consists of tuning enumerations that follow this syntax:
   <T i="ID" n="Tuning description">
      <K i="0" l="Constant #0 description" v="Value"></K>
      <K i="1" l="Constant #1 description" v="Value"></K>
      ...
   </T>