View previous topic :: View next topic |
Author |
Message |
dmonckton Contributor
Joined: 09 Aug 2002 Posts: 117 Location: Lewes, U.K.
|
Posted: Wed Feb 22, 2023 2:30 pm Post subject: Button Latency |
|
|
Hi
I have a program that sends a continuous stream of MIDI data to my sytnesizer and drum machine. I have a problem with start button latency, when I click start there is a short delay of about quater of a second before the stream starts. This means I can't sync a new stream with an existing one when over dubbing.
Is there any way to get rid of the button latency?
Regards
David |
|
Back to top |
|
|
marcelo Contributor
Joined: 10 May 2008 Posts: 145
|
Posted: Wed Feb 22, 2023 6:27 pm Post subject: |
|
|
Hi.
Do you have any example of what you are trying to do? |
|
Back to top |
|
|
dmonckton Contributor
Joined: 09 Aug 2002 Posts: 117 Location: Lewes, U.K.
|
Posted: Thu Feb 23, 2023 2:34 pm Post subject: |
|
|
Hi, I'll to create a stripped down version of the program as its to big to post up the code. |
|
Back to top |
|
|
cnodnarb Professional Member
Joined: 11 Sep 2002 Posts: 763 Location: Eastman, GA
|
Posted: Wed Mar 08, 2023 2:31 am Post subject: |
|
|
Can you post your timer and evloop code?
Just wondering if you are using a
Or just a classic
Code: | :evloop
wait event
goto @event() |
|
|
Back to top |
|
|
marcelo Contributor
Joined: 10 May 2008 Posts: 145
|
Posted: Tue Apr 04, 2023 12:31 pm Post subject: |
|
|
Hi, dmonckton.
Can i ask you how you ar sending midi data? Wich DLL you are using?
I need to send midi data too...
Thanks a lot
Marcelo |
|
Back to top |
|
|
|