Close

Saving and Loading

A project log for Sample.Loop.Repeat

Portable groove box that can be thrown in backpack, set up quickly and produce music on the fly.

geraGera 3 hours ago0 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

Discussions