This piece was composed in 2017, and it can be obtained by contacting the composer at his website. The three bagatelles are called "The Virgin Mary Appears to the Drunks in the Alleyway," "Singing Melancholia," and "Deposition of Pilate."
This piece requires one microphone to capture the bassoon sound. This should be connected to a computer via an audio interface, connected by a USB cable, with at least two outputs. A setup diagram is shown below.
This piece uses two SuperCollider patches. These are perhaps a little more intimidating than opening a Max patch that runs after a few buttons are clicked. Both patches should be opened in the SuperCollider IDE program. Then the performer should start the SuperCollider server, which can be done with a keyboard shortcut or in the Server menu. The numbers in the bottom right portion of the screen should all be green, signifying that SuperCollider is now ready to play sound.
The first patch, called ``Three Bagatelles for Bassoon and Electronics.scd,'' contains forty lines of code. Lines 1, 3, 35, 37, 39, and 40 are the most important lines. The first line contains the text "~length = 16;". The patch operator should place the cursor on this line and evaluate it by pressing "Command + Return" on a Mac, or "Control + Return" on Windows or Linux. The Post Window in the bottom right should print the text "-> 16". Next the performer should evaluate the line "b = Buffer.alloc( s, s.sampleRate * ~length );" after which the post window will print "-> Buffer(1, 705600.0, 1, 44100,0, nil)" or something similar. Lines 5 through 35 need to be evaluated all at once, which can be done by pressing the same shortcut anywhere inside the outer parenthesis. The post window should return "-> a SynthDef". Then place the cursor somewhere on line 37, but it should not be evaluated yet. These steps need to be done before beginning the piece.
In the rest at the end of measure 20, the patch operator should evaluate line 37, which reads "x = Synth( \textbackslash guitarGranulator, [ \textbackslash bufnum: b.bufnum ] );". This will start listening to the bassoon signal and process the sound for the next several measures. After the sound fades out in measure 30, the penultimate line that says "x.free;" should be evaluated to stop the signal processing before continuing the piece. The performer should not close this patch at the end of the movement to simplify the performance of the last movement.
The second movement requires some work ahead of time. The performer needs to create a WAV recording—easily done in most audio recording software—of the single measure printed at the top of the score. This file needs to be saved to the computer in a place that can be easily found at the performance. The second movement uses the file "Grain Sampler Input WAV.scd" and is a bit simpler than the first movement from the evaluation perspective; the performer needs to evaluate the entire file, which can be done from the Language menu and selecting Evaluate File. This will bring up the window shown in the screenshots section below. The performer should select the open new file button and find the recording of the musical cell created earlier. The file will be shown at the top of this window, which should now look like the second screenshot. There are various sliders that control different aspects of the granular synthesis, which can all be adjusted by dragging side to side or by growing or shrinking the length of the bar.
The top bar controls the position within the sound file that is used. For most of the piece, this will be the beginning of the file. Toward the end of the piece it will need to be adjusted to about halfway through the sound. The Trigger bar controls how often samples are triggered per second and should probably be increased from its starting position. The Transp bar controls the transposition of each sample and should probably be left at 0. The grainDur bar specifies how long the samples are and should probably be increased both in width and position. The Pan bar determines the stereo image and could have interesting effects depending on speaker placement. The grainAmp bar determines how loud the samples will be and can be adjusted to balance with the bassoon sound, but it is also interesting with a wider range of values. Finally, the Reverse bar determines how frequently the samples will be played in reverse instead of forward. After some experimentation in the practice room, the patch operator can write down the values that they think work best and set them before starting the sound. The big "START" button at the bottom will then start droning based on the settings used. Around measure 26, the top bar should move to begin sampling more of the moving parts of the recorded material, and at the very end, the bar should move back to the drone section. This sounds more difficult than it really is, and it can be learned quite quickly.
The third movement uses the same patch as the first movement. If the patch has not been closed, the patch operator only has to evaluate line 37 that says "x = Synth( \textbackslash guitarGranulator, [ \textbackslash bufnum: b.bufnum ] );" to start the sound synthesis again. The other lines that were evaluated persist until the file is closed. At the end of the piece, the last lines "x.free;" and "b.free;" will stop the sound synthesis again and remove the buffer.
The technical aspects of this piece are within reach for most undergraduate students. There are some extended techniques, including key clicks, small pitch bends, and playing just the reed and bocal. The range is not extreme, and the tempo is moderate. The electronics are not terribly complex to execute but do require a little more than just opening a Max patch to get going. The second movement may be a little tricky to control while playing, so a separate electronics performer may be a better option. Overall, this piece could certainly be an option for introducing electronics to an undergraduate student, especially if someone else is running the SuperCollider patch.
This piece leans more toward the avant-garde style but is not so experimental as to put off most audiences. There is a lot of chromaticism, but it would fit well alongside other post tonal works.