SkillAgentSearch skills...

PyoPlug

Framework to embed the python module for digital signal processing "Pyo" into different types of audio plugins

Install / Use

/learn @guibarrette/PyoPlug
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyoPlug

Description

PyoPlug is a framework to embed the python module for digital signal processing "Pyo" into different types of audio plugins.

Supported Wrapper

  • VST
  • Audio Unit

Installation

Make sure to have Pyo version 0.6.8 or later installed:

Mac OS X :

To install the plugins, compile the Xcode project or copy the compiled ones from the "Builds/MacOSX/" directory into your audio plugins folders:

  • VST : ~/Library/Audio/Plug-Ins/VST/
  • Audio Unit : ~/Library/Audio/Plug-Ins/Components/

The presets are also needed to make it works. To install them, just copy the "PyoPlug" folder inside the "ScriptsPresets" folder to your Audio "Presets" folder. (This is mandatory to copy it inside the "Preset" folder of your home directory)

  • ~/Library/Audio/Presets/

Documentation


Warning

The scripts are loaded directly in the Python interpreter to make it possible for Pyo to run them. This allows the importation of any Python module and scripts. This is great in a way, but can be dangereous if a script that manipulates system files or makes any unwanted behavior is loaded. Therefore, in order to avoid any problems and risks to your computer, please make sure to review any script before running it. I'm not liable to any damages of any sort and distribute this software with no warranty.


<sup>Happy coding,
Guillaume Barrette</sup>

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated5y ago
Forks2

Languages

C++

Security Score

60/100

Audited on May 11, 2020

No findings