Tim - Music Improv
Initial proposal
The goal of this tutorial is to work on the middle section of my
improvisation system, the part that receives information retrieved
from real-time audio, manipulates the information, and outputs new
information to be used by a software synthesizer. The work will
entirely be in the Python programming language. None of the data being
manipulated is truly audio-based. Instead I’m manipulating pitch and
timbre symbols. The main goals will be: -to develop some basic
approaches to the input data, pick one that I find creates the most
interesting and "creative" output, and further develop it as I
practice performing alongside the system. -to develop a clear API for
the input and output, so that other people can build off of my work.