Archives

Broken Script

From the error I can see you have a missing value which needs to be set for: self.global_feedback_active This is the toggle which enables/disables global feedback. In the Script Editor, open the script settings, set global feedback to custom then choose an option for turn global feedback on/off (probably on is best).

Velocity sensitive buttons

Hi Glenn thanks for your answer. It doesn’t seem to work. I use the session box to set the clips to be triggered and the pads to fire the clips. I set Velocity in the clips to 100% so it will fire at different Velocitys . But it only works when I use midi map. […]

Divafy – Locate plugin within Chain & Instrument rack

Hi, here’s a Reaction that Listens if the selected_chain of a selected Rack_device has changed. It then Loops through all the devices on that selected_chain and checks if the name is the same as the one you’re searching for. If so, then it will currently log at what position the device can be found. After […]

Velocity sensitive buttons

I think it should be possible using Reactions. For each Reaction mapping: Set the Listener to a pad. You can use multiple Action Blocks for the different velocity ranges that you want to trigger at. Start with 1 Action Block, because you’re able to duplicate them and do minor tweaks to the dupes. Add 2 […]

Live 10 export not working

Well, that was a quick fix. There was a non-standard ASCII character and adding the line # -*- coding: utf-8 -*- to the beginning of the .py fixed that. Works fine now!

File Corruption

Guys, if you’re working with a large script/controller template. Try the following: 1. Clear the log in the bottom right panel of the script manager. 2. turn AutoTags off in the CSS settings menu