kallaballa / MidiPatch

MidiPatch is a scriptable and modular real-time software synthesizer using the PatchScript API
GNU Affero General Public License v3.0
12 stars 2 forks source link

Implement a file system exporter suitable for git #63

Closed kallaballa closed 4 years ago

kallaballa commented 4 years ago

At the moment we are saving sessions in a sqlite database but we want to be able share and backup our content. That is why we want an exporter that exports the sessions to a directory in a format suitable for a git repository.

kallaballa commented 4 years ago

Done