Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build an interface to program/reprogram the PRESETS and store them in eeprom #37

Open
garubi opened this issue Nov 7, 2018 · 1 comment · May be fixed by #71
Open

Build an interface to program/reprogram the PRESETS and store them in eeprom #37

garubi opened this issue Nov 7, 2018 · 1 comment · May be fixed by #71
Labels
enhancement New feature or request
Milestone

Comments

@garubi
Copy link
Owner

garubi commented Nov 7, 2018

This would require additional hardwarae: a I2C eeprom, since the TeensyLC eeprom is too small to store even 1 of the 4 presets.
For Write-Read to i2c EEPROM could be useful this library:
https://forum.pjrc.com/threads/24754-I2CEEPROMAnything

We can build an editor using CTRLC (standaolne or VST) and sending the configuration as SysEX or NRPN

Good example of protocolo used to to configure a MIDI controller with SysEx:
https://github.com/paradajz/OpenDeck/wiki/SysEx-Configuration

utile esempio di come salvare configurazioni in eeprom:
https://www.norwegiancreations.com/2017/09/how-to-load-and-save-configurations-on-an-arduino/

@garubi garubi changed the title Build an interface to program/reprogram the PRESETS an dstore them in eeprom Build an interface to program/reprogram the PRESETS and store them in eeprom Nov 7, 2018
@garubi garubi added the enhancement New feature or request label Nov 7, 2018
@garubi garubi added this to the sometime in the future milestone Nov 7, 2018
@garubi
Copy link
Owner Author

garubi commented Nov 7, 2018

All you need to know about RPN and NRPN:
http://www.philrees.co.uk/nrpnq.htm

if we choose to use NRPN this issue contains an useful Library and lot of useful consideration:
FortySevenEffects/arduino_midi_library#60

@garubi garubi added the unverified The issue isn't still verified label Nov 8, 2018
@garubi garubi modified the milestones: sometimes in the future, 2.0 Feb 19, 2020
@garubi garubi removed the unverified The issue isn't still verified label Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant