moddevices / cc-arduino-lib

Arduino library for the Control Chain protocol
6 stars 9 forks source link

library.properties file missing for importing library into arduino IDE #8

Open EragonPower opened 8 months ago

EragonPower commented 8 months ago

Hello everybody Recently i've been trying to build an CC Arduino Shield to replace the original board inside a behringer FCB1010 to connect it to my Mod Dwarf.

I've been having issues adding the library to the arduino IDE, the IDE throws out errors when doing so. Trying to add the library to the online IDE revealed the absence of a library.properties file inside the library, i've written a simple .properties file following the new specifications for the libraries: https://arduino.github.io/arduino-cli/0.34/library-specification/

name=ControlChain version=0.5.1 author=Mod Audio sentence=Mod Audio Control Chain Arduino Library architectures=avr depends=TimerOne,DuoTimer Now the online IDE gets the library just fine, but the "offline" IDE (Version 2.2.1 and below, tested also with 1.8.x and still the same problems).

I suggest adding the library.properties file to fix part of the issue and than review the directory structure to make the "offline" IDE accept it.

Sorry for bothering, i hope someone can fix this issue. Kind regards

dromer commented 2 months ago

Ohh, this is a great idea! I have an fcb1010 that I feel is completely wasted potential. Even though I have an Uno chip in it .. it doesn't fit any sort of workflow for me, but the hardware is great! wish it was just some switches and expression pedals. mapping with CC would be a dream.

I have several arduino shields and willing to experiment once you have pointers on where to start!