Hi Makill, Here’s a link to the user.py file. There is info on how to use the toggle_delayedSwitchLED function inside the document. It works as listed out in my previous comment. There are also a few other functions, some of which are being used by toggle_delayedSwitchLED, that can be used separately as well: A custom […]
Hi John, I have tried this but the Set Active Mode doesn’t seem to function when an EQ Eight is the Selected Device. Can you tell if I have the correct Listener enabled from the description above?
In the code, [None] needs to be replaced with the mode number i.e. [0]. The number should match the order they are listed in, in the modes section (excluding the global mode) and they count from zero rather than 1. So the first mode in the list would be [0], the second [1] and so […]
Hi John, Thanks for the speedy response! I’ve made an “EQ Eight Mode” as suggested. For the reaction I am attempting the following: Listener > self.song().view.selected_track.view.selected_device.add_name_listener Condition > self.song().tracks[0].devices[0].name == “EQ Eight” Action > self.set_active_mode(self.modes[None]) Not sure if this is correct but how do I make this point to the EQ Eight Mode to make […]
You could skip using modifiers for this and use separate modes or each configuration of knobs. Use the action “script > set active mode” Add a mode for each device and name give it a descriptive name i.e. “EQ Eight Mode” Then add the device parameters in each mode. This method might be less confusing […]
Hi John, I gave your answer a thumbs-up, which seems to have vanished. Anywho, what’s the score? Do we have fully functional navigation across all track types? Cheers Jus
Hi Hellem, You already make your thoughts clear here on the forum, repeating the same points again and again in an often quite demanding and disrespectful tone. You then preceded to post multiple comments on our latest youtube video, again repeating the same points already stated multiple times here but also including sarcastic comments of […]
Hi Makill, I’ve been working on your request, still need to test it and put in some safeguards/warnings. I was wondering what you’d want to name the function. Currently I’ve named it “toggle_delayedSwitchLED” which sounds a bit unwieldy. I’m also now realising you probably want a certain action to play out when the flashing LED […]
This is a niche product. It’s unreasonable to expect a constant flow of updates from a small company. It’s not like they’ve abandoned the software, or that they aren’t listening to the concerns of their users. Finding and fixing problems in software isn’t easy. When software breaking issues happen, John is usually very fast to […]
So, to reformulate my request : Is there a simple track button that select a track and illuminates relatively to the session box? I’m pretty sure it’s possible as it’s possible for solo, mute button etc. I may be have overlooked some basic functions..?