Ok , i'm mainly a C# programmer not a C++ that's why some "stupid questions" ;-)
I'm using the wizzard and a need a OnTimer() function to add some code to. How do i add it ?
I'm using the wizzard and a need a OnTimer() function to add some code to. How do i add it ?
Posted Wed 07 Jun 06 @ 12:39 pm
What device do you want to write a plugin for, because I don't think sound/visual plugins have an ontimer method. This way we can point you in the right direction.
Posted Wed 07 Jun 06 @ 3:46 pm
I'm accessing my own hardware and want to write a mapper plugin for it. It's an controller to controll all the video featuresin the first version. So it has some buttons , faders and rotary encoders.
For that a need a timer function where i can put all the hardware communication code / checks etc.
For that a need a timer function where i can put all the hardware communication code / checks etc.
Posted Wed 07 Jun 06 @ 6:05 pm
ok , i had a guess that i needed to do that.
I have done thread programming in C# but not in C++ , but it must be similar .
@djcel , thanks . that saves me a lot of time..
I have done thread programming in C# but not in C++ , but it must be similar .
@djcel , thanks . that saves me a lot of time..
Posted Wed 07 Jun 06 @ 6:45 pm