python delay message
Hi!
i want to send midisysex message with a delay
i have tried
<code><span class="n">time</span><span class="o">.</span><span class="n">sleep</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span> <span class="c1"># Sleep for 3 seconds</span></code> self._send_midi() but it freezes whole ableton... how can message be sent after a small delay?
Glenn Verhaeghe Answered question September 19, 2024
Hi Hellem, don’t know if you still need this delay but I recently found a way to use timers in Reactions without it freezing up Ableton.
Hellem Posted new comment September 19, 2024
Wow!!! That’s great!! I will try to use that!
Also I made max4live effect as a workaround, that listens to the action and trigeers after established delay.
Sign up
User registration is currently not allowed.
or how to add delay for an action?