Just as the title asks, how long is load_pulse false?
I've advised a few times to use a rsi script to catch load_pulse to do 'something', using 33ms as the time, I'd like to know the proper time is please,
500ms?
I've advised a few times to use a rsi script to catch load_pulse to do 'something', using 33ms as the time, I'd like to know the proper time is please,
500ms?
Mensajes Fri 26 Feb 16 @ 8:42 pm
200ms
Mensajes Fri 26 Feb 16 @ 9:05 pm
thank you.
for anyone wondering what load_pulse is and does;
it is normally true but when you load a track it switches to false for 200ms, you can query it [by means of a repeat_start script] to set or reset things when you load a track
eg automatically set the upfader to full
repeat_start 'pulsecatcher' 200ms & load_pulse ? nothing : level 100%
@staff i think this thread can be locked now.
for anyone wondering what load_pulse is and does;
it is normally true but when you load a track it switches to false for 200ms, you can query it [by means of a repeat_start script] to set or reset things when you load a track
eg automatically set the upfader to full
repeat_start 'pulsecatcher' 200ms & load_pulse ? nothing : level 100%
@staff i think this thread can be locked now.
Mensajes Sat 27 Feb 16 @ 10:33 am
I'd set the repeat timer to be quite a bit less than 200ms personally.
Mensajes Sat 27 Feb 16 @ 1:20 pm
i did wonder and just tried 200ms and it did fail once or twice over 10-15 loads
199ms however worked every time.
199ms however worked every time.
Mensajes Sat 27 Feb 16 @ 1:44 pm