Andrew Broughton
Andrew Broughton
Easiest way to transition would be to start with changing/adding internal actions to change the properties that support variables. e.g. you already have an internal action to change a button...
Having multiple new internal actions, one for each parameter would be messy, IMHO
If all button parameters had internal actions to set them, then maybe eventually PER-BUTTON feedbacks could go away and just be replaced by (the much more powerful) triggers (still using...
All makes sense. You always have a better idea of the "big picture". :-) If you're able to do this, I look forward finally getting rid the hack I have...
@Sable147 I don't think your comment is related to this issue. I don't know what module you're referring to in your post, but if it's a Yamaha module, what you're...
On Bookworm (Debian): ``` root@nanopi-r4s:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Armbian 24.2.1 bookworm Release: 12 Codename: bookworm root@nanopi-r4s:~# uname -i unknown root@nanopi-r4s:~# apt install...
I thought the install process was supposed to install any needed dependencies (like libfmt9), as we see Debian doing with `apt install`. How come it doesn't just install it if...
Sorry, it's my lack of understanding of all things linux. I understand that Ubuntu 22.04 ships with libfmt8, but why doesn't `apt install` just install libfmt9 when it sees that...
Thank you for clarifying! So, `main.js` is the backend and `app.js` the front end? Would building ws communication between those 2 be the lion's share of what needs to be...
That suits me fine, as you've done a brilliant job so far. Much easier than me messing up your code! :-)