Tag-Archive for » python «

Saturday, January 23rd, 2010 | Author:

I’ve put together a collection of some PyBuzz scripts I have created over the past few years (most from 2005-2006).  A few others are included as well by Dukajoe (PyDrum) and Kazuya. One or two the scripts might not work in the latest version of PyBuzz, but the code is still relevant so I’ve included everything in this zip I could put together.

lazytrap_pybuzz_scripts.zip

PyBuzz is a native meta-controller of sorts written by Leonard Ritter for the modular audio application Jeskola Buzz. It the Buzz world, these control signal-type modules and their data are commonly referred to as Peer Controllers or Control Machines. PyBuzz is basically an empty shell of a machine that gives a Python scripter access to the Peer interface, making it possible to integrate custom Python scripts in order to control, react, or automate other  machines within a Buzz project.

Below is an example of one of the more complete and useful scripts in the .Zip. It’s called master&servant and the principle is pretty simple. You assign Master and Slave  targets then control it with the Master parameter slider. Anytime the value of  Master goes above the Threshold, the Master parameter slider will begin to also control the Slave target.

more…

Share
Saturday, January 23rd, 2010 | Author:

Found this on my harddrive recently from an old project, example provided to me by Ed some time ago… Better posted here than lost or squandered. To explain, it’s a relatively simple python script that you can run against your Buzz gear directories and a list of all machines in the directory is given and the type of machine, what flags it uses, the author, etc. is returned. It is more or less a starting example, but you may find it useful for sorting modules as-is:

more…

Share