Re: (no subject)
"Martijn Sipkema" <[email protected]> Wed, 23 Oct 2002 11:27:56 +0100
| Newsgroups | gmane.os.openbeos.midi |
|---|---|
| Message-ID | <009101c27a7e$ddf6c440$0400a8c0@sipkema> |
> - What is the variable atomic in the parameters of Data()=3F IIRC when atomic == true Data() is expected to contain a single and complete MIDI message. With atomic == false you could in theory send a MIDI message in segments perhaps (for a large sysex dump), but in practice I think the message callback will not be called for messages sent with atomic == false. > - And what is the Key Word "mutable" before BLocker=3F none of the book I > have about C++ talk about. If a member is declared mutable it can be changed by a member function declared const. I recommend "The C++ programming language" by Stroustrup. --martijn