RyoKosaka / HelloDrum-arduino-Library

This is a library for making E-Drum with arduino.
https://open-e-drums.com/
MIT License
244 stars 61 forks source link

Add Presets for connecting different devices or different kits. #45

Open jhsa opened 2 years ago

jhsa commented 2 years ago

Hi, I hope this project is still being developed :)

I would like to expand the Eeprom a little to save settings for connecting to different devices. Perhaps the pad sensitivity settings could be kept as general, but other settings like midi note and channel number for each pad could be saved on some kind of presets that we could change for example by pressing a key at power ON to enter a "preset select menu" An external i2c eeprom could be used for this purpose. Sending a channel number would allow us to control different modules or software at the same time. Any ideas how difficult would be to add this to the library, or if it is even possible? If you don't have time for this, could you please point me in the right direction? I am a beginner in coding but i could give it a try.. I am currently building a 14 pad device plus a Kick input and a pedal input. In other words, it will be a very tiny Pad box that will work as a drum set 🙂 I have already built a full size drum set 🙂 Thanks.