Skip to content

miquelbeltran/minilogue-xd-preset-maker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

The Minilogue (xd) Preset Maker

This is a modified version of the script created by @mlj.

The original script was designed to create Preset Minilogue files. This version has been modified to support Minilogue xd Preset files.

Below this line, is the original instructions of usage. They still apply, just use the minilogue xd files format:

  • mnlgxdlib
  • mnlgxdpreset
  • mnlgxdprog

NOTE: the original script contains hashes from the Korg pressets to filter them out. That doesn't work with this version! So using a mnlgxdlib file that contains factory patches will include them in the mnlgxdpreset file.


Original README.md

The Minilogue Sound Librarian Librarian

The Minilogue Sound Librarian Librarian (miniloguesll) is a simple script that prepares sound packs (a.k.a. preset files, a.k.a. .mnlgpreset files) from Minilogue patch files and bundles of patch files. For some strange reason this feature was left out of KORG's Minilogue Sound Librarian making it cumbersome to manage collections of Minilogue patches.

Installation

You will need Ruby (which is already available if you use MacOS) and the rubyzip gem:

$ gem install rubyzip

Usage

To prepare a new sound pack, use the name of your new sound pack as the first argument. This is the label that will show up in the sound pack manager in the Minilogue Sound Librarian, and it will also be used as the name of the sound pack file (with the extension .mnlgpreset appended). Then add as many sound packs, patch libraries or individual patches as you like to add to the sound pack:

$ miniloguesll "My Patch Collection" strings.mnlglib saw1.mnlgprog

As an added bonus (?), miniloguesll will ignore repeated patches (only the first copy will be added to the pack), all factory patches, as well as those from the two current official sound packs. If you download patch collections from the internet (e.g. from the Facebook Minilogue patch sharing group), these will probably contain some of the factory patches too --- in particular the init patch. Filtering these out means that miniloguesll can build sound packs that complement the official ones without any overlap.

About

Minilogue Sound Librarian Librarian

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%