Search results

  1. E

    Please test this example on Teensy 3.6 for me

    Thanks for taking time to try that out for me. Yes I've tried the sketch with the patchcord going straight through also and it sounds exactly the same. I've also tried altering the array pretty drastically but there are no changes. Another example of my issue is with the reverb and freeverb...
  2. E

    Please test this example on Teensy 3.6 for me

    Thanks - https://github.com/dxinteractive/TeensyAudioWaveshaper
  3. E

    Please test this example on Teensy 3.6 for me

    Hi all, I'm having problems programming sound effects into a guitar pedal I am building. I'm using Teensy 3.2 without audio shield, just using filters and adc-dac. I am unable to control many effects including reverb parameters (they are stuck at max) and waveshaper. The waveshape example shown...
  4. E

    Audio lib not functioning properly on Teensy 3.2

    Morning all, I'm having issues with programming effects into my Teensy based guitar effects pedal. I am using Teensy 3.2 without the audio shield. I just have various filters going to ADC and leaving DAC. Now that I come to program effects into the pedal I find that I cannot use a lot of...
  5. E

    Controlling effect parameters.

    The analogReferance() term is mentioned in the adc section of the audio gui design tool. It says use 'INTERNAL' for 1v2 and 'EXTERNAL' for 3v3. Not sure why I cant get it to work. As for the freeverb parameters I have tried all kinds of values, it only takes a few seconds to upload the code so...
  6. E

    Controlling effect parameters.

    Thanks for getting back to me Pete. I tried increasing memory but you're right It had no effect. I'm using a teensy 3.2 (no audio shield) but I'm thinking of getting a more updated version for future projects and such.
  7. E

    Controlling effect parameters.

    Hi all, I'm working on an audio effects controller for guitar. I have made everything and have decent sound reproduction out of my amp. I'm now at the stage of adding effects, however I am unable to control effect parameters such as the 'freeverb' example shown below. I can use any values for...
Back
Top