- When trying to recall a parameter set higher than 9 you will need to create a macro with a custom command for the Bose 1240 DSP
- parameter set recall is "SS <parameter #>\x0d"
- they use hexadecimal values for preset recalls so 10 =A, 11 = B and so forth, 10 = 16
- testing "SS A\x0d" recalls parameter set 10, which needs to be converted to "A"
- change this:
-
- to this:
-
- and it will begin working properly.
Decimal to Hex converter: https://www.rapidtables.com/convert/number/decimal-to-hex.html
Article ID: KB01685