Search results

  1. pirko2001

    Teensy based karplus-strong feedback plate reverb

    demo ⌄ physical² model is an electroacoustic installation and instrument inspired by physical modelling synthesis. It consists of a transducer and a movable contact microphone mounted on a metal sheet. The sound captured by the contact microphone is processed using Karplus-Strong synthesis and...
  2. pirko2001

    Multiple (4) outputs on Teensy 4.x

    I just saw that it's possible to connect two PT8211!
  3. pirko2001

    Multiple (4) outputs on Teensy 4.x

    Hello! For a eurorack project I was looking at different options to have four different mono audio outputs. Initially I thought something like two PT8211 chips but I don't think this is possible. Does anyone know an efficient way to do this? Thank you!!
  4. pirko2001

    Best way to get MIDI input

    Ah thank you, perfect! So now I understand how to connect D+ & D- (and also GND), what would be the best port to connect V? VUSB or 3.3V? Thanks again! I'm a noob in USB things so I'll definitely check out the specification you sent :) Greetings, Pier
  5. pirko2001

    Best way to get MIDI input

    Hello, I found a Teensy 4.0! Would you say it is possible to connect a micro USB -> USB hub to the primary USB interface? Then I could use one USB port for powering the Teensy and the other for MIDI keyboard input. The alternative would be power the Teensy via the VIN but I can't seem to...
  6. pirko2001

    Trouble understanding callback with queue's and buffers

    In the end the best solution was to make my own audio object :)) https://www.pjrc.com/teensy/td_libs_AudioNewObjects.html Thanks anyways!
  7. pirko2001

    Trouble understanding callback with queue's and buffers

    Helloo, For a project I am building a polyphonic karplus-strong instrument with audio input, as it is supposed to use audio input I cannot use the string option in the audio design tool. Aside from that I'm used to working with audio with a JUCE style callback, with an input and an output...
  8. pirko2001

    Best way to get MIDI input

    Perfect, thank you!!
  9. pirko2001

    Best way to get MIDI input

    Hello, I was wondering what would be the best way to get MIDI input in the Teensy so it could work as a standalone synth. The best options I could think of are: - using 5-pin DIM connector for MIDI and using a library to control it - making a MIDI to CV converter and using analog in to control...
Back
Top