Start play Song issue!
Good afternoon everyone!
Sorry for the many questions, but I’m trying to finalize the script once and for all. I managed to solve the timeline scrubbing issue thanks to the script I downloaded here. I just had to reduce the number of beats, otherwise the locator was moving too fast. Now I can scrub through the timeline and start the song from that point… unless I press stop twice! At that point, it no longer matters where the locator is — the song will always start from where the small triangular play marker is positioned in the timeline, which in this case is at the beginning.
On the Minilab 3, when you move through the timeline using the knob and press play on the same knob, the small play marker is automatically positioned at that point.
Is there a way to achieve the same result in CSS?
Basically, when you press play, the marker from which playback always starts should be updated to the current locator position.
Thanks again, and I hope someone can help me!
Im currently making a huge Remote Script for my Keylab Essential mk3, and ive managed to make any of my knobs scroll through the Arrangement View with the Playhead without a limit. Every knob you have that you can put to Relative1 mode in the Artura Midi Control center can do this. Then you have to set it to Relative in your Controller Template too and assign Values like 63 – 65, or 62 – 66.
In your Script you make a Reaction with your Knob as Listener and make 2 Action Blocks.
1.Action Block
Condition: Button’s latest velocity value – number is greater than – 64
Action: Application – scroll view – Direction Right – View Name Arranger – Modifier False
2.Action Block
Condition: Button’s latest velocity value – number is less than – 64
Action: Application – scroll view – Direction Left – View Name Arranger – Modifier False
Ive set my Jogwheel in the middle to scroll through the Timeline, and when i press the Jogwheel it selects the Area that im scrolling (thats when you set the Modifier in the Application Scroll View to True)
I also made it so the Jowhell switches to Zoom when i hold the Quantize Button (i dont use Quantizing, so i made it be a function Button).
Sign up
User registration is currently not allowed.
Thanks for sharing,
Your jog wheel script sounds very useful.
Roberto – to elaborate on what Denis has said here about Relative controls. This is the general case for absolute knobs vs relative endless encoders. Absolute knobs will stop sending midi data when they reach the end of their MIDI velocity range 0 – 127, where as endless encoders send a midi value for as long as you turn it.