You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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/
The text was updated successfully, but these errors were encountered: