threading showed my true colors....
in
Programming Questions
•
1 year ago
Hi; just starting to learn about threading; & im using midibus and serial. before i used a lot this code:
- myBus = new MidiBus(this, CB, CPORT);
my problem is that this refers to the thread class, which gives an error. i loked a lot on how to give like the parent in that argument, without success. happens with both; serial and midibus library.
who can explain what that first argument is for, and how to make these weird objects work inside a class?
thanks
1