Hi,
each time I reload my project some items of macros disapear.
Here’s the part of “key commands.xml” when I complete the macro :
`<string name="Name" value="m_P1.10"/>`
<list name="Commands" type="list">
<item>
<string name="Category" value="Process Project Logical Editor"/>
<string name="Name" value="selection_piste_marqueurs_1"/>
</item>
<item>
<string name="Category" value="Marker"/>
<string name="Name" value="Activate Marker Track"/>
</item>
<item>
<string name="Category" value="Macro"/>
<string name="Name" value="Aller au marqueur 10"/>
</item>
</list>
</item>
<item>
<string name="Name" value="m_P1.11"/>
<list name="Commands" type="list">
<item>
<string name="Category" value="Process Project Logical Editor"/>
<string name="Name" value="selection_piste_marqueurs_1"/>
</item>
<item>
<string name="Category" value="Marker"/>
<string name="Name" value="Activate Marker Track"/>
</item>
<item>
<string name="Category" value="Macro"/>
<string name="Name" value="Aller au marqueur 11"/>
</item>
</list>
</item>
When I save, and restart cubase, the file is changing when I load the project :
<item>
<string name="Name" value="m_P1.10"/>
<list name="Commands" type="list">
<item>
<string name="Category" value="Process Project Logical Editor"/>
<string name="Name" value="selection_piste_marqueurs_1"/>
</item>
<item>
<string name="Category" value="Marker"/>
<string name="Name" value="Activate Marker Track"/>
</item>
</list>
</item>
<item>
<string name="Name" value="m_P1.11"/>
<list name="Commands" type="list">
<item>
<string name="Category" value="Process Project Logical Editor"/>
<string name="Name" value="selection_piste_marqueurs_1"/>
</item>
<item>
<string name="Category" value="Marker"/>
<string name="Name" value="Activate Marker Track"/>
</item>
</list>
</item>
I have about 200 macros like this. For now, they are the only two where the items are missing.
I tried it several time on my laptop and desktop, always the same results when I reload the project. Windows 10 pro on both computers.
Best regards.
Leo

