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
Many devices has specific falue mappings for configuration.
Let's take Strymon BigSky as example:
CC 33 (Chorale - Vowel) has this value mapping:
value
description
0
"AAHHOO"
1
"AAHH"
2
"AAHHOH"
3
"OH"
4
"OOOHOH"
5
"OOOO"
6
Random
At same time we also have some devices that work with ranges, like HX Stopm:
CC 61 (1 Switch Looper Play/Stop):
range
description
0-63
Stop
64-127
Play
My proposal is to extend the CC schema to be able to represent those values in a more plesant way for the end user and also priovide a better experience for those who consume it via code.
Hi @tyzjames I saw your PR #47 and I think that this issue could be an alternative for that approach.
Would you like to share some feedback in this proposal?
Many devices has specific falue mappings for configuration.
Let's take Strymon BigSky as example:
CC 33 (Chorale - Vowel) has this value mapping:
At same time we also have some devices that work with ranges, like HX Stopm:
CC 61 (1 Switch Looper Play/Stop):
My proposal is to extend the CC schema to be able to represent those values in a more plesant way for the end user and also priovide a better experience for those who consume it via code.
The text was updated successfully, but these errors were encountered: