Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 922 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 922 Bytes

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