ghztomash / fasma_drum

Teensy based drum machine designed for Fasma Festival
MIT License
29 stars 6 forks source link

AudioExtended.h missing for compilation #2

Open walidvb opened 4 years ago

walidvb commented 4 years ago

Hey Tomahs, long time no speak :)

I'm getting the following errors when compiling:

Any clue or hints?

Thanks!

Multiple libraries were found for "Snooze.h"
 Used: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/Snooze
/Users/alinemartinez/Documents/Arduino/Drum_final_v12/Drum_final_v12.ino:36:27: fatal error: AudioExtended.h: No such file or directory
Multiple libraries were found for "Bounce.h"
 Used: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/Bounce
compilation terminated.
Multiple libraries were found for "Audio.h"
 Used: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/Audio
Multiple libraries were found for "SPI.h"
 Used: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/SPI
Multiple libraries were found for "SD.h"
 Used: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/SD
Multiple libraries were found for "SerialFlash.h"
 Used: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/SerialFlash
Error compiling for board Teensy 3.2 / 3.1.
ghztomash commented 4 years ago

Hi, Hmm seems like maybe you have them both installed through the Teensyduino and then from the Arduino manager? At least for the multiple libraries error. For AudioExtended.h it's my bad I never got around to finish it for publishing.. For now you could flash with the compiled .hex file found in Drum_final_v12.zip

walidvb commented 4 years ago

The installation was done remotely via skype, and that could be the case. Still, I wasn't able to find 2 instances of those libraries on @alinemartinez' computer. Sometimes, the error would point to both paths(Used and Unused), and I was able to remove the duplicates, but not for all.

The goal of this exercise was to slightly modify your code to replace the knobs with wearables, and that required calibrating the input.

In any case, no fuss, we're working on another solution!

Thanks for your answer 🙏🏻