I´m trying to use UI key bindings to load ZS3 subsnapshot. In Webconf there are 3 options to work with: ZS3_LOAD, ZS3_PREV and ZS3_NEXT. Next and prev options is working for me however I cannot make load options to work. I tried using de ZS3 name and number as parameter value. Can someone help with this?
In the other hand, next and previous options stop moving when last or first ZS3 is reached. It is possible to cycle ZS3 in the way that using NEXT option that when reached the last ZS3 next key action load the first (ZS3-1 => ZS3-2 => ZS3-1 in case of 2 ZS3). Other way round for PREV option? In my case that I have 2 ZS3 will work as a “toggle” what will be very helpful.
Maybe, but I think we’ll need more information from you as to what you’re trying to do and how you’re trying to do it, and what Zynthian is doing (or not doing) that seems wrong to you. You can post the info here for discussion and if you think you’ve found a bug report it in the issue tracker:
This is my key bindings I’m testing. I have 2 ZS3 named A and B. If I send Key A or B then subsnapshot A or B are NOT loaded, however if I’m in subsnasphot A en press Key C then subsnapshot B is loaded, as expected.
Hmmm, I don’t know enough about CUIA to say what’s wrong. I suspect that the A or B has to be in quotes, or you’re not allowed to have the space before it, or some other synatx error. I’ve looked in the wiki and don’t find ZS3_LOAD there.
I did find this clue, I wonder if you’re supposed to put the filename in a string named %s?
Hopefully someone else who knows more will chime in…