Hi, I'm interested in the solution to the initial query, but the relevant post seems to have disappeared. Could anybody share an example of a script that includes a keyboard shortcut (such as cmd-d to...
View Questionshasta0_6 | Answers
OK, managed to make it work. The Launchkey needs to be in DAW mode. To do this, launch a reaction when initializing the script and send raw midi data to the Launchkey. (0x9F, 0xC, 0x7F), optimized = True...
View QuestionHi, I am also on 12.4b8 but my scripts seem to work just fine. Did you update the Ableton version in CSS and regenerate your scripts?
View QuestionThank you for putting in the time and the energy Glenn. Much appreciated. You took it much further than I intended it to. I'll experiment with it this weekend and see how far I get. I hope you got something...
View QuestionSmall update: I found the solution to the screen flickering. I was calling the wrong target with the sysex code. Should be 21 for knob 1, 22 for 2, etc... self._send_midi((240, 0, 32, 41, 2, 19, 4, 21,...
View QuestionAnother small update: str_for_value() needs to be called with a number between 0 and 1. E.g. 0.5 would give the label for the value of that specific parameter. By scaling the incoming cc velocity data,...
View QuestionHi Andy, the script is specific for the Novation Mk4 controllers. These only listen to Sysex commands for the things that I wanted it to do. So this is probably not relevant or useful for your case. I...
View QuestionHi Andy, attached is a simple script: knobs 1 and 2 (cc 21 and 22) of the Launchkey control parameters 1 and 2 of the selected device and the info is sent to the display of the LK. In this case it's a...
View QuestionApparently this is possible as of Beta 2.4. Did anyone try it with a css custom script?
View Question