Control selected track \w keyboard shortcuts
Re: Control selected track \w keyboard shortcuts
in Live you can access the playback function using the property "is_playing". this is a toggle, 1 = Live is running, click again and the value toggles to 0 which is equal to stop. this is what STC uses for transport.
you can also use the property "start_playing" and this sends a value of 1 always. click again and it starts playing again from the start. in this case you have to use the property "stop_playing" to stop play back. this property resets playback position to 0 when clicked again.
to emulate the Panic "start_playing" and "stop_playing" must be used.
hope this helps.
you can also use the property "start_playing" and this sends a value of 1 always. click again and it starts playing again from the start. in this case you have to use the property "stop_playing" to stop play back. this property resets playback position to 0 when clicked again.
to emulate the Panic "start_playing" and "stop_playing" must be used.
hope this helps.
it never ends. neither does it begin where you think it does. its only in your mind.
Re: Control selected track \w keyboard shortcuts
First, thank you very much for the script, really helps me!
Followed by my first question (and please forgive me if it has been asked before):
Is it possible to open a selected device? That is one of the most important things to me. Still using it with Kimidi, setting up my controller in the next weeks.
Cheers,
Chris
Followed by my first question (and please forgive me if it has been asked before):
Is it possible to open a selected device? That is one of the most important things to me. Still using it with Kimidi, setting up my controller in the next weeks.
Cheers,
Chris
Re: Control selected track \w keyboard shortcuts
How do you mean open a selected device? You mean opening a vst/au gui?chris-rg wrote:First, thank you very much for the script, really helps me!
Followed by my first question (and please forgive me if it has been asked before):
Is it possible to open a selected device? That is one of the most important things to me. Still using it with Kimidi, setting up my controller in the next weeks.
Cheers,
Chris
Re: Control selected track \w keyboard shortcuts
I think he means unfolding e.g. a chain? I could not find such functionality in the API, but maybe someone knows more ...
Re: Control selected track \w keyboard shortcuts
@moonpie: I updated to STC 1.2.8 and fixed the scrub/rewind bug as well as added dedicated commands for stop, play and continue playing:
Note 27 (D#0) stop playing
Note 28 (E0) start playing
Note 29 (F0) continue playing
I have not yet managed to get the continuous scrolling working, but I have put it on the TODO list.
Download as usual here: http://stc.wiffbi.com/
Cheers,
Richard
Note 27 (D#0) stop playing
Note 28 (E0) start playing
Note 29 (F0) continue playing
I have not yet managed to get the continuous scrolling working, but I have put it on the TODO list.
Download as usual here: http://stc.wiffbi.com/
Cheers,
Richard
Re: Control selected track \w keyboard shortcuts
wiffbi wrote:@moonpie: I updated to STC 1.2.8 and fixed the scrub/rewind bug as well as added dedicated commands for stop, play and continue playing:
Note 27 (D#0) stop playing
Note 28 (E0) start playing
Note 29 (F0) continue playing
I have not yet managed to get the continuous scrolling working, but I have put it on the TODO list.
Download as usual here: http://stc.wiffbi.com/
Cheers,
Richard
Thats Brilliant, thanks Richard! Ill check it out now. Sent a small donation your way, sorry it couldnt be more. Youre doing excellent work. Kimidi is amazing as well!
Re: Control selected track \w keyboard shortcuts
Meant to say - Did you catch the missing "unfold group" that isnt in your midi implementation list (but youve programmed)? Definitely one of my favourite commands.
Also - one thing I noticed using navigate tracks - Ableton 8.2.8 wouldnt "scroll" with the selected track. Meaning, as you flick through tracks, if you have tracks outside of the display window, ableton would select them but not focus on them. This issue is fixed in 8.3.4.
Also - one thing I noticed using navigate tracks - Ableton 8.2.8 wouldnt "scroll" with the selected track. Meaning, as you flick through tracks, if you have tracks outside of the display window, ableton would select them but not focus on them. This issue is fixed in 8.3.4.
Re: Control selected track \w keyboard shortcuts
Hey, do you mean the shortcut "CC 73 (rel2comp) fold/unfold track/group ctrl+shift+UP / ctrl+shift+DOWN"? It was named "fold/unfold track", but I added the "group" just recently. It is listed under "Mixer Control" …moonpie wrote:Meant to say - Did you catch the missing "unfold group" that isnt in your midi implementation list (but youve programmed)? Definitely one of my favourite commands.
Also - one thing I noticed using navigate tracks - Ableton 8.2.8 wouldnt "scroll" with the selected track. Meaning, as you flick through tracks, if you have tracks outside of the display window, ableton would select them but not focus on them. This issue is fixed in 8.3.4.
Thanks for pointing out the scrolling issue in Live 8.2.x!
Re: Control selected track \w keyboard shortcuts
wiffbi wrote:Hey, do you mean the shortcut "CC 73 (rel2comp) fold/unfold track/group ctrl+shift+UP / ctrl+shift+DOWN"? It was named "fold/unfold track", but I added the "group" just recently. It is listed under "Mixer Control" …moonpie wrote:Meant to say - Did you catch the missing "unfold group" that isnt in your midi implementation list (but youve programmed)? Definitely one of my favourite commands.
Also - one thing I noticed using navigate tracks - Ableton 8.2.8 wouldnt "scroll" with the selected track. Meaning, as you flick through tracks, if you have tracks outside of the display window, ableton would select them but not focus on them. This issue is fixed in 8.3.4.
Thanks for pointing out the scrolling issue in Live 8.2.x!
Oh, actually - Ive totally got the details wrong, and now realise the initial prob I had with CC 73 (fold unfold track).
Initially, when I started using the script -
CC73 mapped as a button on my korg nanokontrol set as either momentary or toggle had no effect.
I then changed the value to a note and it completely solved the issue.
I realize now that the CC value wasnt absolute, or a note, and didnt have absolute alternatives written in. (which now that Im familiar with settings.py I understand!)
So! - everything works perfectly -

Somehow I then mixed up whether it was actually in the midi implementation chart.
-
- Posts: 2
- Joined: Fri Oct 12, 2012 8:17 am
Re: Control selected track \w keyboard shortcuts
Hi
I am trying to set up STC with my novation remote sl but I am having trouble with sending relative midi-data. The tempo control for example will work fine when I turn the encoder right but will jump to a random low value as soon as I turn the knob left.
Also, what I found strange is that I had to configure the encoders as something called "Apot" to work in the above mentioned way (works in at least one direction). Set to "Rel2" will make the track selection for example jump between the first and last track or change the tempo randomly...
I've also tried it with a novation zero sl, with and without automap software and the same thing happens.
I've also tried a maschine controller in midi-mode and that worked fine...
Any ideas why the remote SL doesn't work?
Great Software btw!!
Thanks
I am trying to set up STC with my novation remote sl but I am having trouble with sending relative midi-data. The tempo control for example will work fine when I turn the encoder right but will jump to a random low value as soon as I turn the knob left.
Also, what I found strange is that I had to configure the encoders as something called "Apot" to work in the above mentioned way (works in at least one direction). Set to "Rel2" will make the track selection for example jump between the first and last track or change the tempo randomly...
I've also tried it with a novation zero sl, with and without automap software and the same thing happens.
I've also tried a maschine controller in midi-mode and that worked fine...
Any ideas why the remote SL doesn't work?
Great Software btw!!
Thanks
Re: Control selected track \w keyboard shortcuts
@Flobo 3000: It seems, that the Remote SL sends its relative MIDI CC in a different encoding. Can you try and manually map one of the encoders in Live’s MIDI mapping mode to e.g. the pan-knob in mixer and see, what Live says in the lower left corner when you rotate the encoder while in MIDI map mode?
Regarding track selection: do you use CC #85 or #11? Because reading your comments on the behaviour, it seems you send CC #11 in rel2comp-encoding. STC expects CC #11 to be absolute encoding and tries to map the MIDI CC range of 0-127 onto the range of all tracks. So when you rotate your encoder with rel2comp, it sends a value of 1 when turned right and a value of 127 when turned left. In absolute encoding this then means select first track or select last track accordingly. Just to make sure you send the right MIDI CC #. MIDI CC #85 is the one you want, if you use rel2comp encoding. It might be the same for tempo also – because in absolute mode, it will jump from 60 to 187 if you use CC #20 (absolute) instead of CC #86 (rel2comp).
I hope this helps.
Richard
Regarding track selection: do you use CC #85 or #11? Because reading your comments on the behaviour, it seems you send CC #11 in rel2comp-encoding. STC expects CC #11 to be absolute encoding and tries to map the MIDI CC range of 0-127 onto the range of all tracks. So when you rotate your encoder with rel2comp, it sends a value of 1 when turned right and a value of 127 when turned left. In absolute encoding this then means select first track or select last track accordingly. Just to make sure you send the right MIDI CC #. MIDI CC #85 is the one you want, if you use rel2comp encoding. It might be the same for tempo also – because in absolute mode, it will jump from 60 to 187 if you use CC #20 (absolute) instead of CC #86 (rel2comp).
I hope this helps.
Richard
-
- Posts: 2
- Joined: Fri Oct 12, 2012 8:17 am
Re: Control selected track \w keyboard shortcuts
Thanks for the reply - I will check what message the encoder sends but I am away from my computer for a few days - I will post it as soon as I can
I am pretty sure that I mapped the encoder to CC 85 but I will check that as well...
I am pretty sure that I mapped the encoder to CC 85 but I will check that as well...
Re: Control selected track \w keyboard shortcuts
@wiffbi - huge thanks for developing this! Have downloaded, installed, and am beginning to try it.
Question. Is there a mechanism to enable/disable send N of the selected track?
Disabling unused sends can sometimes allow Live to utilize more cpu cores, which I do with higher track and return counts. Using a page of the Killamix mini knobs for send amount and buttons for enable/disable would be great.
I've reviewed the STC python code, and Live API discussions, but I've not found a way yet.
Thanks!
Question. Is there a mechanism to enable/disable send N of the selected track?
Disabling unused sends can sometimes allow Live to utilize more cpu cores, which I do with higher track and return counts. Using a page of the Killamix mini knobs for send amount and buttons for enable/disable would be great.
I've reviewed the STC python code, and Live API discussions, but I've not found a way yet.
Thanks!
Re: Control selected track \w keyboard shortcuts
@vo1k1mix: according to the docs, dis/enabling a send is not possible via API. There is a property "is_enabled" per send available, but that is read only. So currently, you cannot disable a send via MIDI / API. 

Re: Control selected track \w keyboard shortcuts
OK, thanks for looking into it, appreciated.wiffbi wrote:@vo1k1mix: according to the docs, dis/enabling a send is not possible via API. There is a property "is_enabled" per send available, but that is read only. So currently, you cannot disable a send via MIDI / API.