Class BMidi
Jerome Leveque <[email protected]> Tue, 19 Nov 2002 12:42:53 +0100
| Newsgroups | gmane.os.openbeos.midi |
|---|---|
| Message-ID | <07YTFD53C7JDYTD0F074HCKGXWPLB6KE.3dda23bd@pile> |
Hello I found a big problem in the class : when doing that BMidi *A = new BMidi(); BMidi *B = new BMidi(); BMidi *C = new BMidi(); A->Connect(B); B->Connect(C); A->NoteOn(...); In the BeOS implementation C receive the NoteOn but in our implementation C never Receive the NoteOn meessage. Must we in each NoteOff(...), NoteOn(...) etc call the same Spray function? A+ Jerome