Search results

  1. D

    MIDI library, define alternate TX RX pins ?

    You're correct in general and I should switch to 74HCT14 in the schematics. The TI part I'm using is 3.15V for logic HI, so it's fine for my design. But in general, you're correct.
  2. D

    MIDI library, define alternate TX RX pins ?

    Hi Folks, here is the latest work on MIDI interface with 8x14 ports (6 are driven by Flex IO), 4 audio output and 6 Gate/Sync ports. So far I'm impressed what I could pack inside. https://www.tindie.com/products/deftaudio/teensy-41-8x14-1u-midi-and-audio-interface/
  3. D

    USB interface for multi channel outputs, not just stereo

    You can use Reaper instead and run it in trial mode for what you need.
  4. D

    MIDI library, define alternate TX RX pins ?

    Hi Paul, Kurt, I need to find a way to switch a pin between FlexIO serial output and GPIO output in run time. For FlexIO -> GPIO I just set a pinMode to OUTPUT and it works as expected. Would you suggest how I can switch from GPIO back to FlexIO?
  5. D

    MIDI library, define alternate TX RX pins ?

    Of course, Paul, will share this once it's completed. I believe you saw my other kits based on Teensy already? Teensy 4.1 based 8x8 MIDI breakout https://www.tindie.com/products/deftaudio/teensy-41-midi-breakout-board-8in-8out-usb-host/ Teensy 4.0 based 5x5 MIDI breakout...
  6. D

    MIDI library, define alternate TX RX pins ?

    Awesome, thank you. Just tried it and have T4.1 running with 14 MIDI out ports (8HW + 6 FlexIO):) Everything is going will do more tests for jitter later.
  7. D

    MIDI library, define alternate TX RX pins ?

    Thank you, Paul. No easy solution for T4.1 get more MIDI ports :( Alt/SoftSerial not supported, while FlexIO is not designed for that :)
  8. D

    MIDI library, define alternate TX RX pins ?

    Got that, thank you. I missed that the original topic was on T4, so, yes, you had an extra ports on pads.
  9. D

    MIDI library, define alternate TX RX pins ?

    Hi Paul, Don't want to open another thread on the same subject of getting extra MIDI ports. It's my first experiment with FlexIO with Teensy 4.1 How did you come with this number? Is it based on the target CPU clock? Is it the same for T4.1 at nominal frequency of 600MHz? Are there any...
  10. D

    USB interface for multi channel outputs, not just stereo

    This would be awesome differentiating feature to Daisy, and I badly need it in at least 4x4 config for my use case. Unfortunately, I also have no experience in USB stack development to help driving it.
  11. D

    USB interface for multi channel outputs, not just stereo

    Sorry, I decided to check in this thread instead of opening another one. What's the current state of multi-channel USB audio? It seems there are several attempts to make it going, such as in 4x4 configurations, however, they didn't make to the main repository. Is there more work to be done?
Back
Top