Week 3: Real Things

bugs... more drums... bicycle spokes



click here for assignments from this class.


The first thing we did in this class was attempt to model the sounds of various bugs, frogs, etc. as recorded on a nice, humid, summer New Jersey night. The trick was not so much to build a full-fledged algorithmic model of the bug-sounds so much as to use some of our existing computer music tools to multiply and "fold" a small set of basic bug soundfiles to create the impression of teeming (albeit somewhat weird) life.

We started by trying to build a single bug-sound using the RTcmix FMINST. instrument. After fooling with the parameters a fair amount, we came up with a sound that was (sort of) like a real bug, generated with the following scorefile (I have included the parameters for the FMINST algorithm here for quick reference):


Recall that this is run by saying "FMINST < filename.sco" where "filename.sco" is the name of the file with the above score information

Next we took the single chirp and sequenced it to work towards the sound of a cricket chirping repeatedly:

Then we took this sequence and repeated it several times, again chasing after the elusive cricket-sound:

As with last week's class, we noticed that the sound was too "perfect" to be natural, so we added some randomness to the scorefile and created a passable cricket:


This seemed satisfactory for the class exercise, so we then generated a series of different "crickets" by slightly changing the FMINST parameters and using a different random-generator seed for each scorefile. Here are the relevant changes:

As indicated by the "rtoutput()" statements in the above scores, we wrote each "cricket" into a separate soundfile. We then used the mix digital soundfile graphical mixing application (see the resources page to download this application from NoTAM, the Norwegian computer-music place) to combine these soundfiles into one file.

We then loaded that resulting soundfile again into mix on several separate tracks. By randomly staggering the input time of each copy of the soundfile, we were able to produce a thick texture of virtual crickets.

Finally, we took this thick soundfile and filtered it with a very sharp band-pass filter centered around 8000 Hz, making the cricket sounds just a bit more realistic. We used the graphical SGI application gQ written by Dan Trueman to do this. The RTcmix filter program IIR could also have been used for the same purpose.

We also tried to create a constant insect 'hum' in the background, using the RTcmix instrument AMINST and the following score for the basic sound:


We ultimately combined all these files (using mix) to make a composite soundfile of layered bugs.

Although our class results lean slightly towards the Martian side of insectoid life forms, with a little effort a passable synthetic swamp can be synthesized...






Chris Bailey's Snazzy Drum Machine

Chris has worked up a nice set of sample scorefiles and examples for recreating the drum-pattern algorithm he developed in class. He set up the web page with a nice, crowd-pleasing pink background, so rather then destroy this bold artistic stroke, you can click here to access his web pages.


Chris Bailey's Amazing Bicycle Spokes

Chris has put his set of examples showing how he developed the "bicycle spoke" sound on-line. In his never-ending quest to inject a bit of artistic sensibility into this class, Chris colored these pages a truly astounding yellow color. Click here to access these pages. [mp3 sounds coming soon...]



Assignments:

1. Make the bugs sound more like bugs!

2. Certain species of insects will occasionally engage in a single "group" event, like a 'unison' waver in pitch or abrupt amplitude shift. How could this be modelled?

3. Map a pitch set onto the bicycle spokes.