Über windows und realtime kann man geteilter Meinung sein, was natürlich an der Definition von realtime hängt. So zeigt zum Beispiel
SAC was unter windows möglich ist.
Warum ein Thread, ganz einfach, weil das
SDK folgendes sagt:
Zitat:
directProcess suggests to the host whether it should immediately start processing
(directProcess == ASIOTrue), or whether its process should be deferred
because the call comes from a very low level (for instance, a high level
priority interrupt), and direct processing would cause timing instabilities for
the rest of the system. If in doubt, directProcess should be set to ASIOFalse.
Ich lese das so, dass ich informiert werde, dass Daten da sind und ich sie abholen soll. Alledings eben nicht in dieser (Interrupt?) Routine. Da dachte ich an Thread und Event. Gibt es andere Ideen (
APC spukt mir durch den Kopf, aber da hab ich keine Ahnung davon) oder so wüste Gedanken wie ein Timer mit Routine o.ä.