lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
120 stars 28 forks source link

Changes in IM (redesing AttObj and ImoTextInfo), memory leaks and fixes #337

Closed cecilios closed 2 years ago

cecilios commented 2 years ago

This PR reviews the internal model, in preparation for comming changes to support MNX. This PR mainly, modifies the implementation of AttObj objects to avoid using variant types, and do some refactoring.

Changes

Other changes