OPluge Python Script

Overview

This program is suit for converting OP1 patch into Deluge patch format. Note that this only compatible with OP1’s Synth/ Drum Sample Engine. OP1 samples are vastly available online such as website op1.fun. Make use of those preexisted patches can be a great advantage for the Deluge users.

Features

  • Ignore patches other then drum/sample engine.
  • Search all the OP1 patches from given root directory 
  • AIF to WAV audio file conversion.
  • Maximize sample rates up to 44.1 kHz/16bit
  • Output into Deluge friendly filing structure.
  • Preserve all the op1 drum chop compatible to Deluge KITS

Requirements

Python3

Instructions

Virtual environment is installed, running it should be fairly easy Use terminal and cd into this directoryFor Mac and Linux user run following scriptsh run.shFor Windows users run following scriptsh win_run.shIf the following script does not work make sure python3 is installed properly, and venv is pointed activated. Before calling Python3 main.py

In the user interface there are two panels and four buttons. It is really simple is get around.
The top console shows found OP1 patches. Also a que wait to converted into Deluge file The bottom console shows the conversion status.
Four buttons:

  • Open OP1 Sample Folder Select a folder that contains OP1 patched. Nested folder is fine. It does not have to be organized or sorted. But still strongly recommend that each patches is inside a named packname. Like how this OP1 is used to. 
  • Scan OP1 Patches This scans and search for op1 patches
  • Convert Assign a place where you would want ot save the exported files
  • Clear Clears both console

Related