$Page Notes API $TargetName Notes API *Modifying the content of MIDI clips* The content of MIDI clips can be modified with the Live API. Since Live 11, which supports MPE, it is required to use new methods that preserve MPE. This example device contains small implementations for various common tasks, both in Max objects, centering around [dict], and in Javascript. Notes-API.png *Javascript* Since the API uses JSON (Javascript Object Notation) to get and set note properties, Javascript can be ideal for note-related tasks. -> This example shows how to get, add, remove, modify, duplicate and observe notes content of MIDI clips without losing per-note MPE data. -> Every example includes a Javascript variant. -> It also includes a general introduction to note IDs, the dict object, and how to interface between [dict] and Javascript