Controling NI S mk3 series 8 knobs and dispay
Yes for the 8 endless knobs and buttons. No for the parameter display (unless you want to dig into sending sysex, search the forum for discussions on this).
Yes for the 8 endless knobs and buttons. No for the parameter display (unless you want to dig into sending sysex, search the forum for discussions on this).
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).
CSS3.0.2 (released today) has added options to select relative tracks and relative scenes. These enable you to select tracks/scenes within the session box.
Here is the script if you like to see it
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. […]
Many thanks for this Glenn. Supercool! I’m going to give this a go and report back. Cheers.
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 […]
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 […]
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!
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