• Event logic refactor

    Gera2 hours ago 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)