Analog Synthesizer with Digital Control

Analog Synthesizer with Digital Control

Analog Synthesizer with Digital Control Aros Aziz1, Jay Heiland2, and Michelle Simmons3 https://jayheiland.github.io/CE Senior Project Abstract— The goal of this senior project was to take save settings and load them back on at a later the best parts of both digital and analog synths and time, providing the artist with the same level of combine them into a working, scalable prototype for an convenience as a traditional digital synth. analog synth with digital control. The core components of Our project comprises of three major parts: this project consist of a software application, synthesizer modules, and the software and hardware interfaces our software application, our modules, and the between them. On Demo Day we were able to show off software and hardware that interfaces between the most important and core parts of our project, which them. Our MIDI keyboard serves as an important could be scaled to a much larger product. peripheral that makes the demo of our project interactive and exciting. By the beginning of fall I. INTRODUCTION semester, we had decided not to pursue our stretch Synthesizers are musical instruments that have goal of implementing an automated switch matrix been popular with musicians and producers for between the modules, as none of us believed we decades. Synths see ubiquitous use in the popular would have the time, skill, or interest to work with music of today, and it is safe to assume that many the mechanical hardware. of the artists that use them are using their digital We have three total modules: a voltage con- variety; that is, using digitally simulated audio trolled oscillator (VCO), a high-pass voltage con- circuits on a computer via services like Ableton trolled filter (high-pass VCF), and a low-pass Live or Serum. These digital modules are often voltage controlled filter (low-pass VCF). By the much cheaper than their older, analog counterparts. time of the demo on Demo Day, only our VCO In addition, they give users the ability to save the could be demoed. Both our HP VCF and our LP settings of their favorite sounds, allowing them VCF had been working the previous afternoon; to revisit previous patches with the click of a unfortunately, we used the last of some of our button. Despite digital synths’ advantages in cost expensive parts in the attempt to mount the VCFs and convenience, many artists are now returning onto strip-boards. After Demo Day, we decided as to analog synths for their (perceived) better sound a team that we are pleased with our final demo, quality [1]. Unfortunately, what these artists gain and not to pay for new parts and shipping at great in quality they lose in convenience. expense in order to fix our VCFs. Our senior project takes the best of both the dig- Our software application provides an easy and ital and the analog synths; it marries the superior attractive way to control the synth, with all the sound production of the analog synth modules with technical details hidden completely behind-the- the convenience of the digital synth. We designed scenes. Using the desktop application, users can analog circuits to produce and modify audio sig- change potentiometer values on each individual nals, where each circuit has its variable resistances module, save the values of each module, and load controllable by a computer. In addition to reading old configurations. The application also always and setting the values of the variable resistances displays current potentiometer values, even if they (potentiometers), our desktop application can also are changed physically (via rotary encoder) rather than digitally. The integration between our desktop 123A. Aziz ([email protected]), J. Hei- application and our modules consists of embed- land ([email protected]), and M. Simmons ([email protected]) are seniors in Computer Engineering ded C code, which is robust and scalable. The at the University of Utah in Salt Lake City. embedded code allows a computer to read from and write to the values of the potentiometers on by choosing the corresponding audio jack, the digipot chips. It also allows rotary encoders to labeled clearly on the PCB for the VCO. change the values of those potentiometers. These two capabilities are what allow both the physical and digital control of the analog synth’s sound. II. TECHNICAL DESIGN As mentioned in the introduction, our project is made up of three major parts: the software application, the modules, and the software and hardware interfaces between them. The following sections will go into detail of each of these parts and explain how they were designed and some of the challenges that went with them. A. Synth Modules We have three modules: a VCO, a high-pass VCF, and a low-pass VCF. Voltage control is an important concept in modular synthesis, and we Fig. 1. Original schematic for VCO [2] utilized it in all three of our modules. Each module has a control voltage (CV) input that modulates The Coarse Tune 100 Kohm potentiometer in its output. In the VCO, the input control voltage the schematic, which we later replaced with dictates the frequency of the VCO’s output. In this a digipot, changes the pitch of the output. So case, the CV is discrete; each discrete voltage cor- while you play Mary Had a Little Lamb on responds to a distinct pitch. This CV was supplied the keyboard, if you change the value of that by the MIDI controller keyboard at our demo; the potentiometer, your entire song may shift to CV input to the VCO is what made the synth be two octaves higher, but it will still be the playable like a piano. In the VCFs, the CV was original song. continuous. We chose to simulate a low-frequency Part of our original hardware was a cus- oscillator (LFO) as the CV input to the VCFs, and tom PCB designed using Eagle and ordered we did so by using the function generator to supply through OshPark. Fig. 2 shows the PCB a 1 V peak-to-peak sine wave at a frequency of 4 schematic for the VCO. Hz. The LFO/VCF combination is a common one in musical synthesis. The CV causes the output signal of the VCF to audibly pulse in time with the LFO. The design of these modules turned out not only to be technically challenging, but also expensive. We breadboarded and tested each module individ- ually before we augmented them with digipots and rotary encoders. 1) VCO Our VCO is the music generator of our synth. It recieves CV input and produces a Fig. 2. PCB schematic of the VCO variable-frequency audio signal as output. Its most important component is the CEM3340, This schematic includes custom footprints a VCO chip. The module has as its outputs that we either created or found on the web both a triangle wave and a sawtooth wave; and modified in order to meet the specifica- the user may choose which waveform to use tions of our breadboarded prototype. In addition to creating the schematic, the sound) to use the output from the VCO. The footprints had to be placed in positions that CV input came from the function genera- were optimal for the wiring between com- tor’s LFO. We determined early on in the ponents. Many attempts were made to find semester that an LFO module would be too the optimal solution and eventually one was complicated for us to tackle, but with more found to be the best positioning for all the time, we could build an LFO and easily parts. In addition to placement design, we integrate our digipot and rotary encoder to needed drilled holes on the four corners of make it a fully functional module in our the custom board so that we could screw it unique synth. through an acrylic attached to the Eurorack The original schematics for the VCFs do not case at the end for Demo Day purposes. Fig. allow the user to control the cutoff frequency 3 shows an image of the PCB design of the of the filters, so we added that feature. These finalized custom PCB. changes are shown via the original and mod- ified schematic of the low-pass VCF, in Fig. 4 and Fig. 5, respectively. Fig. 4. Original schematic for Low-Pass VCF [3] Notice the lack of any potentiometers in this schematic that would allow the user to change the cutoff frequency of the filter. Pay particular attention to the input labeled ”Vc,” as that is where our changes were made. Those changes are shown in Fig. 5. Fig. 3. PCB design of the VCO The value of the 100 Kohm potentiometer controls the cutoff frequency of the filter. For the sake of easy soldering, we made an This is the potentiometer that would later effort to make sure that a majority of the become a digipot. The CV input and the components were through-hole. In the end, voltage that determines the cutoff frequency we were able to make sure every part going are summed together in a summing amplifier onto the board was through-hole except for to produce the final voltage that the original one, which was the digital potentiometer. VCF sees. 2) VCFs The summing amplifier and potentiometer The VCFs each take two inputs: audio signal were added in the exact same fashion to the and CV. The audio signal could feasibly high-pass VCF, shown in Fig. 6. come from any source, but in our synth, it Both of the VCFs were working with the was most practical (and made for the best digipots and rotary encoders the day before Fig.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    8 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us