• Saving and Loading

    Gera5 hours ago 0 comments

    At first wanted to create undo-redo system, but quickly figured out that in order to build that i need somehow be able to serialize data, otherwise it would be difficult to restore any state of application. 

    So for now simple save and load system is available in dev branch(for now)!

    It is possible to save project and restore it fully without loosing any bits of information(is it?). Thus some issues with restoring colors is there

  • Event logic refactor

    Gera05/03/2026 at 20:18 0 comments

    Made a big refactor of core event dispatch mechanic.
    Now i like it more, because all the data and executable are more tight coupled together, rather than having some sketchy generator that places necessary code to several different files lol:D
    As well it might better fit for future undo-redo logic, but have to test it. 

    (somehow broke push support despite that in emulator everything works)

  • Basic support of Push 2

    Gera03/27/2026 at 15:10 0 comments

    Basic support of Ableton Push 2 is there! 

    For now dealing with polishing retained GUI architecture(tbh didn't wanted do dive deep in that, but...) to optimize it better so it won't consume all CPU power lol.

    (Pictures will be added later)