Skip to content

Generate Audio Unit presets (.aupreset files) from NKS and other preset formats

Notifications You must be signed in to change notification settings

mkuron/aupreset-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Unit Preset Generator

This script create .aupreset files for Audio Unit instruments from the factory preset database. It currently supports the following instruments:

  • Waldorf PPG Wave 3.V
  • Arturia Analog Lab, V Collection instruments, Pigments

It is easily extended to other plugins (pull requests are welcome) as long as the presets are available in NKS format or an SQLite database.

Usage

git clone https://github.com/mkuron/aupreset-generator.git
cd aupreset-generator
python3 -m pip install -r requirements.txt
python3 -m aupreset_generator

Screenshots

Waldorf PPG Wave 3.V

before

PPG Wave 3.V without presets

after

PPG Wave 3.V with presets

Arturia Analog Lab 5

before

Analog Lab 5 without presets

after

Analog Lab 5 with presets

About

Generate Audio Unit presets (.aupreset files) from NKS and other preset formats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages