Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines

xmlViewer refactoring in progress

0

I have been improving the xmlViewer (Song, Synth, & Kit viewer, with the intention of making it easy to edit same. As part of this, I am refactoring the system to use MobX and React, which are standard libraries for building web applications. React has numerous user interface components to draw on, and MobX makes it easy to deal with a nested object structure like the one used in the Deluge XML files.

You can follow along by watching the “dev” branch on GitHub. The “master” branch has been stable for a couple of weeks. Once I have similar stability on ‘dev’, I will merge back into ‘master’.

Sign In or Register to comment.