Skip to content

gazzar/loguetools

Repository files navigation

loguetools

loguetools manipulates Korg 'logue'-series synthesizer patch libraries (what Korg calls program collections).

It perform a few tasks:

  • Translation of patches from the (original) minilogue to the minilogue xd. See the wiki for a description and limitations.
    (For minilogue xd)
  • Bulk extraction of all patches in collections to separate patch files.
    (For minilogue, minilogue xd, prologue, monologue, and KingKORG)
  • Readable display of patch contents.
    (For minilogue and minilogue xd)

There are two versions:

  1. A gui-based version [Windows, MacOS, and Linux (untested on Linux)]
  2. A set of commandline tools written in Python (3.7 or later)

Download

To download the latest version, head to Releases
For usage instructions, see the wiki

Licenses

See LICENSE.txt
Code released under the 3-clause BSD license.
Application icon "tools by i cons from the Noun Project"

Contributors

Oleg Burdaev

  • preset bank format
  • collapse tool
  • monologue and prologue support

Genevieve Buckley

  • CI/CD
  • Linux build