python delay message

374 viewsCSS Questionsdelay python
0

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

or how to add delay for an action?

0

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.

You are viewing 1 out of 2 answers, click here to view all answers.