Difference between revisions of "220a-fall2007/finalprojects/ChrisWeil"

From CCRMA Wiki
Jump to: navigation, search
Line 1: Line 1:
==CONCEPT==
 
This project was inspired by the use of feedback as a performance practice by British saxophonist John Butcher.
 
  
==IMPLEMENTATION==
 
Normally this practice is done with a simple dynamic microphone and an amp or PA system. My idea is to implement the use of a PD patch as a way of both automatically controlling dynamic volume of the feedback gain and the frequencies selected by a band-pass filter. Another addition to this idea was to have quadraphonic spatilization that is also automatic.
 
 
==PD==
 
The patch itself is pretty simple and consists of three basic sections:
 
#Feedback loop- set up by two delay lines
 
#Band-pass filters- three filter for each delay line
 
#Spatialization- done by vbap (vector based amplitude panning)
 
 
==PATCH DESCRIPTION==
 
The key object in this patch is the fiddle~ object. It provides frequency and note(midi) information, as well as amplitude data. It can also output several frequency components of the input signal. All of this data provided by the object is used to control the band-pass filters and the vbap variables.
 
The vbap object...does the panning for a variable number of speaker arrays. In this case I used four speakers.
 

Revision as of 09:47, 13 December 2007