Search results

  1. T

    Pin 39/38 as alternate OUT1/IN1 for I2S?

    I'd like to use pin 39 and 38 instead of 7 and 8 for I2S on SAI1. How should I do that? Hate to patch library code, but I could just do this right (each file has two ref. to replace)? C:\Users\<my_user>\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.60.0\libraries\Audio\input_i2s.cpp...
  2. T

    Midi 2.0

    Any proper implementation of MIDI2.0 has to be able to fall back to MIDI1.0, otherwise it's not in spec. It'd be a nightmare otherwise. I don't think you can even patch a piece of gear that totally relies on DIN MIDI connectors to handle MIDI2.0 data, not at real-time levels of latency anyway...
  3. T

    Midi 2.0

    To be fair, the only times I can recall personally having this issue was with older outboard gear (e.g. my JP-8000), and obviously those can't get fixed by MIDI2.0. I don't know how much current equipment and software do interpolation. Most? All? Not sure. While it's a really smart fix for an...
  4. T

    Midi 2.0

    Curious if there's any movement on this. I'm already starting to code just to play around with MIDI2.0 using the midi2-dev repos. A number of devices are supported using tinyUSB, but notably not teensy yet. I too am looking for the higher resolution CC messages (as well as a few other...
Back
Top