View Single Post
Old 07-12-2019, 01:36 PM   #7
TabbyCat
Human being with feelings
 
TabbyCat's Avatar
 
Join Date: May 2019
Location: Los Angeles, CA
Posts: 161
Default

Quote:
Originally Posted by Gerrit View Post
Not me, I see no use case for querying the state of a single parameter.
For getting the state of the FX parameters use one of these:
Code:
DEVICE_FX_SELECT i/device/fx/select t/device/fx/select/@
DEVICE_PREV_FX t/device/fx/-
DEVICE_NEXT_FX t/device/fx/+
Thanks for this - I was doing "refresh controller" (/action/41743) which dumps everything, and I was filtering it out on the client side. This is more succinct!
TabbyCat is offline   Reply With Quote