Search results

  1. F

    Need Help with 4051 Mux and Audio Library

    Hi there I'm having trouble integrating a CD4051 mux with 6 pot inputs into my teensy 3.2 with audio library. In the gui I have six sine oscillators multiplied by 6 sine LFOs acting as amplitude modulators. The pots should control the frequency of each of the LFOs All that is happening is...
  2. F

    Inverting analogRead floats

    Hi, I'm working on a wavetable oscillator with the audio library...I have inverting op amps to scale my inputs to the teensy range for the freq and amp and I'm trying to figure out how to invert the values again in the code. I've found ways to do it online with int's but not with floats so Im...
  3. F

    Audible clicks when switching waveforms

    Hi, so I'm working on a wavetable synth and the biggest issue I'm having is audible clicks when switching between waveforms. This is happening in the waveform example sketch with the included waveforms (most noticeable with the sine, triangle, and variable triangle i.e. the ones with less...
Back
Top