Question for the more advanced users:
Chase Bliss pedals allow for presets to be saved.
The only way I can see being able to save them is:
1. Navigate to the sucessor or predecessor PC I would like to save
2. Hold the pedal footswitches down
3. Hit the Device PC - / + so it saves to the preset location
Their Midi implementation also allows saving via CC 111 (where the CC value is the Preset you'd like to save)
So far, the only way I can see that being used would be to hardcode a specifc preset on a button i.e. CC 111 with value 10 to save preset 10.
Of course that's impractical if I'd like to have the freedom to choose the preset.
Another way I thought was using macros .. so each macro would be used to save to a specific preset i.e.:
macro 10 would have CC 111 value 10
macro 11 would have CC 111 value 11 and so on.
But I guess when it comes to call those macros on a button, I'd still face the same issue as I need to hardcode the action to a specific macro correct?
Or there's a way to first choose the macro and then run it?
thanks!
Chase Bliss pedals allow for presets to be saved.
The only way I can see being able to save them is:
1. Navigate to the sucessor or predecessor PC I would like to save
2. Hold the pedal footswitches down
3. Hit the Device PC - / + so it saves to the preset location
Their Midi implementation also allows saving via CC 111 (where the CC value is the Preset you'd like to save)
So far, the only way I can see that being used would be to hardcode a specifc preset on a button i.e. CC 111 with value 10 to save preset 10.
Of course that's impractical if I'd like to have the freedom to choose the preset.
Another way I thought was using macros .. so each macro would be used to save to a specific preset i.e.:
macro 10 would have CC 111 value 10
macro 11 would have CC 111 value 11 and so on.
But I guess when it comes to call those macros on a button, I'd still face the same issue as I need to hardcode the action to a specific macro correct?
Or there's a way to first choose the macro and then run it?
thanks!