[openbeos-midi] Class BMidi

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



Other related posts: