Search results

  1. A

    Chirp: dynamic MIDI router 5x5 with USB and scripting engine in Wren

    I bought this breakout board 5x5 MIDI some time ago, but never done anything with it. Now that I had access to a coding agent (github copilot in this case) I decided to give it a whirl and implement something that was in my head for some time. This is mostly AI generated coded for now, be...
  2. A

    Teensy 3.6 pins 24 and above

    I'm using the teens 3.6 + audio shield + ili9341 display. They work fine. I wanted to add a blackberry trackball, it requires some pins for input and 4 for leds. I used 24-30 and 35,36 now i'm getting some issued with the display. Pins 27 and 28 are SCK0 and MOSI0 (however not by default from...
  3. A

    dynamic AudioConnection

    Well the idea was to disable those effects when one is working and the other not, to free CPU time, otherwise i will have multiple effects running i parallel (i assume setting the gain to 0.0 on a mixer will not disable the effect). I want to add at least a few of my own, and sequence them (sort...
  4. A

    dynamic AudioConnection

    Helo and welcome. I'd like to change my audio connection at runtime. I have just twoj connections now, from input to effect and from effect to output, now i'd like to switch the effect in the connection based on a button for example: flanger/chorus. I was experimenting with new AudioConnection...
Back
Top