ASYNC trouble
Posted: 22 Nov 2018 14:36
Hi bernd,
It seems an old issue is back,
here's the commands used on the event streaming/on songtitle changed
EXEC_WRITE_FILE d:\baseplayloud\nowplaying\nowonair.txt|nd|${artist} - ${title}
EXEC_WRITE_JPEG_FILE d:\baseplayloud\nowplaying\now.jpg|0|300
ASYNC
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x46 0x64
SLEEP 10000
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x46 0x64
as we did change this using async in the past, everything went fine for a long time but now, all command buttons from airence mixdesk are useless until sleep time is over (that was the original issue) is this comes from the last update?
It seems an old issue is back,
here's the commands used on the event streaming/on songtitle changed
EXEC_WRITE_FILE d:\baseplayloud\nowplaying\nowonair.txt|nd|${artist} - ${title}
EXEC_WRITE_JPEG_FILE d:\baseplayloud\nowplaying\now.jpg|0|300
ASYNC
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x46 0x64
SLEEP 10000
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x46 0x64
as we did change this using async in the past, everything went fine for a long time but now, all command buttons from airence mixdesk are useless until sleep time is over (that was the original issue) is this comes from the last update?