Get preset names from Tonex pedal #200
Unanswered
unplug0168
asked this question in
Q&A
Replies: 2 comments
-
|
Hi. You would need to do a sequence like this:
You would need some of the helper functions also, like add/removeFraming, addByteWithStuffing, calculateCrc etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm working on a MIDI controller project that have several screen attached (that are controlled by a separate ESP32)and I can't for the life of me find a way to get the preset names from the Tonex pedal.
What I would like to do is to be able to just send a command somewhere in the program like, let's say:
ok Tonex, give me the preset name for preset #2. Something like: getPresetName(preset_index) or something.
Then I could send this data via UART to my other ESP32 that is controlling the displays.
I can see that on startup, it does query the 20 slots and I'm able to see the presets name from there, but I would like to be able to do so myself on command. But, alas, I can't pinpoint a single command that does so.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions