The Synthesis of Sound with Application in a MIDI Environment

Total Page:16

File Type:pdf, Size:1020Kb

The Synthesis of Sound with Application in a MIDI Environment lie 91 - I, The Synthesis of Sound with Application in a MIDI Environment THESIS Submitted in Partial Fulfilment of the Requirements for the Degree of MASTER OF SCIENCE (APPLIED COMPUTER SCIENCE) of Rhodes University by ANTHONYJAMESKESTERTON January 1991 11 Abstract The wide range of options for experimentation with the synthesis of sound are usually expensive, difficult to obtain, or limit the experimenter. The work described in this thesis shows how the IBM PC and software can be combined to provide a suitable platform for experimentation with different synthesis techniques. This platform is based on the PC, the Musical Instrument Digital Interface (MIDI) and a musical instrument called a digital sampler. The fundamental concepts of sound are described, with reference to digital sound reproduction. A number of synthesis techniques are described. These are evaluated according to the criteria of generality, efficiency and control. The techniques discussed are additive synthesis, frequency modulation synthesis, subtractive synthesis, granular synthesis, resynthesis, wavetable synthesis, and sampling. Spiral synthesis, physical modelling, waveshaping and spectral interpolation are discussed briefly. The Musical Instrument Digital Interface is a standard method of connecting digital musical instruments together. It is the MIDI standard and equipment conforming to that standard that makes this implementation of synthesis techniques possible. As a demonstration ofthe PC platform, additive synthesis, frequency modulation synthesis, granular synthesis and spiral synthesis have been implemented in software. A PC equipped with a MIDI interface card is used to perform the synthesis. The MIDI protocol is used to transmit the resultant sound to a digital sampler. The INMOS transputer is used as an accelerator, as the calculation of a waveform using software is a computational­ intensive process. It is concluded that sound synthesis can be performed successfully using a PC and the appropriate software, and utilizing the facilities provided by a MIDI environment including a digital sampler. III Table of Contents Abstract .. ................... • .. •................•.... .... ..... 11 Table of Contents . ...... .. .. ................................... ... iii List of Figures . .. vi Acknowledgements ....... ... ....... .... ... .. .. ... .. ...... ... Vlll 1. Introduction . • . .. 1 2. Fundamental Concepts . ........•...... .....•................ 5 2.1. Sound. • . 5 2.2. Fourier Transforms ........ ... .......... ............ 7 2.3. Digital Representation of Sound . 12 3. Synthesis Techniques. 16 3.1. Introduction ..............................•... ....... 16 3.2. Evaluation of Synthesis Techniques ........ ....... ... .. 17 3.3. Additive Synthesis .......................... .. .. .. .. 19 3.4. Frequency Modulation Synthesis .......... ... ........ 25 3.5. Subtractive Synthesis .......................•........... 36 3.6. Granular Synthesis ....... .. ..... ............ .. 39 3.7. Resynthesis .. .. ...... .. ..... .... ............... 45 3.8. Wavetable Synthesis ...... ................. ...... .... 48 3.9. Sampling ............................. ... .. .•. ... 51 3.10. Other Synthesis Techniques ........................... 61 3.11. Discussion .................. .. ...... ..... .. .. .. 65 4. MIDI 66 4.1. Introduction . ... ..... ..... ......... .. .. ............ 66 4.2. A Brief History ..... .. ........... .. ... ............. 66 4.3. MIDI Described .............. .... ...... ..... ......... 67 4.4. System Exclusive Commands ................. .. ..... .. 70 4.5. Extensions to MIDI ................................... 71 iv 4.6. An Appraisal of MIDI. 77 5. Implementation .......... .... .... 78 5.1. Analysis and Design . 78 5.2. Synthesis Implementation . ........ ..... .. ..... .. ... 84 5.3. Transputer-based Synthesis. 88 5.4. Additive Synthesis Implementation ...... .. ..... ..... ... .. 96 5.5. Frequency Modulation Implementation . ...... .. ........ .. 98 5.6. Granular Synthesis Implementation . .. 99 5.7. Spiral Synthesis Implementation. 104 6. Conclusion . .. 106 7. Bibliography. 108 Appendices .... ..... .. ...... •... ........ ...... .. ....•........ ll6 Appendix A A Mouse Interface for Turbo C . II 7 AI. Mouse Basics . II 7 A2. The Standard Mouse Calls Interface ... .. ...... ........ .. ll8 A3. The Buffered Mouse Procedures . 122 Appendix B Roland Sample Transfer. 125 B.1. Introduction . 125 B.2. Roland System Exclusive Communication ... ........ .. 125 B.3. ROLAND S-220/S-10 specifics ............. ....•.. .. .• .. 128 B.4. Criticisms of Roland Sample Transfer Methods . .. .... ....... 131 B.5. Conclusion . 133 Appendix C The .ROL file format ......................... .. .... 135 Appendix D Running the Synthesis Software. 137 D.l. Hardware and Software reqillrements ... ........... .. .. 137 D.2. Creating Parameter Files . • . 138 D.3. Performing Synthesis . 139 D.4. Sending Output to the Sampler .. .. .. ... .... .. ..... 140 D.5. Possible Errors and How to Correct Them .........•.... .. .. 141 v Appendix E The SMPX User Guide and Technical Infonnation ... ... .... 144 E.I. User Guide for SMPX . .. ......... .. ... ....... .. 144 E.2. Technical Information ..... .... ...... .. ......... 148 Appendix F Utilities ...... • ...•..................... .. .... ... 154 F.I. Look .... .......... .... .. ....... .. .. ... .. .... 154 F.2. Template Files ... ........ ... ... .. .. .. ... ... 156 Appendix G Execution Times of the Various Synthesis Techniques ... ... .. 158 Appendix H Selected Source Code .......... ... .. ..•..•..... .. ... 159 H.I. Parameter Entry ....... ... ..... ....... ... ... 160 H.2. Synthesis . .. ... .................... ..... .... .. ... 176 H.3. Pack Samples into .ROL Format .................... ... 184 HA. Send a .ROL file to the Roland S-220/S-10 . .... .. ... .. .... 190 vi List of Figures Figure 1.1. A platform for synthesis. The PC is the synthesis engine and the MIDI protocol is used to send the sound to a Roland S-220 digital sampler, where it can be heard. ............................ 3 Figure 2.1. A simple waveform. ............................. ....... 6 Figure 2.2. A sine wave of frequency 5 Hz and period 0.2 seconds. .. 7 Figure 2.3. A sine wave, a square wave and a sawtooth wave. ........ .. 8 Figure 2.4. Sine waves with different phases. One wave has a phase cp = 0, and the other has a phase of cp = rc/2. ... .............. ..... .... 9 Figure 2.5. A single sine wave in the time and frequency domain. .......... 11 Figure 2.6. Each circle represents a wagon wheel. A single spoke is shown for clarity. The initial position is shown on the left, and the position after one frame is shown on the right. ...................... 15 Figure 3.1. A typical ADSR curve . 20 Figure 3.2. A Yamaha FM operator. From [Yamaha, 1987] . .. ............ 29 Figure 3.3. DX21 4-operator algorithm. From [Yamaha, 1985] ........... 29 Figure 3.4. A sound produced from the same two sine waves. The top wave uses additive synthesis, the bottom uses simple Chowning FM. The sine waves have a frequency of 100 Hz and 333 Hz. The modulation index of the FM signal is 0.9. .. 33 Figure 3.5. Xenakis' time frames for granular synthesis. Each filled square represents a grain. From [Roads, 1985al. ............ ..... 41 Figure 3.6. The mapping between input voltage and digital values on an ordinary and companding AID converter. .......... .... ...... 55 Figure 4.1. Open and closed loop MIDI systems. ....................... 76 Figure 5.1. The execution time of the additive synthesis procedures using different processor combinations. ...... .... .......... 94 Figure 5.2. The granular synthesis implementation. An individual grain is made from calculated samples. A grain set is the summation of grains. A sound or waveform is made from grain sets placed one after another. .. 100 Figure 5.3. Possible filter positions on a pole-zero diagram. The position on the z-plane determines the results of spiral synthesis. ......... 105 Figure B.l. Roland system exclusive message format................... 126 Figure F.l. A screen dump from the program LOOKEXE. This is a fine view screen. The sound was produced using additive synthesis. 155 vii Figure F.2. Screen dump from the program LOOK.EXE. This is the coarse view screen. The display shows a sound produced using additive synthesis. 155 viii Acknowledgements I would like to acknowledge the financial assistance of Rhodes University and The Foundation for Research and Development. I would like to thank the Computational Fluid Dynamics Facility of the CSIR for use of equipment and facilities, as well as allowing me time to complete this thesis. I would also like to thank the following people: Dr LM.A Gledhill and Mark Honman for encouragement and allowing me to spend a lot of time working on my thesis. Nic Cooke, William Hayes and Caroline Handler, my M.Sc classmates, for making my M.Sc a memorable one. Richard Foss, my supervisor, for encouragement, guidance and help for the entire duration of the thesis. I would also like to thank him for introducing computer music to me, and for setting up such good facilities at Rhodes. Prof P.D. Terry, whose enthusiasm many years ago convinced me to follow a career in Computer Science, rather than Law. Finally, I would like to thank Giskin Day - for everything. All registered and unregistered trademarks are the properties of their respective holders. 1 1. Introduction The motivation for the work described in this thesis is the lack of a readily-available, cheap, flexible
Recommended publications
  • Minimoog Model D Manual
    3 IMPORTANT SAFETY INSTRUCTIONS WARNING - WHEN USING ELECTRIC PRODUCTS, THESE BASIC PRECAUTIONS SHOULD ALWAYS BE FOLLOWED. 1. Read all the instructions before using the product. 2. Do not use this product near water - for example, near a bathtub, washbowl, kitchen sink, in a wet basement, or near a swimming pool or the like. 3. This product, in combination with an amplifier and headphones or speakers, may be capable of producing sound levels that could cause permanent hearing loss. Do not operate for a long period of time at a high volume level or at a level that is uncomfortable. 4. The product should be located so that its location does not interfere with its proper ventilation. 5. The product should be located away from heat sources such as radiators, heat registers, or other products that produce heat. No naked flame sources (such as candles, lighters, etc.) should be placed near this product. Do not operate in direct sunlight. 6. The product should be connected to a power supply only of the type described in the operating instructions or as marked on the product. 7. The power supply cord of the product should be unplugged from the outlet when left unused for a long period of time or during lightning storms. 8. Care should be taken so that objects do not fall and liquids are not spilled into the enclosure through openings. There are no user serviceable parts inside. Refer all servicing to qualified personnel only. NOTE: This equipment has been tested and found to comply with the limits for a class B digital device, pursuant to part 15 of the FCC rules.
    [Show full text]
  • Frank Zappa and His Conception of Civilization Phaze Iii
    University of Kentucky UKnowledge Theses and Dissertations--Music Music 2018 FRANK ZAPPA AND HIS CONCEPTION OF CIVILIZATION PHAZE III Jeffrey Daniel Jones University of Kentucky, [email protected] Digital Object Identifier: https://doi.org/10.13023/ETD.2018.031 Right click to open a feedback form in a new tab to let us know how this document benefits ou.y Recommended Citation Jones, Jeffrey Daniel, "FRANK ZAPPA AND HIS CONCEPTION OF CIVILIZATION PHAZE III" (2018). Theses and Dissertations--Music. 108. https://uknowledge.uky.edu/music_etds/108 This Doctoral Dissertation is brought to you for free and open access by the Music at UKnowledge. It has been accepted for inclusion in Theses and Dissertations--Music by an authorized administrator of UKnowledge. For more information, please contact [email protected]. STUDENT AGREEMENT: I represent that my thesis or dissertation and abstract are my original work. Proper attribution has been given to all outside sources. I understand that I am solely responsible for obtaining any needed copyright permissions. I have obtained needed written permission statement(s) from the owner(s) of each third-party copyrighted matter to be included in my work, allowing electronic distribution (if such use is not permitted by the fair use doctrine) which will be submitted to UKnowledge as Additional File. I hereby grant to The University of Kentucky and its agents the irrevocable, non-exclusive, and royalty-free license to archive and make accessible my work in whole or in part in all forms of media, now or hereafter known. I agree that the document mentioned above may be made available immediately for worldwide access unless an embargo applies.
    [Show full text]
  • Enter Title Here
    Integer-Based Wavetable Synthesis for Low-Computational Embedded Systems Ben Wright and Somsak Sukittanon University of Tennessee at Martin Department of Engineering Martin, TN USA [email protected], [email protected] Abstract— The evolution of digital music synthesis spans from discussed. Section B will discuss the mathematics explaining tried-and-true frequency modulation to string modeling with the components of the wavetables. Part II will examine the neural networks. This project begins from a wavetable basis. music theory used to derive the wavetables and the software The audio waveform was modeled as a superposition of formant implementation. Part III will cover the applied results. sinusoids at various frequencies relative to the fundamental frequency. Piano sounds were reverse-engineered to derive a B. Mathematics and Music Theory basis for the final formant structure, and used to create a Many periodic signals can be represented by a wavetable. The quality of reproduction hangs in a trade-off superposition of sinusoids, conventionally called Fourier between rich notes and sampling frequency. For low- series. Eigenfunction expansions, a superset of these, can computational systems, this calls for an approach that avoids represent solutions to partial differential equations (PDE) burdensome floating-point calculations. To speed up where Fourier series cannot. In these expansions, the calculations while preserving resolution, floating-point math was frequency of each wave (here called a formant) in the avoided entirely--all numbers involved are integral. The method was built into the Laser Piano. Along its 12-foot length are 24 superposition is a function of the properties of the string. This “keys,” each consisting of a laser aligned with a photoresistive is said merely to emphasize that the response of a plucked sensor connected to 8-bit MCU.
    [Show full text]
  • Granular Synthesis and Physical Modeling with This Manual Is Released Under the Creative Commons Attribution 3.0 Unported License
    Granular synthesis and physical modeling with This manual is released under the Creative Commons Attribution 3.0 Unported License. You may copy, distribute, transmit and adapt it, for any purpose, provided you include the following attribution: Kaivo and the Kaivo manual by Madrona Labs. http://madronalabs.com. Version 1.3, December 2016. Written by George Cochrane and Randy Jones. Illustrated by David Chandler. Typeset in Adobe Minion using the TEX document processing system. Any trademarks mentioned are the sole property of their respective owners. Such mention does not imply any endorsement of or associa- tion with Madrona Labs. Introduction “The future evolution of virtual devices is less constrained than that of real devices.” –Julius O. Smith Kaivo is a software instrument combining two powerful synthesis techniques (physical modeling and granular synthesis) in an easy-to- use semi-modular package. It’s laid out a bit like an acoustic instru- For more information on the theory be- ment; the GRANULATOR module acts like the player’s touch, exciting hind Kaivo, see Chapter 1, “Physi-who? Granu-what?” one or more tuned objects (here, the RESONATOR module, based on physical models of resonant objects) that come together in a central resonating body (the BODY module, also physics-based). This allows for a natural (or uncanny) sense of space, pleasing in- teractions between voices, and a ton of expressive potential—all traits in short supply in digital synthesis. The acoustic comparison begins to pale when you realize that your “touch” is really a granular sam- ple player with scads of options, and that the physical properties of the resonating modules are widely variable, and in real time.
    [Show full text]
  • The PAS Educators' Companion
    The PAS Educators’ Companion A Helpful Resource of the PERCUSSIVE ARTS SOCIETY EDUCATION COMMITTEE Volume VIII Fall 2020 PERCUSSIVE ARTS SOCIETY 1 EDUCATORS’ COMPANION THE PAS EDUCATORS’ COMPANION PERCUSSIVE ARTS SOCIETY EDUCATION COMMITTEE ARTICLE AUTHORS DAVE GERHART YAMAHA CORPORATION OF AMERICA ERIK FORST MESSIAH UNIVERSITY JOSHUA KNIGHT MISSOURI WESTERN STATE UNIVERSITY MATHEW BLACK CARMEL HIGH SCHOOL MATT MOORE V.R. EATON HIGH SCHOOL MICHAEL HUESTIS PROSPER HIGH SCHOOL SCOTT BROWN DICKERSON MIDDLE SCHOOL AND WALTON HIGH SCHOOL STEVE GRAVES LEXINGTON JUNIOR HIGH SCHOOL JESSICA WILLIAMS ALABAMA STATE UNIVERSITY EMILY TANNERT PATTERSON CAMBRIDGE UNIVERSITY PRESS How to reach the Percussive Arts Society: VOICE 317.974.4488 FAX 317.974.4499 E-MAIL [email protected] WEB www.pas.org HOURS Monday–Friday, 9 A.M.–5 P.M. EST PERCUSSIVE ARTS SOCIETY 1 TABLE OF CONTENTS BUILDING A STRONG FOUNDATION OF THE SNARE DRUM FULCRUM 3 by Dr. Dave Gerhart CONSISTENCY MATTERS: Developing a Shared Vernacular for Beginning 6 Percussion and Wind Students in a Heterogeneous Classroom by Dr. Erik M. Forst PERFECT PART ASSIGNMENTS - ACHIEVING THE IMPOSSIBLE 10 by Dr. Joshua J. Knight TOOLS TO KEEP STUDENTS INTRIGUED AND MOTIVATED WHILE PRACTICING 15 FUNDAMENTAL CONCEPTS by Matthew Black BEGINNER MALLET READING: DEVELOPING A CURRICULUM THAT COVERS 17 THE BASES by Matt Moore ACCESSORIES 26 by Michael Huestis ISOLATING SKILL SETS, TECHNIQUES, AND CONCEPTS WITH 30 BEGINNING PERCUSSION by Scott Brown INCORPORATING PERCUSSION FUNDAMENTALS IN FULL BAND REHEARSAL 33 by Steve Graves YOUR YOUNG PERCUSSIONISTS CRAVE ATTENTION: Advice and Tips on 39 Instructing Young Percussionists by Jessica Williams TEN TIPS FOR FABULOUS SNARE DRUM FUNDAMENTALS 46 by Emily Tannert Patterson ADDITIONAL RESOURCES 49 2 PERCUSSIVE ARTS SOCIETY EDUCATORS’ COMPANION BUILDING A STRONG FOUNDATION OF THE SNARE DRUM FULCRUM by Dr.
    [Show full text]
  • Resolution May/June 08 V7.4.Indd
    craft Horn and Downes briefl y joined legendary prog- rock band Yes, before Trevor quit to pursue his career as a producer. Dollar and ABC won him chart success, with ABC’s The Lexicon Of Love giving the producer his fi rst UK No.1 album. He produced Malcolm McLaren and introduced the hitherto-underground world of scratching and rapping to a wider audience, then went on to produce Yes’ biggest chart success ever with the classic Owner Of A Lonely Heart from the album 90125 — No.1 in the US Hot 100. Horn and his production team of arranger Anne Dudley, engineer Gary Langan and programmer JJ Jeczalik morphed into electronic group Art Of Noise, recording startlingly unusual-sounding songs like Beat Box and Close To The Edit. In 1984 Trevor pulled all these elements together when he produced the epic album Welcome To The Pleasuredome for Liverpudlian bad-boys Frankie Goes To Hollywood. When Trevor met his wife, Jill Sinclair, her brother John ran a studio called Sarm. Horn worked there for several years, the couple later bought the Island Records-owned Basing Street Studios complex and renamed it Sarm West. They started the ZTT imprint, to which many of his artists such as FGTH were signed, and the pair eventually owned the whole gamut of production process: four recording facilities, rehearsal and rental companies, a publisher (Perfect Songs), engineer and producer management and record label. A complete Horn discography would fi ll the pages of Resolution dedicated to this interview, but other artists Trevor has produced include Grace Jones, Propaganda, Pet Shop Boys, Band Aid, Cher, Godley and Creme, Paul McCartney, Tina Turner, Tom Jones, Rod Stewart, David Coverdale, Simple Minds, Spandau Ballet, Eros Ramazzotti, Mike Oldfi eld, Marc Almond, Charlotte Church, t.A.T.u, LeAnn Rimes, Lisa Stansfi eld, Belle & Sebastian and Seal.
    [Show full text]
  • An Incredible New Sound for Engineers
    An Incredible New Sound for Engineers Bruce Swedien comments on the recording techniques and production HIStory of Michael Jackson's latest album by Daniel Sweeney "HIStory" In The Making Increasingly, the launch of a new Michael Jackson collection has taken on the dimensions of a world event. Lest this be doubted, the videos promoting the King of Pop's latest effort, "HIStory", depict him with patently obvious symbolism as a commander of armies presiding over monster rallies of impassioned followers. But whatever one makes of hoopla surrounding the album, one can scarcely ignore its amazing production values and the skill with which truly vast musical resources have been brought to bear upon the project. Where most popular music makes do with the sparse instrumentation of a working band fleshed out with a bit of synth, "HIStory" brings together such renowned studio musicians and production talents as Slash, Steve Porcaro, Jimmy Jam, Nile Rodgers, plus a full sixty piece symphony orchestra, several choirs including the Andrae Crouch Singers, star vocalists such as sister Janet Jackson and Boys II Men, and the arrangements of Quincy Jones and Jeremy Lubbock. Indeed, the sheer richness of the instrumental and vocal scoring is probably unprecedented in the entire realm of popular recording. But the richness extends beyond the mere density of the mix to the overall spatial perspective of the recording. Just as Phil Spector's classic popular recordings of thirty years ago featured a signature "wall of sound" suggesting a large, perhaps overly reverberant recording space, so the recent recordings of Michael Jackson convey a no less distinctive though different sense of deep space-what for want of other words one might deem a "hall of sound".
    [Show full text]
  • Additive Synthesis, Amplitude Modulation and Frequency Modulation
    Additive Synthesis, Amplitude Modulation and Frequency Modulation Prof Eduardo R Miranda Varèse-Gastprofessor [email protected] Electronic Music Studio TU Berlin Institute of Communications Research http://www.kgw.tu-berlin.de/ Topics: Additive Synthesis Amplitude Modulation (and Ring Modulation) Frequency Modulation Additive Synthesis • The technique assumes that any periodic waveform can be modelled as a sum sinusoids at various amplitude envelopes and time-varying frequencies. • Works by summing up individually generated sinusoids in order to form a specific sound. Additive Synthesis eg21 Additive Synthesis eg24 • A very powerful and flexible technique. • But it is difficult to control manually and is computationally expensive. • Musical timbres: composed of dozens of time-varying partials. • It requires dozens of oscillators, noise generators and envelopes to obtain convincing simulations of acoustic sounds. • The specification and control of the parameter values for these components are difficult and time consuming. • Alternative approach: tools to obtain the synthesis parameters automatically from the analysis of the spectrum of sampled sounds. Amplitude Modulation • Modulation occurs when some aspect of an audio signal (carrier) varies according to the behaviour of another signal (modulator). • AM = when a modulator drives the amplitude of a carrier. • Simple AM: uses only 2 sinewave oscillators. eg23 • Complex AM: may involve more than 2 signals; or signals other than sinewaves may be employed as carriers and/or modulators. • Two types of AM: a) Classic AM b) Ring Modulation Classic AM • The output from the modulator is added to an offset amplitude value. • If there is no modulation, then the amplitude of the carrier will be equal to the offset.
    [Show full text]
  • Real-Time Timbre Transfer and Sound Synthesis Using DDSP
    REAL-TIME TIMBRE TRANSFER AND SOUND SYNTHESIS USING DDSP Francesco Ganis, Erik Frej Knudesn, Søren V. K. Lyster, Robin Otterbein, David Sudholt¨ and Cumhur Erkut Department of Architecture, Design, and Media Technology Aalborg University Copenhagen, Denmark https://www.smc.aau.dk/ March 15, 2021 ABSTRACT Neural audio synthesis is an actively researched topic, having yielded a wide range of techniques that leverages machine learning architectures. Google Magenta elaborated a novel approach called Differ- ential Digital Signal Processing (DDSP) that incorporates deep neural networks with preconditioned digital signal processing techniques, reaching state-of-the-art results especially in timbre transfer applications. However, most of these techniques, including the DDSP, are generally not applicable in real-time constraints, making them ineligible in a musical workflow. In this paper, we present a real-time implementation of the DDSP library embedded in a virtual synthesizer as a plug-in that can be used in a Digital Audio Workstation. We focused on timbre transfer from learned representations of real instruments to arbitrary sound inputs as well as controlling these models by MIDI. Furthermore, we developed a GUI for intuitive high-level controls which can be used for post-processing and manipulating the parameters estimated by the neural network. We have conducted a user experience test with seven participants online. The results indicated that our users found the interface appealing, easy to understand, and worth exploring further. At the same time, we have identified issues in the timbre transfer quality, in some components we did not implement, and in installation and distribution of our plugin. The next iteration of our design will address these issues.
    [Show full text]
  • UC Riverside Electronic Theses and Dissertations
    UC Riverside UC Riverside Electronic Theses and Dissertations Title There There Permalink https://escholarship.org/uc/item/60t3s22k Author Boarini, Cathleen Mary Publication Date 2012 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA RIVERSIDE There There A Thesis submitted in partial satisfaction of the requirements for the degree of Master of Fine Arts in Creative Writing and Writing for the Performing Arts by Cathleen Mary Boarini March 2012 Thesis Committee: Mark Haskell Smith, Co-chairperson Laila Lalami, Co-chairperson Tod Goldberg Copyright by Cathleen Mary Boarini 2012 The Thesis of Cathleen Mary Boarini is approved: ________________________________________________ ________________________________________________ Committee Co-chairperson ________________________________________________ Committee Co-chairperson University of California, Riverside TABLE OF CONTENTS Chapter 1 1 Chapter 2 13 Chapter 3 26 Chapter 4 39 Chapter 5 51 Chapter 6 59 Chapter 7 82 Chapter 8 93 Chapter 9 101 Chapter 10 112 iv Chapter 1 I am sitting behind my desk watching the downpour when I catch the scent of bacon. Dunbar is in the building again, despite the restraining order. I close my eyes as if that might enhance my sense of smell and wonder if Ramona, my boss, can detect the bacon all the way back in her office. I picture her sitting in her Herman Miller Aeron chair, tucked behind her computer screen, sneakered feet barely reaching the floor, her compact, sprinter’s body folded in half at the waist, not in an attempt to hide or be secretive, but trying to physically burrow into Matters of the Heart or Between the Sheets or whatever other period-specific, euphemistically risqué bodice-ripper she has open in her lap.
    [Show full text]
  • Presented at ^Ud,O the 99Th Convention 1995October 6-9
    Tunable Bandpass Filters in Music Synthesis 4098 (L-2) Robert C. Maher University of Nebraska-Lincoln Lincoln, NE 68588-0511, USA Presented at ^ uD,o the 99th Convention 1995 October 6-9 NewYork Thispreprinthas been reproducedfrom the author'sadvance manuscript,withoutediting,correctionsor considerationby the ReviewBoard. TheAES takesno responsibilityforthe contents. Additionalpreprintsmay be obtainedby sendingrequestand remittanceto theAudioEngineeringSocietY,60 East42nd St., New York,New York10165-2520, USA. All rightsreserved.Reproductionof thispreprint,or anyportion thereof,isnot permitted withoutdirectpermissionfromthe Journalof theAudio EngineeringSociety. AN AUDIO ENGINEERING SOCIETY PREPRINT TUNABLE BANDPASS FILTERS IN MUSIC SYNTHESIS ROBERT C. MAHER DEPARTMENT OF ELECTRICAL ENGINEERING AND CENTERFORCOMMUNICATION AND INFORMATION SCIENCE UNIVERSITY OF NEBRASKA-LINCOLN 209N WSEC, LINCOLN, NE 68588-05II USA VOICE: (402)472-2081 FAX: (402)472-4732 INTERNET: [email protected] Abst/act: Subtractive synthesis, or source-filter synthesis, is a well known topic in electronic and computer music. In this paper a description is given of a flexible subtractive synthesis scheme utilizing a set of tunable digital bandpass filters. Specific examples and applications are presented for realtime subtractive synthesis of singing and other musical signals. 0. INTRODUCTION Subtractive (or source-filter) synthesis is used widely in electronic and computer music applications. Subtractive synthesis general!y involves a source signal with a broad spectrum that is passed through a filter. The properties of the filter largely define the shape of the output spectrum by attenuating specific frequency ranges, hence the name subtractive synthesis [1]. The subtractive synthesis model is appropriate for the wide class of physical systems in which an input source drives a passive acoustical or mechanical system.
    [Show full text]
  • The Sonification Handbook Chapter 9 Sound Synthesis for Auditory Display
    The Sonification Handbook Edited by Thomas Hermann, Andy Hunt, John G. Neuhoff Logos Publishing House, Berlin, Germany ISBN 978-3-8325-2819-5 2011, 586 pages Online: http://sonification.de/handbook Order: http://www.logos-verlag.com Reference: Hermann, T., Hunt, A., Neuhoff, J. G., editors (2011). The Sonification Handbook. Logos Publishing House, Berlin, Germany. Chapter 9 Sound Synthesis for Auditory Display Perry R. Cook This chapter covers most means for synthesizing sounds, with an emphasis on describing the parameters available for each technique, especially as they might be useful for data sonification. The techniques are covered in progression, from the least parametric (the fewest means of modifying the resulting sound from data or controllers), to the most parametric (most flexible for manipulation). Some examples are provided of using various synthesis techniques to sonify body position, desktop GUI interactions, stock data, etc. Reference: Cook, P. R. (2011). Sound synthesis for auditory display. In Hermann, T., Hunt, A., Neuhoff, J. G., editors, The Sonification Handbook, chapter 9, pages 197–235. Logos Publishing House, Berlin, Germany. Media examples: http://sonification.de/handbook/chapters/chapter9 18 Chapter 9 Sound Synthesis for Auditory Display Perry R. Cook 9.1 Introduction and Chapter Overview Applications and research in auditory display require sound synthesis and manipulation algorithms that afford careful control over the sonic results. The long legacy of research in speech, computer music, acoustics, and human audio perception has yielded a wide variety of sound analysis/processing/synthesis algorithms that the auditory display designer may use. This chapter surveys algorithms and techniques for digital sound synthesis as related to auditory display.
    [Show full text]