Teensy Stomp Box - Delay

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • A small effect pedal based on the Teensy audio Library.
    Processing an audio from the MeeBlip Anode 2.0.
    More details: tomashg.com/?p=...
    Synth: meeblip.com/
    Audio Library: www.pjrc.com/te...

КОМЕНТАРІ • 12

  • @dimitre79
    @dimitre79 7 років тому +2

    Sounds amazing. did you use only the teensy memory or some expansion chips?

  • @VolcaRock
    @VolcaRock 9 років тому +2

    pretty cool delay sound! sounds warm and analog,
    although digital! and looks pretty cool, too!

  • @MrNotanumber01
    @MrNotanumber01 9 років тому +1

    Hi, great project! I'm doing something similar using a Teensy 3.1, the Audio Adaptor board and an Oled 0.96" display, just like you did. The thing is both the Audio adaptor and the OLed disp use SDA SCL signals of the Teensy board. How can you possibly handle the same signals for different purposes? I took a look to your blog and I couldn't find an answer to my problem. Thanks! Cheers, A.

    • @TomashGhzegovsky
      @TomashGhzegovsky  9 років тому +2

      P Antonio Hi! Those are lines from the I2C protocol. Multiple slave chips can exist on the same bus and each chip is communicated to with their own address. This address is set for example in the Adafruit OLED library with display.begin(SSD1306_SWITCHCAPVCC, 0x3C);

    • @MrNotanumber01
      @MrNotanumber01 9 років тому +1

      Tomash Ghzegovsky Oook,! Thanks, bye

  • @jhdk356
    @jhdk356 6 років тому

    Love this project, I've been trying to do pretty much the same thing, in an attempt to make a delay unit for an active speaker (delay tower). But I experienced a lot of noise-problems, possibly related to impedance or perhaps because I need to disable some auto-volume or set line-in-level and line-out-level for the chip differently. I use the line-in and line-out terminals on the audio board. Did you experience anything similar to this, and how did you fix it? Is there any chance, you can publish some of the source-code? (primarily for setting up the audio-part). I would be very grateful for any details, you can provide :-)

  • @donaldpriola1807
    @donaldpriola1807 9 років тому

    Nice! I'm not sure how you built it, but it's totally neat.

  • @justinbrown8214
    @justinbrown8214 5 років тому

    Do you think a Raspberry Pi Zero W would be a suitable alternative to use for this project or does it not have as much processing power/ real-time capability as a microcontroller like the Teensy?

    • @TomashGhzegovsky
      @TomashGhzegovsky  5 років тому

      I'm pretty sure you could use things like Pure Data to make even more complex effect chains. The down side is the overhead of loading a whole operating system.

  • @intelligenceservices
    @intelligenceservices 6 років тому

    how complicated is it to give audio i/o to a Teensy for a hi-z instrument like a guitar? i guess there needs to be an opamp on the input side, some kind of voltage regulator to protect the teensy on both input and output, anything else? Is there a thread at PJRC you'd recommend by chance?

    • @tolfred
      @tolfred 6 років тому

      Take a look at this, haven't tried it myself but it seems suitable for guitar and price is right too: www.tindie.com/products/Blackaddr/arduino-teensy-guitar-audio-shield/