Recent content by Goose

  1. G

    No usbMIDI at all.... Teensy 4.1 & AudioShell

    After some research I left my MacOS Catalyna aside and got an old Windows Laptop. Seems Teensyduino couldn't reach the right directories... Now I'm having this error message: Multiple libraries were found for "SD.h" Used: C:\Users\Àlex...
  2. G

    No usbMIDI at all.... Teensy 4.1 & AudioShell

    Here your are the code, but plenty of people used it with no problem: // Teensy-Synth Part 3 // Keyboard Test // By Notes and Volts // www.notesandvolts.com #include <Audio.h> #include <Wire.h> #include <SPI.h> #include <SD.h> #include <SerialFlash.h> // GUItool: begin automatically generated...
  3. G

    No usbMIDI at all.... Teensy 4.1 & AudioShell

    Hi there! I'm in my first Teensy project so probably the answer to my problem may look quite obvious to you. Lets go for it.... I'm just playing with a Teensy 4.1 trying to build my first synth. I got impressed with Notes&Volts youtube's channel so tried to that "Teensysynth" as a starting...
Back
Top